|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
ok im liking this
mtdparts=msm_nand:0x20000000@0x0(nand),0x800000@0x 4000000(root),0x0A000000@0x4800000(system),0xF8000 00@0xE800000(userdata),0x2000000@0x1E000000(cache) also someone asked me to try to use the old pppd from bin directory in the /system/bin any of you gents want to try this out ? also a test with this ril and the sysinit.rc http://htcdevs.wirelesstcp.net/files...generic-ril.so
__________________
Last edited by [ACL]; 03-03-2011 at 01:26 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Also, you need to change that a bit as it goes into the protected area of NAND. Luckily, flashall refused to format it! It's the data section that needs to be shortened like this:
mtdparts=msm_nand:0x20000000@0x0(nand),0x00800000@ 0x01000000(recovery),0x0A000000@0x01800000(system) ,0x04000000@0x0B800000(cache),0x10800000@0x0F80000 0(userdata) |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Let me know how cache works out.. also we still need manpower for the ril issue. I may have to bite the bullet and just sign a damn sprint contract. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Nah, no need to contract it. I'll definitely get to work on that next. Right now, I can't boot using the cmdline I want. I'm getting an error that anything below x1800000 is a protected area. I'm testing right now and I'll get this ironed out. Seeing if starting at x2000000 makes it any happier.
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
wondering where spl hides all its goodies. I still want to be able to get the ts calib . i know the nand block but havent been able to pull the data. edit: also made massive commits to the kernel yest. all camera poop should be there edit2: if you want to port over CWM.. https://github.com/CyanogenMod/andro...table_recovery Last edited by [ACL]; 03-03-2011 at 06:05 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Edit: OK, now I got this working. Made a tiny commit to get rid of some issues I've been ignoring for a bit. I'm working my way down the partition table to see if we can start earlier on NAND now. Edit2: I think we are stuck with the table we have on tinboot right now. Any lower values for starting seem to cause flash_eraseall to fail. The error is MEMERASE: Invalid arguement (whatever that means). I like the table we have on tinboot right now though, so I think we should just stick with that since it is working. Now to work on the RIL issues once I get home Last edited by natemcnutty; 03-03-2011 at 09:42 PM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
ACL, or another, I want to test the new libhtcgeneric.so file for the RIL, but I am not sure the best way to swap the new file with the old file. Could someone point me towards some instructions? I tried swapping the file using 7-zip, but that did not seem to work. Should it have?
|
|
|
|