bootloadhid

HID-based USB bootloader for programming AVR microcontrollers

brewmacoslinux
Try with needOr install directly
Source

About

HID-based USB bootloader for AVR microcontrollers

Commands

bootloadhid

Examples

Flash a hex file to an AVR microcontroller via HID bootloader$ bootloadhid -r -f firmware.hex
Upload firmware and reset the device after programming$ bootloadhid -r -F firmware.hex /dev/hidraw0
Display available HID bootloader devices$ bootloadhid -h