From: zhuzhenhua <zzh.hust@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] about use mkimage to create uImage?
Date: Wed, 29 Jun 2005 08:39:03 +0800 [thread overview]
Message-ID: <50c9a225050628173937eaabda@mail.gmail.com> (raw)
if i mkimage without compressing, kernel can run correct, the command
is as follow
./tools/mkimage -A arm -O linux -T kernel -C none-a 0x30000000
-e0x30008000 -n "Linux" -d vmlinux uImage
but i want to create a compressed uImage,i use commands like these,it
stop at "starting kernel..."
arm-linux-objcopy -O binary -R.note -R.comment -S vmlinux linux.bin
gzip -9 linux.bin
./tools/mkimage -A arm -O linux -T kernel -C gzip -a 0x30008000
-e0x30008000 -n "Linux" -d linux.bin.gz uImage
i think the second method should run well,and i see the same example
in the Readme of u-boot src.
any hints are appreciate.
next reply other threads:[~2005-06-29 0:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-29 0:39 zhuzhenhua [this message]
2005-06-29 8:27 ` [U-Boot-Users] about use mkimage to create uImage? Wolfgang Denk
2005-06-30 3:32 ` zhuzhenhua
-- strict thread matches above, loose matches on Subject: below --
2005-06-29 3:13 KokHow Teh
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=50c9a225050628173937eaabda@mail.gmail.com \
--to=zzh.hust@gmail.com \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox