diff options
| author | Selene ToyKeeper | 2014-07-23 15:53:15 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2014-07-23 15:53:15 -0600 |
| commit | 82ff461c34dabbe539aeda07318cc646e0b67bd6 (patch) | |
| tree | a291f690f2355b90909ec5763eed42f5ca616f32 | |
| parent | Added a dir to hold generally-useful utilities. (diff) | |
| download | anduril-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-x | bin/flash.sh | 2 |
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 |
