Dfu-util is the host side implementation of the DFU 1.0 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. Most tests have been done with the Openmoko Neo1973 and Freerunner so far but other devices have been reported working and is being worked on.
Software releases of dfu-util can be found here.
The latest release is 0.1
Development happens in a GIT repository. Browse it over the web interface or clone it with:
git clone git://git.openezx.org/dfu-util.git
This software is licensed under the GPL version 2.
Given the low activities on this project we don't run our on mailing list but use the Openmoko devel list for discussions. This may change in the future if a real community builds around dfu-util.
Dfu-util was written by Harald Welte partially based on code from dfu-programmer 0.4 and is currently maintained by Stefan Schmidt.
If you have questions about the development of dfu-util please contact the mailing list or Stefan Schmidt.