read files over USB in u-boot?

Hello everyone,

Does anyone know if u-boot can access files from a USB storage device
on the beagle board?

I have found references to u-boot on other boards being able to do
things like:

# usb start
# fatload usb 0:1 0x200000 uImage

To load a kernel into memory, for example.

The 'usb' command is not available in the beagle board's u-boot.

Any help would be greatly appreciated.

Thanks,
Jim

Jim Sheldon wrote:

Hello everyone,

Does anyone know if u-boot can access files from a USB storage device
on the beagle board?

I have found references to u-boot on other boards being able to do
things like:

# usb start
# fatload usb 0:1 0x200000 uImage

To load a kernel into memory, for example.

The 'usb' command is not available in the beagle board's u-boot.

Any help would be greatly appreciated.

What we currently have regarding U-Boot and USB is documented in

http://elinux.org/U-boot_musb_gadget_support

Best regards

Dirk