From 9cfff77b0630e1cc0f6f719cca96c62c28e2372c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 25 Jul 2021 21:08:25 -0400 Subject: [PATCH] st-flash --- java_console/bin/flash_stlink.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 java_console/bin/flash_stlink.sh diff --git a/java_console/bin/flash_stlink.sh b/java_console/bin/flash_stlink.sh new file mode 100644 index 0000000000..a25aeaa93a --- /dev/null +++ b/java_console/bin/flash_stlink.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# sudo apt-get install stlink-tools -y +# sudo apt-get remove --purge stlink-tools + +st-flash write rusefi.bin 0x08000000 \ No newline at end of file