How to generate "uImage" in stead of "zImage" when build Android kernel

1,792 views
Skip to first unread message

xlshe

unread,
Apr 2, 2010, 3:08:05 AM4/2/10
to Android Linux Kernel Development
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 very much!

At the same time, I would like to thank Mike Chan who really give me a
lot of very helpfull suggestions about how to build the Android kernel
and how to do DVFS on ADP2. Your help makes my research go much more
smoothly. Thank you again!

Anil Babu

unread,
Apr 2, 2010, 6:13:24 AM4/2/10
to android...@googlegroups.com
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

 
--
unsubscribe: android-kerne...@googlegroups.com
website: http://groups.google.com/group/android-kernel

To unsubscribe, reply using "remove me" as the subject.



--
Thanks & Regards
     Anil
   9740402107

Raj Kumar

unread,
Apr 2, 2010, 8:17:16 AM4/2/10
to android...@googlegroups.com
Hi,

you need to use

make ........... uImage
uImage will be created in arch/arm/boot directory.


cheers
Raj

On 4/2/10, xlshe <dianyua...@gmail.com> wrote:

Reply all
Reply to author
Forward
0 new messages