[android-kernel] Which config should I use when build u-boot for ADP2(Android magic)

2010-04-02 Thread xlshe
Hi, I want to generate "uImage" when build the Android kernel. But there seems that the "mkimg" is lacked. So I need to build the uboot to generate mkimg. Command: make _config is used. But I 'm not sure which config should I use for ADP2(Android magic) kernel. Does anyone have some suggestions ab

Re: [android-kernel] Re: eclair-porting problem

2010-04-02 Thread Anil Babu
hi, you mean to say the problem will be only in the system folder of the filesystem.so i need to change the init.rc file to make some changes to the filesystem. On 4/1/10, hedwin wrote: > > Don't know if you changed your init.rc. From what I could see in the > init.rc in the aosp android tree i

Re: [android-kernel] How to generate "uImage" in stead of "zImage" when build Android kernel

2010-04-02 Thread Raj Kumar
Hi, you need to use make ... uImage uImage will be created in arch/arm/boot directory. cheers Raj On 4/2/10, xlshe wrote: > Hi, > > I have rebuilt the Sapphire-kernel. But the generated image directory > "./arch/arm/boot/" only contain zImage and Image. But the zImage > couldn't boot

Re: [android-kernel] How to generate "uImage" in stead of "zImage" when build Android kernel

2010-04-02 Thread Anil Babu
hi, when u give make it only generate the zImage. now u need to give make uImage, so that it will generate the uImage.prior to this u have to install the mkimage tool in your system which will convert the zimage into uImage. Thanks anil On 4/2/10, xlshe wrote: > > Hi, > > I have rebuilt the Sa

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:

[android-kernel] How to generate "uImage" in stead of "zImage" when build Android kernel

2010-04-02 Thread xlshe
Hi, I have rebuilt the Sapphire-kernel. But the generated image directory "./arch/arm/boot/" only contain zImage and Image. But the zImage couldn't boot the Android phone. Maybe uImage is needed. Does anyone know how to configure before building the kernel in order to general uImage? Thank you ver