From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joo Aun Saw Date: Thu, 3 Dec 2009 04:11:40 -0800 (PST) Subject: [Buildroot] make uImage In-Reply-To: <20091203113649.297300@gmx.net> References: <20091203113649.297300@gmx.net> Message-ID: <679646.28937.qm@web52407.mail.re2.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Install mkimage from your host linux package manager and uImage will be built automatically, together with the zImage. Make sure mkimage is in your search path. In your linux menuconfig or buildroot menuconfig, configure it to use uImage instead of zImage. ----- Original Message ---- From: Jens Kleinhans To: Buildroot ; RTAI Sent: Thu, 3 December, 2009 10:36:49 PM Subject: [Buildroot] make uImage I crosscompiled the kernel 2.6.20 and now I want to make a uImage out of the zImage. I found the following command for making uImage. But when I type only options are shown. How can I build the uImage the right way? root at benjamin-laptop:/usr/src/linux/arch/arm/boot# ls bootp compressed Image install.sh Makefile zImage root at benjamin-laptop:/usr/src/linux/arch/arm/boot# mkimage -A arm -O linux -C none -T kernel -a 20008000 -e 20008000 -n linux-2.6 -d arch/arm/boot/zImage uImage mkimage [OPTIONS] Options: -f Specify an input MD5 file. MD5s must be in jigdo's pseudo-base64 format -j Specify the input jigdo file -t