diff options
| author | Selene ToyKeeper | 2014-10-15 15:56:59 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2014-10-15 15:56:59 -0600 |
| commit | 314bffc88a7764f990768ca10e7300f486689efd (patch) | |
| tree | 66303155880cfd8df17176bcc3af49d82250d6b5 | |
| parent | normalized indentation with spaces (diff) | |
| download | anduril-314bffc88a7764f990768ca10e7300f486689efd.tar.gz anduril-314bffc88a7764f990768ca10e7300f486689efd.tar.bz2 anduril-314bffc88a7764f990768ca10e7300f486689efd.zip | |
verify images after flashing them (oops, requires 6 pins, not 5)
| -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 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 |
