diff options
| -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 |
