All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] boot uncompressed uImage
@ 2005-04-27  9:26 朱成
  2005-04-27  9:47 ` Leif Lindholm
  2005-04-27 10:17 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: 朱成 @ 2005-04-27  9:26 UTC (permalink / raw)
  To: u-boot

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!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-27 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-27  9:26 [U-Boot-Users] boot uncompressed uImage 朱成
2005-04-27  9:47 ` Leif Lindholm
2005-04-27 10:05   ` 朱成
2005-04-27 10:17 ` Wolfgang Denk

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.