dfu-util

USB programmer for devices supporting DFU (Device Firmware Update) protocol

brewmacoslinux
Try with needOr install directly
Source

About

USB programmer

Commands

dfu-util

Examples

List all DFU-capable devices connected to the system$ dfu-util -l
Upload firmware to a DFU device (e.g., microcontroller)$ dfu-util -D firmware.bin -d 1234:5678
Download firmware from device and save to file$ dfu-util -U backup.bin -d 1234:5678