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] 05-22-2011 06:57 PM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by eu0741924381 (Post 2104892)
i did install the kernel-update.zip and even tried flashing boot.img from fastboot with no success. I am already using "fastboot flash boot boot.img" to boot it up and i have a working android system with no signal.

By booting into fastboot every time i mean it boots to fastboot even when holding power down to boot into recovery.


Update: overclocking does not work for me...


How are you testing the over clock? i'm able to set it past 710mhz but not sure if its really faster or not.. need some bench marks.

Also, when LK boots, it will check for boot partition. If nothing is found it will tell you that nothing is found and then default to fastboot. But if you hold down the endcall key it wont tell you and just straight to fast boot.

Edit: ooops.. turns out i never pushed my over clock changes.. sorry fellas. keep your eye on the kernel directory since a new one will be out later tonight. only change was OC support.

eu0741924381 05-23-2011 04:09 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by [ACL] (Post 2105041)
How are you testing the over clock? i'm able to set it past 710mhz but not sure if its really faster or not.. need some bench marks.

Also, when LK boots, it will check for boot partition. If nothing is found it will tell you that nothing is found and then default to fastboot. But if you hold down the endcall key it wont tell you and just straight to fast boot.

Edit: ooops.. turns out i never pushed my over clock changes.. sorry fellas. keep your eye on the kernel directory since a new one will be out later tonight. only change was OC support.

Well i rooted my phone and tried to overclock... I was checking the clock frequency in another program and with quadrant and another thingie....

About fastboot... LK does not check for boot partition it jumps right into fastboot.


Update: I there any way i can pull a log form LK? I've searched allover and didn't find a way to do that..

muziling 05-23-2011 04:40 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
when reboot from recovery, LK stop at and need to remove battery
Quote:

fastboot_init()
udc_start()
Does files under update.zip\system\lib\hw, need to use rootfs.img\lib\froyo\hw
xdandroid, init :
Quote:

mount --bind /lib/froyo/hw /system/lib/hw

eu0741924381 05-23-2011 05:03 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
You should be able to plug the usb cable and install recovery from fastboot.

You can soft-reset your phone, there's no need to pull the battery.

eu0741924381 05-23-2011 05:13 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by crosstunez (Post 2104954)
How did you passed the smd error?

By modifying sysinit.rc and removing " -- -d /dev/smd0" from:

service ril-daemon /system/bin/rild -l /system/lib/libhtcgeneric-ril.so -- -d /dev/smd0

to:

service ril-daemon /system/bin/rild -l /system/lib/libhtcgeneric-ril.so

muziling 05-23-2011 05:37 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by eu0741924381 (Post 2105165)
You should be able to plug the usb cable and install recovery from fastboot.

You can soft-reset your phone, there's no need to pull the battery.

Oops, i said reboot from recovery, like after install update.zip, kernel.zip, use recovery menu "reboot system now", then will phone boot will stop at that.

I try to merge newest ril ,but fail ,data connection not work.
Now back to April 15 ril version, work well. so cool.

eu0741924381 05-23-2011 10:13 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by muziling (Post 2105169)
Oops, i said reboot from recovery, like after install update.zip, kernel.zip, use recovery menu "reboot system now", then will phone boot will stop at that.

I try to merge newest ril ,but fail ,data connection not work.
Now back to April 15 ril version, work well. so cool.

Oh, sorry for misunderstanding, that could be because you don't have a boot.img installed (comes with kernel update).

Lmiller1708 05-23-2011 10:18 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by muziling (Post 2105161)
when reboot from recovery, LK stop at and need to remove battery


Does files under update.zip\system\lib\hw, need to use rootfs.img\lib\froyo\hw
xdandroid, init :

No. Files in the system\lib\hw are exactly that. No need for \lib\froyo.

Also there is no need for bind mounts with NAND. Just put the files where you want them.

Lmiller1708 05-23-2011 10:23 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by eu0741924381 (Post 2105158)
Well i rooted my phone and tried to overclock... I was checking the clock frequency in another program and with quadrant and another thingie....

About fastboot... LK does not check for boot partition it jumps right into fastboot.


Update: I there any way i can pull a log form LK? I've searched allover and didn't find a way to do that..

Makes no sense why this happens, I can't replicate this either. :(

For those of you having this issue are you SURE you installed the kernel-update.zip??? I will be posting a HOW-TO later today to help clear up this process.

LK does not make any logs...

eu0741924381 05-23-2011 11:15 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by Lmiller1708 (Post 2105210)
Makes no sense why this happens, I can't replicate this either. :(

For those of you having this issue are you SURE you installed the kernel-update.zip??? I will be posting a HOW-TO later today to help clear up this process.

LK does not make any logs...

I sure did the update , even installed boot.img manually.. And i am able to boot via "fastboot boot boot.img" and the modules are loaded.

I am a rhod100 user, maybe that's the issue, as far i i know LK jumps to fastboot if no keyboard driver is present.

Quote:

usb_init = 1;
udc_init(&surf_udc_device);
if (usb_cable_status())
goto fastboot;


All times are GMT -4. The time now is 08:05 AM.

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


Content Relevant URLs by vBSEO 3.6.0