Skip to content

Commit c6ed550

Browse files
author
Levente Orban
committed
Fix the stlink binary path
JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu
1 parent 1886d54 commit c6ed550

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

targets/nuttx-stm32f4/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jerry-nuttx
3333
#### 2. Adding JerryScript as an interpreter for NuttX
3434

3535
```
36+
# assuming you are in jerry-nuttx folder
3637
cd apps/interpreters
3738
mkdir jerryscript
3839
cp ../../jerryscript/targets/nuttx-stm32f4/* ./jerryscript/
@@ -85,12 +86,12 @@ make
8586

8687
Connect Mini-USB for power supply and connect Micro-USB for `NSH` console.
8788

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

9091
To flash,
9192
```
9293
# assuming you are in nuttx folder
93-
sudo ../stlink/build/st-flash write nuttx.bin 0x8000000
94+
sudo ../stlink/build/Release/st-flash write nuttx.bin 0x8000000
9495
```
9596

9697
### Running JerryScript

0 commit comments

Comments
 (0)