public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [UBoot] Hows to boot Linux Kernel from USB
@ 2008-09-30 11:28 thaoth
  2008-09-30 11:33 ` Albert ARIBAUD
  2008-09-30 14:21 ` Markus Klotzbücher
  0 siblings, 2 replies; 18+ messages in thread
From: thaoth @ 2008-09-30 11:28 UTC (permalink / raw)
  To: u-boot


Hi All,

I would like to know how to boot linux kernel from USB. I have ported UBoot
(support serial, USB driver) but didn't support CF card. 

Would you please tell me how to boot Linux Kernel from USB Flash memory? I
have many guide could help hows to boot Linux kernel from CF card or network
but  I didn't see help for USB Flash memory.

Here is step by step I did but didn't work.
- First initialization USB

=> usb start

- List file on USB Flash memory

=> fatls usb 0:1
  3876248   vmlinux.srec
  1348231   vmlinux
  2207942   vmlinux.bin
.
  1277956   zimage

- load zImage into SDRAM memory at base address 0x8c000000 + 200000 

=> fatload usb 0:1 200000 zimage
reading zimage
.
.
.
.
................................................................................
............................................

1277956 bytes read

=> bootm
Wrong Image Format for bootm command
ERROR: can't get kernel image!

This seems here is wrong command. I should load uImage (not zImage) into
SDRAM memory. Google booting kernel from USB on the internet but I didn't
see any help. :(

Thank you for answer
Best regards,
-- 
View this message in context: http://www.nabble.com/-UBoot--Hows-to-boot-Linux-Kernel-from-USB-tp19740267p19740267.html
Sent from the Uboot - Users mailing list archive at Nabble.com.

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

end of thread, other threads:[~2008-10-03  6:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-30 11:28 [U-Boot] [UBoot] Hows to boot Linux Kernel from USB thaoth
2008-09-30 11:33 ` Albert ARIBAUD
2008-09-30 11:39   ` thaoth
2008-09-30 12:49     ` Albert ARIBAUD
2008-10-01  6:28       ` thaoth
2008-10-01  6:32         ` Nobuhiro Iwamatsu
2008-10-01  6:39           ` thaoth
2008-10-01  7:17             ` Nobuhiro Iwamatsu
2008-10-01  7:22               ` michael
2008-10-01  9:03                 ` Wolfgang Denk
2008-10-01  9:20                   ` michael
2008-10-02  1:38                     ` thaoth
2008-10-02 11:21                       ` thaoth
2008-10-03  1:43                         ` thaoth
2008-10-03  5:33                           ` michael
2008-10-03  6:54                             ` thaoth
2008-10-01  7:10         ` Albert ARIBAUD
2008-09-30 14:21 ` Markus Klotzbücher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox