[U-Boot-Users] boot uncompressed uImage
Leif Lindholm
leif.lindholm at i3micro.com
Wed Apr 27 11:47:36 CEST 2005
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
More information about the U-Boot
mailing list