diff options
-rw-r--r-- | firmware/README.txt | 6 |
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 |