Quote:
Originally Posted by natemcnutty
If you wouldn't mind, could you zip up your tinboot and initramfs folders and let me take a peek? I'm just curious if you are doing something like this for referencing the partitions:
Code:
mtdparts=msm_nand:0x00300000@0x1600000(boot),0x00040000@0x01900000(root),0x066C0000@0x01940000(system),0x08000000@0x08000000(userdata)
I'm also curious how you are creating the partitions
|
This is what Wozzer had (our close too it) I found it on the IRC Logs awhile ago but I don't remember the date. (Right around his last post...)
Code:
mtdparts=msm_nand:0x10000000@0x0(nand),0x01500000@0x04000000(root),0x066C0000@0x05540000(system),0x06f60000@0x0Bc00000(userdata)
Also when I flashed maurice.green's ROM i didn't see any access to the MTD portions? His command Line didn't seem to have anything about MTD portions in there... So I'm thinking he hard coded them, so It could be different all together.
Trying to get NAND to work myself I have tried to port all the MTD related stuff from the Vogue but was unable to get it working, i probably missed some things... Maybe we need to look at another device, or maybe maurice.green can share his work.