Quote:
Originally Posted by Lmiller1708
I put together a Spreadsheet for figuring out NAND, only change the values in RED. See Attached
So here is what we currently have:
Code:
mtdparts=msm_nand:0x20000000@0x0(nand),0x01000000@0x04000000(root),0x08000000@0x05000000(system),0x13000000@0x0D000000(userdata)
This is with root set to 5MB, This would give the system 143 MB and Data 300MB:
Code:
mtdparts=msm_nand:0x20000000@0x0(nand),0x500000@0x04000000(root),0x8F00000@0x4500000(system),0x12c00000@0xD400000(userdata)
Again maybe we can change the starting point to a smaller value other then 4000000... But it's only 3.8MB of space... Maybe this is where the Kernal is kept which it 3.6MB currently...
|
I'll look at this in a bit when I get in, but quick comment on it starting at 0x4000000. That is actually 64 MB into the NAND, and we certainly don't need that much space. Also, what exactly is the point of the root partition since I don't think we are using it? I'm really curious what its purpose is supposed to be