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

[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