PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   NAND Testing - 05-25 Update: New LK, Recovery.img, Kernel Updates through Recovery (http://forum.ppcgeeks.com/showthread.php?t=134598)

[ACL] 03-03-2011 01:09 AM

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

natemcnutty 03-03-2011 03:23 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by [ACL] (Post 2063754)
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

Just a note, the cache and userdata are flip-flopped on that cmdline. I'm doing a little bit of testing right now. Just finished up the install script and init changes to set up and use /cache :)

[ACL] 03-03-2011 03:52 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by natemcnutty (Post 2063914)
Just a note, the cache and userdata are flip-flopped on that cmdline. I'm doing a little bit of testing right now. Just finished up the install script and init changes to set up and use /cache :)

FUK

i need to fix the commit.

guruvince 03-03-2011 04:03 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by [ACL] (Post 2063920)
FUK

i need to fix the commit.

Must be an acronym for something I've never heard of.

natemcnutty 03-03-2011 04:50 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by [ACL] (Post 2063920)
FUK

i need to fix the commit.

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)

[ACL] 03-03-2011 04:56 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by natemcnutty (Post 2063914)
Just a note, the cache and userdata are flip-flopped on that cmdline. I'm doing a little bit of testing right now. Just finished up the install script and init changes to set up and use /cache :)

well if the sizes are right it really doesnt matter the order.

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.

natemcnutty 03-03-2011 05:26 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by [ACL] (Post 2063959)
well if the sizes are right it really doesnt matter the order.

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.

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.

[ACL] 03-03-2011 05:44 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by natemcnutty (Post 2063976)
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.

protected ? oo

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

natemcnutty 03-03-2011 07:36 PM

Re: NAND Boot Testing - 01-07: Panel power on/off fixes
 
Quote:

Originally Posted by [ACL] (Post 2063979)
protected ? oo

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

Oy vey... issues everywhere. I can't tell what is causing what anymore. I thought I reverted everything back to original, but now I'm stuck at a boot loop. Guess its time to nuke the whole damn thing and re-clone it...

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 :)

steveholtam 03-03-2011 11:29 PM

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?


All times are GMT -4. The time now is 06:38 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0