From a83319cfa1d1b3907fd3cf9ac2aa46568519e9b6 Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Wed, 12 Apr 2017 14:45:58 +0200 Subject: [PATCH] Fix the stlink binary path (#1726) JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu --- targets/nuttx-stm32f4/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/nuttx-stm32f4/README.md b/targets/nuttx-stm32f4/README.md index 8f1032d32..3dc8dabc7 100644 --- a/targets/nuttx-stm32f4/README.md +++ b/targets/nuttx-stm32f4/README.md @@ -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