logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dfu-tool - write firmware to DFU devices

Author

       Richard Hughes (richard@hughsie.com)

1.7.9                                             11 April 2021                                           man(1)

Bugs

       No known bugs.

Description

       This manual page documents briefly the dfu-tool command.

       dfu-tool allows a user to write various kinds of firmware onto devices supporting the USB Device Firmware
       Upgrade  protocol.  This tool can be used to switch the device from the normal runtime mode to `DFU mode'
       which allows the user to read and write firmware.   Either  the  whole  device  can  be  written  in  one
       operation, or individual `targets' can be specified with the alternative name or number.

       All  synchronous actions can be safely cancelled and on failure will return errors with both a type and a
       full textual description.  libdfu supports DFU 1.0, DFU 1.1  and  the  ST  DfuSe  vendor  extension,  and
       handles many device `quirks' necessary for the real-world implementations of DFU.

Name

       dfu-tool - write firmware to DFU devices

Options

       The  dfu-tool  command  takes  various options depending on the action.  Run dfu-tool--help for the full
       list.

See Also

fwupdtool(1), fwupdmgr(1)

Synopsis

       dfu-tool [CMD]

See Also