|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
That being said, I don't think the size of initrd is the cause of the problem here. Because my phone is already hosed, I'm going to be making some risky changes to tinboot in an effort to mimic the WinMo OS layout and address ranges. I'm going to actually try compiling everything into an NBH and see what happens... For data, have you tried manually setting it up in the APN settings? |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I spent most of my day chatting with cotulla.. boucing ideas around. So tonight ill run more tests. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
I know it's partially busted, just don't do the 'full Woz' so to speak - wouldn't want another guy to bite the dust from bricking his phone!
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
My theory right now is that the partition table they use contains the MBR that says where the partitions are, then we point to the beginning of each partition using mtdparts. If we want to change the size of the partitions, we would need to modify the partition table. I'd be worried about having others try this out at messing around with tinboot is a brick risk, and I'm willing to do it since my phone is already screwed up. Also, I believe Wozzer did this, but anyone willing to get me a mtty bootloader log as explained here: http://forum.xda-developers.com/show...55&postcount=6 Edit 2: Guess we also need a full dump of mtd to find out what address it actually starts on. I'm sure Wozzer did a lot of this, but still might be a good thing to double check and start it from the beginning. Last edited by natemcnutty; 02-08-2011 at 07:54 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I'm not thinking it was the size now either. Did some testing and it didn't make a difference. I think if we use the partition table we will need to change how the nbh file is being made (I think). It looks like it is made different on the vogue. I did try to manually set the APN but then it just disappeared after I saved it. I then had to start all over... Haven't tried too much more with it yet. Once we get the data to stick I sure it won't take long to get it working.
__________________
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Edit: still no luck with that bootloader log. But i did study that os.nb file.. http://pastebin.com/WvksyzNY Hope it makes sense to you guys. Also Vogue's partition table is really small compared to what we have. cp partition_table output.nb.payload < --- this is what vogue has while we just use whatever is on git. Their partition table looks like this (different) http://pastebin.com/anDEWXud Last edited by [ACL]; 02-09-2011 at 01:11 AM. |
|
||||
How many partitions are being created?
I would guess the vogue has a boot partition for only the initrd and neccessary files to load it. Once initrd loads in theory you can have the kernel and all other system files in the second. Third partition for user data.... although this could be the same as the system. So two or three partitions. -boot very small - system rootfs - data part -boot still very small - sys rootfs data |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
dzo responded! Gotta love the guy. Here's what he told me... I think the HD2 guys came to the same conclusion, AFAIK: (seems like you have as well )
Quote:
Last edited by arrrghhh; 02-09-2011 at 09:07 AM. |
This post has been thanked 1 times. |
|
|
|