diff options
| author | Daniel Tralamazza <daniel@tralamazza.com> | 2017-08-08 18:45:42 +0200 |
|---|---|---|
| committer | Daniel Tralamazza <daniel@tralamazza.com> | 2017-08-08 18:45:42 +0200 |
| commit | 785fb6928b70afd0c42677b21c71287993d7fdde (patch) | |
| tree | f612d521ef6f185b36de66c96285eca74980ec52 | |
| parent | b53b6913147bdee5aef1b54f7728d44580dd0935 (diff) | |
nrf: add a note for running the nrfjprog tool on Linux, and touch up the make sd comment
| -rw-r--r-- | nrf/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nrf/README.md b/nrf/README.md index 3cba4df48..f3e4ac499 100644 --- a/nrf/README.md +++ b/nrf/README.md @@ -64,10 +64,11 @@ First prepare the bluetooth folder by downloading Bluetooth LE stacks and header If the Bluetooth stacks has been downloaded, compile the target with the following command: make BOARD=pca10040 SD=s132 - make sd The **make sd** will trigger a flash of the bluetooth stack before that application is flashed. Note that **make sd** will perform a full erase of the chip, which could cause 3rd party bootloaders to also be wiped. + make BOARD=pca10040 SD=s132 sd + Note: further tuning of features to include in bluetooth or even setting up the device to use REPL over Bluetooth can be configured in the `bluetooth_conf.h`. ## Target Boards and Make Flags @@ -97,6 +98,7 @@ Install the necessary tools to flash and debug using Segger: [nrfjprog win32 Download](https://www.nordicsemi.com/eng/nordic/download_resource/33444/40/22191727/53210) +note: On Linux it might be required to link SEGGER's `libjlinkarm.so` inside nrfjprog's folder. ## PyOCD/OpenOCD Targets |
