Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z4yx/dfu-util
Device Firmware Upgrade Utilities (with workaround for STM32L4 bootloader bugs)
https://github.com/z4yx/dfu-util
Last synced: about 2 months ago
JSON representation
Device Firmware Upgrade Utilities (with workaround for STM32L4 bootloader bugs)
- Host: GitHub
- URL: https://github.com/z4yx/dfu-util
- Owner: z4yx
- License: gpl-2.0
- Created: 2019-11-14T02:29:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T02:30:17.000Z (about 5 years ago)
- Last Synced: 2024-10-15T17:50:47.133Z (3 months ago)
- Language: C
- Homepage:
- Size: 378 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
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.