Quote:
Originally Posted by [ACL]
data as in service you mean or wifi? cant really say without logs
|
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)
This gave me a larger system while keeping the data partition the same. This them allowed me to load in the modules.
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.
Reading back in the irc logs i see wozzer had this same issue. Might be something with the mtdparts cmdline.