Skip to content

Instantly share code, notes, and snippets.

@shift
Created May 8, 2021 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shift/0cebeff20228ed3e79115f302235be4a to your computer and use it in GitHub Desktop.
Save shift/0cebeff20228ed3e79115f302235be4a to your computer and use it in GitHub Desktop.
klipper arduino nano flashing command
avrdude -patmega328p -c arduino -b 57600 -P /dev/ttyUSB0 -v -D -Uflash:w:out/klipper.elf.hex:i
@CryZo
Copy link

CryZo commented Aug 14, 2021

Thanks for sharing! 🥳

@fabienlacaze
Copy link

hello, sorry but how to use it ? thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment