Menu

Tree [4a18c6] master /
 History

HTTPS access


File Date Author Commit
 device-logs 2017-06-03 Tormod Volden Tormod Volden [a23f1d] device-logs: Add Black Magic Probe
 doc 2020-07-03 Thomas Hebb Thomas Hebb [d94a8b] man: Update date
 msvc 2014-01-31 Dennis Meier Dennis Meier [c593ee] msvc: Link libusb statically, instead of using ...
 src 2020-09-10 Tormod Volden Tormod Volden [4a18c6] Support larger files on many architectures
 www 2020-04-13 Tormod Volden Tormod Volden [0febd1] www: Update web site, new mailing list
 .gitignore 2014-02-13 Uwe Bonnes Uwe Bonnes [efb596] prefix: Add a stand-alone program to handle the...
 AUTHORS 2020-01-23 Tormod Volden Tormod Volden [3c049c] Update changelog, author list and displayed year
 COPYING 2007-02-22 Harald Welte Harald Welte [0a689c] initial (unfinished) version of new DFU utility...
 ChangeLog 2020-01-23 Tormod Volden Tormod Volden [3c049c] Update changelog, author list and displayed year
 DEVICES.txt 2017-06-03 Tormod Volden Tormod Volden [a23f1d] device-logs: Add Black Magic Probe
 INSTALL 2016-02-08 Tormod Volden Tormod Volden [9be764] Add INSTALL file with build instructions
 Makefile.am 2020-07-03 Thomas Hebb Thomas Hebb [d4fb24] man: Generate HTML using pandoc
 README 2018-07-17 Tormod Volden Tormod Volden [bdd09a] Update links to DFU specification
 TODO 2016-05-05 Geoffrey Hausheer Geoffrey Hausheer [740858] dfuse: Erase all needed pages before programming
 autogen.sh 2012-04-22 Tormod Volden Tormod Volden [ca8738] configure.ac: Remove unnecessary tests
 configure.ac 2016-02-08 Tormod Volden Tormod Volden [1d2bec] Release 0.9
 dfuse-pack.py 2020-04-13 Tormod Volden Tormod Volden [53080b] dfuse-pack.py: Do not alter "name" from S0 record

Read Me

Dfu-util - Device Firmware Upgrade Utilities

Dfu-util is the host side implementation of the DFU 1.0 and DFU 1.1 [1]
specification of the USB forum.

DFU is intended to download and upload firmware to devices connected over
USB. It ranges from small devices like micro-controller boards up to mobile
phones. With dfu-util you are able to download firmware to your device or
upload firmware from it.

dfu-util has been tested with Openmoko Neo1973 and Freerunner and many
other devices.

[1] DFU 1.1 spec: http://www.usb.org/developers/docs/devclass_docs/DFU_1.1.pdf

The official website is:

  http://dfu-util.sourceforge.net

See the INSTALL file for build instructions.