[Cryptech-Commits] [user/ft/bootstrap] 05/06: put firmware files in subdirectory
git at cryptech.is
git at cryptech.is
Mon Aug 15 13:38:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
fredrik at thulin.net pushed a commit to branch master
in repository user/ft/bootstrap.
commit 4758a8c13add7b04eda596595c7d192ffad9c3d5
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Thu Aug 11 11:28:09 2016 +0200
put firmware files in subdirectory
---
.gitignore | 1 +
run.sh | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9e6d0f8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+firmware/
\ No newline at end of file
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"
More information about the Commits
mailing list