All of lore.kernel.org
 help / color / mirror / Atom feed
From: 朱成 <zhucheng@longcheer.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] boot uncompressed uImage
Date: Wed, 27 Apr 2005 17:26:27 +0800	[thread overview]
Message-ID: <1114593987.6981.25.camel@localhost> (raw)

hello,all

i builded compressed image using montavista's tools :

1.
/bin/sh /usr/src/linux-2.4.20_mvlcee31/scripts/mkuboot.sh -A arm -O
linux -T kernel \
-C none -a 0x10008000 -e 0x10008000 \
-n 'Linux-2.4.20_mvlcee31-omap730_gsm_gprs' \
-d /usr/src/linux-2.4.20_mvlcee31/arch/arm/boot/zImage uImage

2.
tftp 0x10000000 uImage
(i used u-boot-1.1.2, 0x10000000 is physical address)

3.
bootm
and kernel could boot successfully.

but i want to install uncompressed image, so i do:

1.
/bin/sh /usr/src/linux-2.4.20_mvlcee31/scripts/mkuboot.sh -A arm -O
linux -T kernel \
-C none -a 0x10008000 -e 0x10008000 \
-n 'Linux-2.4.20_mvlcee31-omap730_gsm_gprs' \
-d /usr/src/linux-2.4.20_mvlcee31/vmlinux uImage

2.
tftp 0x10000000 uImage

3.
bootm

but kernel booting failed, and u-boot rebooted!

shall i change 0x10008000 to sth. and do something else?

thanks!

             reply	other threads:[~2005-04-27  9:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-27  9:26 朱成 [this message]
2005-04-27  9:47 ` [U-Boot-Users] boot uncompressed uImage Leif Lindholm
2005-04-27 10:05   ` 朱成
2005-04-27 10:17 ` Wolfgang Denk

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=1114593987.6981.25.camel@localhost \
    --to=zhucheng@longcheer.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 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.