All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] uboot support for USB DFU protocol
@ 2004-07-14  6:23 Aras Vaichas
  2004-07-14 20:03 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Aras Vaichas @ 2004-07-14  6:23 UTC (permalink / raw)
  To: u-boot

I am using the AT91RM9200DK, it has both USB host and device interfaces.

Can I use the USB *device* port to load a binary image (uImage) into my 
development board?

i.e. does u-boot support the USB DFU (Device Firmware Upgrade) protocol?

I know that the AT91RM9200 has support for USB DFU in its internal boot 
ROM, but I'd like to use uboot to load the image via image from a file 
server - similar to the way I would do it with tftp.

If I make a product that has a USB device interface, I'd like to be able 
to upgrade the firmware via that same USB link.

Aras

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

* [U-Boot-Users] uboot support for USB DFU protocol
  2004-07-14  6:23 [U-Boot-Users] uboot support for USB DFU protocol Aras Vaichas
@ 2004-07-14 20:03 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2004-07-14 20:03 UTC (permalink / raw)
  To: u-boot

In message <40F4D16F.30607@magellan-technology.com> you wrote:
> 
> Can I use the USB *device* port to load a binary image (uImage) into my 
> development board?

Not without adding such driver support.

> i.e. does u-boot support the USB DFU (Device Firmware Upgrade) protocol?

No.

> I know that the AT91RM9200 has support for USB DFU in its internal boot 
> ROM, but I'd like to use uboot to load the image via image from a file 
> server - similar to the way I would do it with tftp.

On the SX1 board we used the USB port to implement a  serial  console
interface;  this  allows for fast downloads using the standard serial
"loadb" and "loads" commands (the "baudrate" parameter does not apply
on such a port).

> If I make a product that has a USB device interface, I'd like to be able 
> to upgrade the firmware via that same USB link.

IMHO the probably easiest and most useful way is to implement a USB -
serial console interface.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
I don't want to be young again, I just don't want to get any older.

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

end of thread, other threads:[~2004-07-14 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-14  6:23 [U-Boot-Users] uboot support for USB DFU protocol Aras Vaichas
2004-07-14 20:03 ` 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.