• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,105981

m4/H05-Sep-2021-1,8761,241

src/H05-Sep-2021-5,0563,854

AUTHORSH A D05-Jul-2021744 5048

COPYINGH A D25-Oct-201017.6 KiB341281

ChangeLogH A D05-Sep-20215.6 KiB144122

INSTALLH A D05-Jul-2021396 2412

Makefile.amH A D05-Jul-2021317 148

Makefile.inH A D05-Sep-202124.3 KiB787688

READMEH A D05-Jul-2021702 2214

TODOH A D09-Dec-2016338 1411

aclocal.m4H A D05-Sep-202150.9 KiB1,4121,278

autogen.shH A D23-Apr-201228 31

config.h.inH A D05-Sep-20212.2 KiB8859

configureH A D05-Sep-2021185.2 KiB6,4145,359

configure.acH A D05-Sep-20211.2 KiB4433

dfuse-pack.pyH A D05-Jul-20219.5 KiB257235

README

1Dfu-util - Device Firmware Upgrade Utilities
2
3Dfu-util is a host side implementation of the DFU 1.0 and DFU 1.1 [1]
4specification of the USB forum.
5
6DFU is intended to download and upload firmware to devices connected over
7USB. It ranges from small devices like micro-controller boards up to mobile
8phones and single-board computers. dfu-util is able to download firmware
9to devices as well as to upload firmware from them.
10
11dfu-util has been tested with Openmoko Neo1973 and Freerunner and many
12other devices.
13
14The official website is:
15
16  http://dfu-util.sourceforge.net
17
18See the INSTALL file for build instructions.
19
20[1] DFU 1.1 specification:
21    https://www.usb.org/sites/default/files/DFU_1.1.pdf
22