aboutsummaryrefslogtreecommitdiff
path: root/bin/flash-tiny1616.sh
diff options
context:
space:
mode:
authorSelene ToyKeeper2021-04-01 16:30:16 -0600
committerSelene ToyKeeper2021-04-01 16:30:16 -0600
commitbc281fdece8f3913c9ae13503f6d049e8879e0ce (patch)
treed96db6041a308caed35ee693389434263c901dd7 /bin/flash-tiny1616.sh
parentupdated MODELS file with missing K9.3-nofet build target (diff)
parentMerge TKs changes from 2021-01-25 (diff)
downloadanduril-bc281fdece8f3913c9ae13503f6d049e8879e0ce.tar.gz
anduril-bc281fdece8f3913c9ae13503f6d049e8879e0ce.tar.bz2
anduril-bc281fdece8f3913c9ae13503f6d049e8879e0ce.zip
merged gchart's Tiny1 series branch for tiny1616 support
Diffstat (limited to 'bin/flash-tiny1616.sh')
-rwxr-xr-xbin/flash-tiny1616.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/flash-tiny1616.sh b/bin/flash-tiny1616.sh
new file mode 100755
index 0000000..31c8406
--- /dev/null
+++ b/bin/flash-tiny1616.sh
@@ -0,0 +1,3 @@
+#/bin/sh
+FIRMWARE=$1
+avrdude -c jtag2updi -P /dev/ttyUSB0 -p t1616 -u -Uflash:w:$FIRMWARE \ No newline at end of file