aboutsummaryrefslogtreecommitdiff
path: root/bin/flash-tiny25.sh
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-11-03 16:54:18 -0600
committerSelene ToyKeeper2018-11-03 16:54:18 -0600
commitb4d8f74c5fa32b974d7af8c71927822667a24643 (patch)
tree2ea10ed0a9926b7eecf3080ffccc3b22c1a5a9ef /bin/flash-tiny25.sh
parentCorrected anduril.txt with the new aux LED button mappings. (diff)
parentAdded a help message to build.sh and flash.sh (diff)
downloadanduril-b4d8f74c5fa32b974d7af8c71927822667a24643.tar.gz
anduril-b4d8f74c5fa32b974d7af8c71927822667a24643.tar.bz2
anduril-b4d8f74c5fa32b974d7af8c71927822667a24643.zip
merged trunk and flash-safer branch (clean up flash/build scripts and make flashing less likely to produce bricks)
Diffstat (limited to 'bin/flash-tiny25.sh')
-rwxr-xr-xbin/flash-tiny25.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/flash-tiny25.sh b/bin/flash-tiny25.sh
new file mode 100755
index 0000000..9975671
--- /dev/null
+++ b/bin/flash-tiny25.sh
@@ -0,0 +1,3 @@
+#/bin/sh
+FIRMWARE=$1
+avrdude -c usbasp -p t25 -u -Uflash:w:$FIRMWARE