summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-01-23 13:47:33 +0100
committerxengineering <me@xengineering.eu>2022-01-23 13:47:33 +0100
commit0770ad7826eeb0dae485a8ff7d65e81055dbbedd (patch)
treeea1d39a2df61f6820a43d9af0e66ee3d331b8e4b
parentd2dee79c454e3ccca75c6221b5e0555ed64e5451 (diff)
downloadledcontrol-0770ad7826eeb0dae485a8ff7d65e81055dbbedd.tar
ledcontrol-0770ad7826eeb0dae485a8ff7d65e81055dbbedd.tar.zst
ledcontrol-0770ad7826eeb0dae485a8ff7d65e81055dbbedd.zip
Update firmware/README.txt
-rw-r--r--firmware/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/README.txt b/firmware/README.txt
index 7257338..d24eab5 100644
--- a/firmware/README.txt
+++ b/firmware/README.txt
@@ -26,14 +26,14 @@ Clone this repository with all Git submodules:
Enter the repository and build the software:
- cd ledcontrol
+ cd ledcontrol/firmware
make
Connect your STM32F103C8T6 with an STLINK V2 debugger and flash the firmware:
- bash ocd.sh
+ ./ocd.sh
# switch to a second terminal in the same folder
- bash gdb.sh build/ledcontrol.elf
+ ./gdb.sh build/ledcontrol.elf
load
run
# CTRL + C will stop the execution