Created
April 30, 2023 07:17
-
-
Save nmelihsensoy/95cd0bbaa8d99d4f8baf5ad097820d09 to your computer and use it in GitHub Desktop.
command to flash klipper firmware to atmega2560 based boards using avrdude
This file contains hidden or 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
| avrdude -v -V -patmega2560 -cwiring "-P/dev/cu.usbserial-140" -b115200 -D "-Uflash:w:klipper.hex:i" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment