TLDR
Enter a command. For example: id, date, route, yarn, kustomize.

avrdude

 
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 \?

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.