dfu-util
Host side of the USB Device Firmware Upgrade (DFU) protocol
The DFU (Universal Serial Bus Device Firmware Upgrade) protocol 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.
- Versions: 0.11
- Website: https://dfu-util.sourceforge.net/
- Licenses: GPL 2+
- Package source: gnu/packages/flashing-tools.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of dfu-util as follows:
guix install dfu-util
Or install a particular version:
guix install dfu-util@0.11
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of dfu-util about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/dfu-util'><img src='https://packages.guix.gnu.org/packages/dfu-util/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/dfu-util)
Example Org:
[[https://packages.guix.gnu.org/packages/dfu-util][https://packages.guix.gnu.org/packages/dfu-util/badges/latest-version.svg]]