U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Leif Lindholm <leif.lindholm@i3micro.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] boot uncompressed uImage
Date: Wed, 27 Apr 2005 11:47:36 +0200	[thread overview]
Message-ID: <1114595256.4283.21.camel@localhost> (raw)
In-Reply-To: <1114593987.6981.25.camel@localhost>

On Wed, 2005-04-27 at 17:26 +0800, ?? wrote:
> 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

I'm gonna risk making a fool out of myself since I've never actually
worked with ARM, but...

vmlinux is (for all other platforms I've used) an ELF image, not a raw
binary. In order to be usable for u-boot, you need to run

<path-to-your-cross>objcopy -S -O binary vmlinux vmlinux.bin

and then use the resulting vmlinux.bin instead.

/
	Leif

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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-27  9:26 [U-Boot-Users] boot uncompressed uImage 朱成
2005-04-27  9:47 ` Leif Lindholm [this message]
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=1114595256.4283.21.camel@localhost \
    --to=leif.lindholm@i3micro.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