aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.sh b/run.sh
index a126811..d6243e2 100755
--- a/run.sh
+++ b/run.sh
@@ -10,7 +10,7 @@ echo "##########################################"
echo "##########################################"
echo "# Flashing temporary HSM firmware"
echo "##########################################"
-./bin/flash-target hsm
+./bin/flash-target firmware/cli-test
./bin/reset
sleep 5
@@ -23,7 +23,7 @@ echo "##########################################"
echo "##########################################"
echo "# Programming AVR"
echo "##########################################"
-avrdude -c usbtiny -p attiny828 -U flash:w:tamper.hex
+avrdude -c usbtiny -p attiny828 -U flash:w:firmware/tamper.hex
echo "##########################################"
echo "# Flashing official STM32 firmware"