Skip to content

Commit

Permalink
generated backup of factory firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
wraybowling committed Apr 16, 2020
0 parents commit 56df86d
Show file tree
Hide file tree
Showing 2 changed files with 1,035 additions and 0 deletions.
10 changes: 10 additions & 0 deletions backup-firmware.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

avrdude \
-p m328p \
-c arduino \
-P /dev/ttyUSB0 \
-U flash:r:"new.tri-ger.backup.hex":i \
-v -v

# -b 19200 \
Loading

0 comments on commit 56df86d

Please sign in to comment.