avrdude

Driver program for Atmel AVR microcontrollers programming. More information: <https://www.nongnu.org/avrdude/>.

Install

All systems
curl cmd.cat/avrdude.sh
Debian Debian
apt-get install avrdude
Ubuntu
apt-get install avrdude
Alpine
apk add avrdude
Arch Arch Linux
pacman -S avrdude
image/svg+xml Kali Linux
apt-get install avrdude
Fedora
dnf install avrdude
Windows (WSL2)
sudo apt-get update sudo apt-get install avrdude
OS X
brew install avrdude
Raspbian
apt-get install avrdude
Docker
docker run cmd.cat/avrdude avrdude powered by Commando

Driver program for Atmel AVR microcontrollers programming. More information: <https://www.nongnu.org/avrdude/>.

  • Read AVR microcontroller:
    avrdude -p AVR_device -c programmer -U flash:r:file.hex:i
  • Write AVR microcontroller:
    avrdude -p AVR_device -c programmer -U flash:w:file.hex
  • List available AVR devices:
    avrdude -p \?
  • List available AVR programmers:
    avrdude -c \?

© tl;dr; authors and contributors