aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2014-07-23 15:53:15 -0600
committerSelene ToyKeeper2014-07-23 15:53:15 -0600
commit82ff461c34dabbe539aeda07318cc646e0b67bd6 (patch)
treea291f690f2355b90909ec5763eed42f5ca616f32
parentAdded a dir to hold generally-useful utilities. (diff)
downloadanduril-82ff461c34dabbe539aeda07318cc646e0b67bd6.tar.gz
anduril-82ff461c34dabbe539aeda07318cc646e0b67bd6.tar.bz2
anduril-82ff461c34dabbe539aeda07318cc646e0b67bd6.zip
Er, don't try to verify after flashing. At least on my setup, this fails
and then it aborts the fuse steps. So, no verification.
Diffstat (limited to '')
-rwxr-xr-xbin/flash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/flash.sh b/bin/flash.sh
index 9c2ef82..c1c6acb 100755
--- a/bin/flash.sh
+++ b/bin/flash.sh
@@ -1,3 +1,3 @@
#/bin/sh
FIRMWARE=$1
-avrdude -c usbasp -p t13 -u -Uflash:w:$FIRMWARE -Ulfuse:w:0x75:m -Uhfuse:w:0xFF:m
+avrdude -c usbasp -p t13 -V -u -Uflash:w:$FIRMWARE -Ulfuse:w:0x75:m -Uhfuse:w:0xFF:m