diff options
| author | microbuilder <contact@microbuilder.eu> | 2017-12-22 11:33:17 +0100 |
|---|---|---|
| committer | microbuilder <contact@microbuilder.eu> | 2017-12-22 11:33:17 +0100 |
| commit | c868b66f5bdfb11db58edb62747e5d8beac3c91e (patch) | |
| tree | 8bde6c85104c96916a8ecd59ea280a794970ff74 | |
| parent | 99dd0a61ff478718d540760f63f8e2c59839bde0 (diff) | |
Minor typo removed in path
| -rw-r--r-- | ports/nrf/boards/feather52/README.md | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ports/nrf/boards/feather52/README.md b/ports/nrf/boards/feather52/README.md index 2a2820624..d5e002622 100644 --- a/ports/nrf/boards/feather52/README.md +++ b/ports/nrf/boards/feather52/README.md @@ -35,7 +35,7 @@ commands: you can install pip via 'sudo easy_install pip' ``` -$ cd ../../libs/nrfutil +$ cd ../../lib/nrfutil $ sudo pip install -r requirements.txt $ sudo python setup.py install ``` @@ -55,15 +55,6 @@ To build a CircuitPython binary with default settings for the $ make BOARD=feather52 V=1 ``` -#### REPL over BLE support - -To build a CircuitPython binary with BLE support (S132) include `SD=s132` -as part of the build process: - -``` -$ make BOARD=feather52 V=1 SD=s132 -``` - ## Flashing binaries with `nrfutil` ### 1. **Update bootloader** to single-bank version |
