mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 23:57:47 +00:00
[nrf528xx] correct the link of nRF5 Command Line Tool in README (#4236)
This commit is contained in:
committed by
Jonathan Hui
parent
f7801c7fab
commit
ea0cc8f3bb
@@ -38,9 +38,9 @@ $ ./script/bootstrap
|
||||
|
||||
### Flashing and debugging tools
|
||||
|
||||
[nRF5-Command-Line-Tools]: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF5-Command-Line-Tools
|
||||
[nRF-Command-Line-Tools]: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools
|
||||
|
||||
Install the [nRF5 Command Line Tools][nRF5-Command-Line-Tools] to flash, debug, and make use of logging features on the nRF52811 DK with SEGGER J-Link.
|
||||
Install the [nRF Command Line Tools][nRF-Command-Line-Tools] to flash, debug, and make use of logging features on the nRF52811 DK with SEGGER J-Link.
|
||||
|
||||
## Building the examples
|
||||
|
||||
@@ -117,7 +117,7 @@ After the Thread Network security credentials have been successfully obtained, t
|
||||
## Flashing binaries
|
||||
|
||||
Once the examples and libraries are built, flash the compiled binaries onto nRF52811
|
||||
using `nrfjprog` that is part of the [nRFx Command Line Tools][nRF5-Command-Line-Tools].
|
||||
using `nrfjprog` that is part of the [nRF Command Line Tools][nRF-Command-Line-Tools].
|
||||
|
||||
Run the following command:
|
||||
|
||||
|
||||
@@ -31,9 +31,9 @@ $ ./script/bootstrap
|
||||
|
||||
### Flashing and debugging tools
|
||||
|
||||
[nRF5-Command-Line-Tools]: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF5-Command-Line-Tools
|
||||
[nRF-Command-Line-Tools]: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools
|
||||
|
||||
Install the [nRF5 Command Line Tools][nRF5-Command-Line-Tools] to flash, debug, and make use of logging features on the nRF52840 DK with SEGGER J-Link.
|
||||
Install the [nRF Command Line Tools][nRF-Command-Line-Tools] to flash, debug, and make use of logging features on the nRF52840 DK with SEGGER J-Link.
|
||||
|
||||
## Building the examples
|
||||
|
||||
@@ -175,7 +175,7 @@ After the Thread Network security credentials have been successfully obtained, t
|
||||
## Flashing the binaries
|
||||
|
||||
Flash the compiled binaries onto nRF52840 using `nrfjprog` which is
|
||||
part of the [nRF5 Command Line Tools][nRF5-Command-Line-Tools].
|
||||
part of the [nRF Command Line Tools][nRF-Command-Line-Tools].
|
||||
|
||||
```bash
|
||||
$ nrfjprog -f nrf52 --chiperase --program output/nrf52840/bin/ot-cli-ftd.hex --reset
|
||||
|
||||
Reference in New Issue
Block a user