From: Kyle Harris <kharris@nexus-tech.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] How can I save zImage & fsimage.tar into Flash memory then boot
Date: Tue, 1 Jul 2003 08:20:02 -0400 [thread overview]
Message-ID: <E19XKGU-000759-00@smtp6.mindspring.com> (raw)
In-Reply-To: <000001c33fb7$d91939e0$a865a8c0@ThinkPadX31>
On Tuesday 01 July 2003 06:02 am, Jacob Chan wrote:
> I am using diff-2.4.18-rmk7-pxa3 kernel.
> Could you tell me the complete command about mkimage that you type
> I am type mkimage -A arm -O linux -T kernel -C none -a 0xa0200000 -e
> 0xc0004000 -n zImage -d zImage bootm
I think this has been discussed on this mailing list before.
Here is the procedure I use for creating a bootable image for PXA.
arm-linux-objcopy -S -O binary vmlinux linux
gzip -vf9 linux
mkimage -n kernel_name -A arm -O linux -T kernel -C gzip -a a0008000 \
-e a0008000 -d linux.gz linuxgz.image
I then copy this in to flash at 0x40000 and boot with "bootm 40000". Since I
use a mtd device as the rootfs there is only a single arg to the bootm
command.
HTH, Kyle.
next prev parent reply other threads:[~2003-07-01 12:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <010c01c33fb4$706890b0$fe00a8c0@esd11>
2003-07-01 10:02 ` [U-Boot-Users] How can I save zImage & fsimage.tar into Flash memory then boot Jacob Chan
2003-07-01 12:20 ` Kyle Harris [this message]
2003-07-01 12:50 ` Zhao Hongda
2003-07-01 13:14 ` Kyle Harris
2003-07-01 14:59 ` Zhao Hongda
2003-07-01 8:26 Jacob Chan
2003-07-01 8:59 ` Zhao Hongda
2003-07-01 9:33 ` Jacob Chan
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=E19XKGU-000759-00@smtp6.mindspring.com \
--to=kharris@nexus-tech.net \
--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