Skip to content

Instantly share code, notes, and snippets.

@nmelihsensoy
Created April 30, 2023 07:17
Show Gist options
  • Select an option

  • Save nmelihsensoy/95cd0bbaa8d99d4f8baf5ad097820d09 to your computer and use it in GitHub Desktop.

Select an option

Save nmelihsensoy/95cd0bbaa8d99d4f8baf5ad097820d09 to your computer and use it in GitHub Desktop.
command to flash klipper firmware to atmega2560 based boards using avrdude
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