dfu-prefix
Device firmware update (DFU) USB programmer
Install
- All systems
-
curl cmd.cat/dfu-prefix.sh
- Debian
-
apt-get install dfu-util
- Ubuntu
-
apt-get install dfu-util
- Arch Linux
-
pacman -S dfu-util
- Kali Linux
-
apt-get install dfu-util
- Fedora
-
dnf install dfu-util
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dfu-util
- OS X
-
brew install dfu-util
- Raspbian
-
apt-get install dfu-util
- Dockerfile
- dockerfile.run/dfu-prefix
dfu-util
Device firmware update (DFU) USB programmer
dfu-util is a program that implements the host (PC) side of the USB DFU 1.0 and 1.1 (Universal Serial Bus Device Firmware Upgrade) protocol. 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.