Last active
April 6, 2023 13:47
-
-
Save ricaun/10770464e2a23c2c61703f983f2126c7 to your computer and use it in GitHub Desktop.
Upload atmega328p firmware using avrdude and usbasp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
avr\bin\avrdude | |
avr\bin\avrdude -C avr\etc\avrdude.conf -c usbasp -p atmega328p -U flash:w:"Blink.ino.with_bootloader.standard.hex":i -v | |
@pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no comment