From: Daniel Mack <daniel@caiaq.de>
To: buildroot@busybox.net
Subject: [Buildroot] make uImage
Date: Thu, 3 Dec 2009 12:46:51 +0100 [thread overview]
Message-ID: <20091203114651.GQ14091@buzzloop.caiaq.de> (raw)
In-Reply-To: <20091203113649.297300@gmx.net>
On Thu, Dec 03, 2009 at 12:36:49PM +0100, Jens Kleinhans wrote:
> 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
Why don't you use the uImage target the Linux kernel offers?
And you should _really_ consider using a more recent kernel unless you
have a good reason not to do so. 2.6.20 is indeed ancient.
Daniel
next prev parent reply other threads:[~2009-12-03 11:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-03 11:36 [Buildroot] make uImage Jens Kleinhans
2009-12-03 11:46 ` Daniel Mack [this message]
2009-12-03 12:05 ` tike64 at gmail.com
2009-12-03 12:11 ` Joo Aun Saw
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091203114651.GQ14091@buzzloop.caiaq.de \
--to=daniel@caiaq.de \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.