3.31. dfu (device firmware update)

3.31.1. Usage

dfu [-mpVP] DESC

3.31.2. Synopsis

Turn’s the USB host into DFU mode (Device Firmware Mode) and accepts a new firmware. The destination is described by DESC in the this format: DEVICE(NAME)[src]... Specify the ‘(‘) and ‘)’ literal, the [] however denote this optional modes: - ‘s’ safe mode (download the complete image before flashing) - ‘r’ readback of the firmware is allowed - ‘c’ the file will be created (for use with regular files)

3.31.3. Options

-m STR Manufacturer string (barebox)
-p STR product string
-V ID vendor id
-P ID product id

Table Of Contents

Previous topic

3.30. devinfo (show information about devices)

Next topic

3.32. dhcp (DHCP client to obtain IP or boot params)

This Page