avrdude

Atmel AVR MCU in-system programmer and bootloader downloader

brewmacoslinux
Try with needOr install directly
Source

About

Atmel AVR MCU programmer

Commands

avrdude

Examples

Program a hex file to an Arduino Uno via USB$ avrdude -c arduino -p atmega328p -P /dev/ttyUSB0 -b 115200 -U flash:w:firmware.hex:i
Read fuses from an ATmega328P microcontroller$ avrdude -c usbtiny -p atmega328p -U lfuse:r:-:h -U hfuse:r:-:h
Erase and program flash memory on an AVR with ISP programmer$ avrdude -c usbasp -p attiny85 -e -U flash:w:program.hex:i