avrdude
Driver program for Atmel AVR microcontrollers programming.
- 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 \?
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).