summaryrefslogtreecommitdiffstats
path: root/flash
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-09-24 14:35:14 -0400
committerBrian Cully <bjc@kublai.com>2022-09-24 14:35:14 -0400
commit6054e32b278d35cf89df990d9a23290d49e379f7 (patch)
tree96f73c87427d2c0ad52ac5b3c1e251dbcdcfce51 /flash
downloadModel100-6054e32b278d35cf89df990d9a23290d49e379f7.tar.gz
Model100-6054e32b278d35cf89df990d9a23290d49e379f7.zip
initial firmware for model 100, based on my model 01 sketch.
Diffstat (limited to 'flash')
-rwxr-xr-xflash8
1 files changed, 8 insertions, 0 deletions
diff --git a/flash b/flash
new file mode 100755
index 0000000..770e600
--- /dev/null
+++ b/flash
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ $# -ne 1 ]; then
+ echo "Usage: $0 firmware.bin" >&2
+ exit 1
+fi
+
+dfu-util --device 0x3496:0x0005 -R -D $1