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:
Levente Orban 2017-04-12 14:45:58 +02:00 committed by Akos Kiss
parent 5481fca060
commit a83319cfa1

View File

@ -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