public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] USB fatload fails to load rootfs
@ 2013-08-28 18:58 Chuck Wical
  2013-08-29  7:49 ` Romain Izard
  0 siblings, 1 reply; 4+ messages in thread
From: Chuck Wical @ 2013-08-28 18:58 UTC (permalink / raw)
  To: u-boot

I am trying to load rootfs.ext2.gz.uboot from usb using fatload but when it
reaches a point in writing the file to memory a reset occurs of the CPU.  If
I load this file using tftp it works fine.  Here are the commands I am using:

loadaddr=0x21000000

tftp $(loadaddr) rootfs.ext2.gz.uboot

usb start
fatload usb 0 $(loadaddr) rootfs.ext2.gz.uboot

The version of U-Boot used is 2009.11.1 and upgrading at this point may be
an issue.  Before a bunch of questions are asked I inherited this project,
it is mature and works, I have no documentation, and I am simply trying to
copy a file from usb to memory.  Nothing more, nothing fancy.

My searches on the web have not yielded any possible solutions or good
explanations of the usb subsystem in U-Boot so I am hoping someone can
provide some possible solutions or information I can read.

Thanks!

Chuck

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

end of thread, other threads:[~2013-08-29 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 18:58 [U-Boot] USB fatload fails to load rootfs Chuck Wical
2013-08-29  7:49 ` Romain Izard
2013-08-29 13:32   ` Chuck Wical
2013-08-29 13:50     ` Stefano Babic

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