Re: [android-kernel] Problem when flashing boot.img on ADP1

2010-04-02 Thread Ricardo Silva
The problem that I explaind above is solved now. Follow this tutorial: http://hanishkvc.wordpress.com/2010/02/28/android-aosp-for-g1-adp1-htc-dream/ I use this tutorial for ADP1 and Nexus One. Another question. Anyone knows how to compile the WLAN driver for Nexus One (bcm4329)? Thanks. Kind R

Re: [android-kernel] Problem when flashing boot.img on ADP1

2010-04-02 Thread ecss utdallas
Can you briefly describe how to configure and recompile the kernel and what img file being generated. I am doing similar work now, but I have some problems. I will appreciate very much if you tell me the processes you did. Thank you very much! On Tue, Mar 23, 2010 at 4:43 PM, Ricardo Silva wrote:

Re: [android-kernel] Problem when flashing boot.img on ADP1

2010-03-23 Thread Ricardo Silva
Yes, it didnt work, but "fastboot boot boot.img" works. But now I recompiled the kernel with less config options and worked with flash (IPv4+IPv6 tunneling, mobility, multicast, etc). Regards, Ricardo Silva On Mon, Mar 22, 2010 at 6:00 PM, Andrew Xu wrote: > have you tried flashboot flash boo

Re: [android-kernel] Problem when flashing boot.img on ADP1

2010-03-23 Thread Andrew Xu
have you tried flashboot flash boot boot.img? On Mon, Mar 22, 2010 at 10:59 AM, Tirtha Kanti Ghosh wrote: > I think you should take the the log while booting and post it. That will > help to find the cause. > While flashing is your write completed with success??? > > Logs will really help. > > >

Re: [android-kernel] Problem when flashing boot.img on ADP1

2010-03-23 Thread Ricardo Silva
>From ram yes. But the flash always gave OK. I think that some config could be giving problems Regards, Ricardo Silva On Tue, Mar 23, 2010 at 9:11 PM, Chris Stratton wrote: > Maybe the boot.img with all your config options was too big for the flash > partition, but could be fastbooted from ra

Re: [android-kernel] Problem when flashing boot.img on ADP1

2010-03-23 Thread Chris Stratton
Maybe the boot.img with all your config options was too big for the flash partition, but could be fastbooted from ram? On Mar 23, 2010 1:16 PM, "Ricardo Silva" wrote: The problem was a kernel configuration. I reset the .config file and reconfigure again (with less options). Now is working ok. I

Re: [android-kernel] Problem when flashing boot.img on ADP1

2010-03-23 Thread Ricardo Silva
The problem was a kernel configuration. I reset the .config file and reconfigure again (with less options). Now is working ok. In the white android screen, the adb was not working. Thank you very much. Regards, Ricardo Silva On Tue, Mar 23, 2010 at 9:48 AM, Tirtha Kanti Ghosh wrote: > you sai

Re: [android-kernel] Problem when flashing boot.img on ADP1

2010-03-23 Thread Tirtha Kanti Ghosh
you said the screen got stuck on small white Android screen...which means your init(user space) is up"ANDROID" screen is part of system/core/init.c you should have your kernel log alsoso that you can make sure the reason behind this stuck...is it kernel or system??? If "sh" has not been s

Re: [android-kernel] Problem when flashing boot.img on ADP1

2010-03-23 Thread Ricardo Silva
The flash is completed with success. Logcat dont work because the system is not yet loaded. The only thing I changed in the kernel was activate the IPv6 options and Multicast. And the worst is if I boot using "fastboot boot boot.img", it works. But when I flash the boot.img and start the phone n

Re: [android-kernel] Problem when flashing boot.img on ADP1

2010-03-22 Thread Tirtha Kanti Ghosh
I think you should take the the log while booting and post it. That will help to find the cause. While flashing is your write completed with success??? Logs will really help. On Mon, Mar 22, 2010 at 7:29 PM, Ricardo Silva wrote: > Dear All, > > I'm having a problem with a custom kernel and ima

[android-kernel] Problem when flashing boot.img on ADP1

2010-03-22 Thread Ricardo Silva
Dear All, I'm having a problem with a custom kernel and image (compiled by me). When using "fastboot boot" to boot the kernel, it runs ok. But when i flash the boot.img and reboot the ADP1, the ADP1 stuck on the splash image (the one with android word in white and a little green android). How th