|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
So here is what we currently have: Code:
mtdparts=msm_nand:0x20000000@0x0(nand),0x01000000@0x04000000(root),0x08000000@0x05000000(system),0x13000000@0x0D000000(userdata) Code:
mtdparts=msm_nand:0x20000000@0x0(nand),0x500000@0x04000000(root),0x8F00000@0x4500000(system),0x12c00000@0xD400000(userdata)
__________________
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Also we can change and remove these MTDParts as need be... Maybe just leave it up to the cooks. If we want to add the cache we can with no problem. Edit: I think ACL has plans for the Root... |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
0x04000000 (base 16) = 67,108,864 (base 10) 67,108,864 (bytes) / 1024 = 65,536 (kb) / 1024 = 64 (MB) The kernel and tinboot code only occupy the first 6 MB or so of NAND. I think we could safely shrink the starting point to 16 MB without any fear of overwriting stuff. How does this look: mtdparts=msm_nand: 0x20000000@0x0(nand) - 512 MB total 0x00800000@0x01000000(root) - 8 MB of space 0x0A000000@0x01800000(system) - 160 MB of space 0x14800000@0x0B800000(userdata) - 328 MB of space I think 160 MB might be a bit much for system, but that does give the chefs a lot of space to work with. 328 MB for user data will really be 310 MB of usable space since we are eating up 18 MB with modules. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Nate: i explained the root, i need it for kexec. Its so we can make kernel updates without flashing. Now the everyday user doesnt really need this since they will stick to a stable releases, but for us it wll help so we dont burn our phones constantly flashing. Also i thought you wanted a cache parititon. throw it in there if you want to mess with it. Not sure what to do with it but hey, let the creativity flow. ALso we can keep the kexec for dev only and share it for cache ? Edit: also here is another test RIL http://dl.dropbox.com/u/12183048/htc...ystem_bin_pppd Last edited by [ACL]; 03-01-2011 at 01:36 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Did you mean to start your root at 0x0100000 and not 0x01000000? Just checking. Also lets just set to root 5MB for now. That way ACL can commit. If need be the cookers can always just hex the size. This is what I have now: mtdparts=msm_nand: 0x20000000@0x0(nand) - 512 MB total 0x500000@0x100000(root) - 5 MB of space 0xA000000@0x600000(system) - 160 MB of space 0x14B00000@0xA600000(userdata) - 331 MB of space Unused: 100000 - .95 MB Again I didn't test these... |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
booting with new ril...
update: homescreen.... nah, nothing. APN change to #777, nothing anything else i try before work at 4:30?
__________________
Rockin' The Official TouchPro 2 aka "The dopest phone with keyboard still":
F**k windows mobile, NAND flash to droid.... Last edited by MassStash; 03-01-2011 at 04:13 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
gonna have to test the symlink method.. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
yea hows i do that? symlink of pppd eh?
Update: answer to my question is remake the initrd. So i think acl's putting service on his beast tonight to knock this one out.... Did what i Could haha Last edited by MassStash; 03-01-2011 at 08:26 PM. |
|
|
|