summaryrefslogtreecommitdiff
path: root/ports/nrf/README.md
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-08-22 10:24:10 -0400
committerDan Halbert <halbert@halwitz.org>2018-08-22 10:24:10 -0400
commiteaf4d19dbbe868f8b50fd0ca83511ea4a938d8d4 (patch)
tree213abc23a3490457adf48b5e6bbdb8d1418df2cd /ports/nrf/README.md
parentc503cf990b032c62b082f96782ba7ad9829cbe9e (diff)
parent6bfff29d22445429231e39676dc3086085acaa54 (diff)
Merge remote-tracking branch 'adafruit/master' into nrf_board_rename
Merge #1137
Diffstat (limited to 'ports/nrf/README.md')
-rw-r--r--ports/nrf/README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/ports/nrf/README.md b/ports/nrf/README.md
index 053ef7a46..398dcf5bc 100644
--- a/ports/nrf/README.md
+++ b/ports/nrf/README.md
@@ -99,11 +99,9 @@ note: On Linux it might be required to link SEGGER's `libjlinkarm.so` inside nrf
## DFU Targets
- sudo apt-get install build-essential libffi-dev pkg-config gcc-arm-none-eabi git python python-pip
- git clone https://github.com/adafruit/Adafruit_nRF52_Arduino.git
- cd Adafruit_nRF52_Arduino/tools/nrfutil-0.5.2/
- pip3 install --user -r requirements.txt
- python3 setup.py install --user
+run follow command to install [adafruit-nrfutil](https://github.com/adafruit/Adafruit_nRF52_nrfutil) from PyPi
+
+ $ pip3 install --user adafruit-nrfutil
**make flash** and **make sd** will not work with DFU targets. Hence, **dfu-gen** and **dfu-flash** must be used instead.
* dfu-gen: Generates a Firmware zip to be used by the DFU flash application.
@@ -112,8 +110,7 @@ note: On Linux it might be required to link SEGGER's `libjlinkarm.so` inside nrf
Example on how to generate and flash feather_nrf52832 target:
make BOARD=feather_nrf52832 SD=s132
- make BOARD=feather_nrf52832 SD=s132 dfu-gen
- make BOARD=feather_nrf52832 SD=s132 dfu-flash
+ make BOARD=feather52832 SD=s132 dfu-gen dfu-flash
## Bluetooth LE REPL