aboutsummaryrefslogtreecommitdiff
path: root/bin/flash.sh
diff options
context:
space:
mode:
authorSelene ToyKeeper2014-10-15 15:56:59 -0600
committerSelene ToyKeeper2014-10-15 15:56:59 -0600
commit314bffc88a7764f990768ca10e7300f486689efd (patch)
tree66303155880cfd8df17176bcc3af49d82250d6b5 /bin/flash.sh
parentnormalized indentation with spaces (diff)
downloadanduril-314bffc88a7764f990768ca10e7300f486689efd.tar.gz
anduril-314bffc88a7764f990768ca10e7300f486689efd.tar.bz2
anduril-314bffc88a7764f990768ca10e7300f486689efd.zip
verify images after flashing them (oops, requires 6 pins, not 5)
Diffstat (limited to 'bin/flash.sh')
-rwxr-xr-xbin/flash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/flash.sh b/bin/flash.sh
index c1c6acb..9c2ef82 100755
--- a/bin/flash.sh
+++ b/bin/flash.sh
@@ -1,3 +1,3 @@
#/bin/sh
FIRMWARE=$1
-avrdude -c usbasp -p t13 -V -u -Uflash:w:$FIRMWARE -Ulfuse:w:0x75:m -Uhfuse:w:0xFF:m
+avrdude -c usbasp -p t13 -u -Uflash:w:$FIRMWARE -Ulfuse:w:0x75:m -Uhfuse:w:0xFF:m