|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Attached is the Log from tonight. (Had to zip it)
Same issues as before... Couple of them should be easy to solve. But currently the modules are not getting added. I'm going to strip down the system as much as possible to save ~15 MB. Just to get it to load the modules and hopefully get a clean boot. I also attached my INIT from the initrd. I left most of the stuff from the Vogue in there... Just incase... Update: After some reading HERE, I decided to change my Command Line code to this: Code:
mtdparts=msm_nand:0x10000000@0x0(nand)ro,0x01500000@0x04000000(root),0x07BA0000@0x05500000(system),0x06f60000@0x0CFA0000(userdata) I also added the "ro" at the end of the nand partition, not too sure what this does but devices with similar mtdparts cmdline have this. Basically everything but the Vogue. Also I still can't get my System nor my Data to stick after a reboot. I thought it was just my Data but now it seems to be both. Last edited by Lmiller1708; 02-06-2011 at 02:41 AM. |
|
|
|