Skip to content

Commit a83319c

Browse files
Levente Orbanakosthekiss
authored andcommitted
Fix the stlink binary path (#1726)
JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu
1 parent 5481fca commit a83319c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/nuttx-stm32f4/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ make
8585

8686
Connect Mini-USB for power supply and connect Micro-USB for `NSH` console.
8787

88-
To configure `stlink` utility for flashing, follow the instructions [here](https://github.com/texane/stlink#build-from-sources).
88+
To configure `stlink` utility for flashing, follow the instructions in the official [Stlink repository](https://github.com/texane/stlink).
8989

9090
To flash,
9191
```
9292
# assuming you are in nuttx folder
93-
sudo ../stlink/build/st-flash write nuttx.bin 0x8000000
93+
sudo ../stlink/build/Release/st-flash write nuttx.bin 0x8000000
9494
```
9595

9696
### Running JerryScript

0 commit comments

Comments
 (0)