From: Zhao Hongda <zhaohd@vis.cs.tsinghua.edu.cn>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Newbie: create arm linux kernel image problem, please help
Date: Fri, 27 Jun 2003 19:00:06 +0800 [thread overview]
Message-ID: <001a01c33c9b$45797110$fe00a8c0@esd11> (raw)
I've been a user of armboot about 4 months, since it's replaced by
u-boot, I try to use u-boot instead of armboot. But I cann't create a
bootable uImage now, the error is:
(my kernel is arm-linux-2.4.19-rmk7-pxa1, my platform is lubbock-pxa250)
I create uImage like:
make lubbock_config
make oldconfig
make dep
make zImage
mkimage -A arm -O linux -C none -T kernel -a 0xa0008000 -e 0xa0008000 -n
"uImage" -d zImage uImage
then start u-boot:
erase 1:1-4
loadb 0xa0008000(send uImage)
cp.b 0xa0008000 0x40000 0x100000
bootm 0x40000
then I got the error like:
...
Starting kernel ...
Uncompressing Linux........(prefetch abort or hangs)
if I create uImage like:
arm-linux-objcopy -O binary -R .note -R .comment -S vmlinux linux.bin
gzip -9 linux.bin
mkimage -A arm -O linux -C gzip -T kernel -a 0xa0008000 -e 0xa0008000 -n
"uImage" -d linux.bin.gz uImage
then I got the error like:
...
Starting kernel ...
(hangs)
what should I do, please help.
Hongda Zhao
reply other threads:[~2003-06-27 11:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='001a01c33c9b$45797110$fe00a8c0@esd11' \
--to=zhaohd@vis.cs.tsinghua.edu.cn \
--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