mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix the stlink binary path (#1726)
JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu
This commit is contained in:
parent
5481fca060
commit
a83319cfa1
@ -85,12 +85,12 @@ make
|
||||
|
||||
Connect Mini-USB for power supply and connect Micro-USB for `NSH` console.
|
||||
|
||||
To configure `stlink` utility for flashing, follow the instructions [here](https://github.com/texane/stlink#build-from-sources).
|
||||
To configure `stlink` utility for flashing, follow the instructions in the official [Stlink repository](https://github.com/texane/stlink).
|
||||
|
||||
To flash,
|
||||
```
|
||||
# assuming you are in nuttx folder
|
||||
sudo ../stlink/build/st-flash write nuttx.bin 0x8000000
|
||||
sudo ../stlink/build/Release/st-flash write nuttx.bin 0x8000000
|
||||
```
|
||||
|
||||
### Running JerryScript
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user