From 6054e32b278d35cf89df990d9a23290d49e379f7 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 24 Sep 2022 14:35:14 -0400 Subject: initial firmware for model 100, based on my model 01 sketch. --- flash | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 flash (limited to 'flash') 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 -- cgit v1.2.3