From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aras Vaichas Date: Wed, 14 Jul 2004 16:23:43 +1000 Subject: [U-Boot-Users] uboot support for USB DFU protocol Message-ID: <40F4D16F.30607@magellan-technology.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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