|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Also of interest for the mtdparts commands, I believe the ro option means it is treated as read-only, and if we place a minus before the data partition, it will use the remaining available flash for data. Here is the way I have mine right now: Code:
mtdparts=msm_nand:0x10000000@0x0(nand),0x01500000@0x04000000(root),0x076C0000@0x05540000(system),-0x06f60000@0x0cc00000(userdata) Quote:
Also, I was looking back through IRC logs, and it looks like Wozzer was having issues with data staying on NAND as well. IRC logs |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Great. Yeah I did notice that "-" thing... But I never tried it out! Also it does look like the system offset should be 0x05500000 instead of 0x05540000 but this is just how my math worked out... Recheck it for me. Are you able to keep your data after a reboot? @ACL Yes I was doing the same as Nate. But I don't see any reason why you can't mount the rfs to the root mtd1?
__________________
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
http://dl.dropbox.com/u/11790134/init |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
To get it to boot comment out this line: fail "from sourceforge" It's in the Fix module section about half way down. Not even sure we need that anymore. Also I still haven't been able to keep my system/data after a reset. But I'm able to go back to the installer and reload everything just fine. It's almost like everything is getting written to memory... Just like what was happening to wozzer. I'm starting to think I'm not building correctly... I might try re-downloading the linux-msm-rhod-nand build. Do you guys recommend something else? |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
P.S. Coding + Flashing + Beer + Superbowl = A Great night! Go Pack! Coming from a Vikings Fan that's hard to say... But hey I live in Wisconsin... So I guess I should! |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Well ported over more items from the rootfs... It acts better but now I'm stuck on getting Android to initialize.
It seems like it unmounted the system. Here is what I get: save exit: isCheckpointed 1 Then it will just sit there... Any Ideas? |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I was really hoping to leave it similar to Vogue so that we could port over any changes, but at this point, I'm feeling like stripping everything out that we don't need for NAND booting and then do our own updates from there (like ACL has been doing with the installer script). I have a version of both on my machine, and I think I'm going to start focusing on the NAND only one instead of trying to keep all the other stuff in it. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Well, it's official, we have full NAND booting FRX04. Unfortunately, there are still a few things that aren't quite working in initrd which cause FC's shortly after boot, and I can't seem to get service. Gonna try to clean this up some more tonight and hopefully have something for everyone to test out tomorrow.
|
This post has been thanked 3 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I do agree we should keep it similar to the Vogue. I do like there install system however and think we should keep it. But!! I was able to get NAND to boot! Called my voicemail. Sent and recived a SMS. LCDDenisty looks like it is set to 210. Still have some more work to do and clean up the code... BUT!!! WE HAVE NAND! |
This post has been thanked 2 times. |
|
|
|