[go: up one dir, main page]

Menu

Tree [1d2bec] v0.9 /
 History

HTTPS access


File Date Author Commit
 device-logs 2014-08-21 Tormod Volden Tormod Volden [6f8e4d] device-logs: Add Spark Core lsusb output
 doc 2015-06-14 Tormod Volden Tormod Volden [6b0e6e] Moved to sourceforge.net - update all links
 msvc 2014-01-31 Dennis Meier Dennis Meier [c593ee] msvc: Link libusb statically, instead of using ...
 src 2016-02-08 Tormod Volden Tormod Volden [1d2bec] Release 0.9
 www 2016-01-18 Tormod Volden Tormod Volden [ac0c2d] www: Update Spark Core / Particle Photon link
 .gitignore 2014-02-13 Uwe Bonnes Uwe Bonnes [efb596] prefix: Add a stand-alone program to handle the...
 AUTHORS 2016-02-08 Tormod Volden Tormod Volden [bcb853] Update changelog and authors list
 COPYING 2007-02-22 Harald Welte Harald Welte [0a689c] initial (unfinished) version of new DFU utility...
 ChangeLog 2016-02-08 Tormod Volden Tormod Volden [bcb853] Update changelog and authors list
 DEVICES.txt 2014-01-13 Uwe Bonnes Uwe Bonnes [08de1b] DEVICES.txt: Mention LPC devices and their pecu...
 INSTALL 2016-02-08 Tormod Volden Tormod Volden [9be764] Add INSTALL file with build instructions
 Makefile.am 2014-09-13 Tormod Volden Tormod Volden [a50f0b] Add dfuse-pack.py to EXTRA_DIST in Makefile.am
 README 2016-02-08 Tormod Volden Tormod Volden [9be764] Add INSTALL file with build instructions
 TODO 2014-02-15 Tormod Volden Tormod Volden [bda43a] Update TODO list and ChangeLog
 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 2014-09-13 Tormod Volden Tormod Volden [59fae0] dfuse-pack.py: Add tool for making DfuSe .dfu f...

Read Me

Dfu-util - Device Firmware Upgrade Utilities

Dfu-util is the host side implementation of the DFU 1.0 [1] and DFU 1.1 [2]
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.0 spec: http://www.usb.org/developers/devclass_docs/usbdfu10.pdf
[2] DFU 1.1 spec: http://www.usb.org/developers/devclass_docs/DFU_1.1.pdf

The official website is:

  http://dfu-util.sourceforge.net

See the INSTALL file for build instructions.