From 0770ad7826eeb0dae485a8ff7d65e81055dbbedd Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 23 Jan 2022 13:47:33 +0100 Subject: Update firmware/README.txt --- firmware/README.txt | 6 +++--- 1 file 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 -- cgit v1.2.3-70-g09d2