avrdude
Driver program for Atmel AVR microcontrollers programming. More information: <https://www.nongnu.org/avrdude/>.
Install
- All systems
-
curl cmd.cat/avrdude.sh
- Debian
-
apt-get install avrdude - Ubuntu
-
apt-get install avrdude -
Alpine
-
apk add avrdude - Arch Linux
-
pacman -S avrdude - Kali Linux
-
apt-get install avrdude - Fedora
-
dnf install avrdude - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install avrdude - OS X
-
brew install avrdude - Raspbian
-
apt-get install avrdude - Docker
-
docker run cmd.cat/avrdude avrdudepowered 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