Minor typo removed in path

This commit is contained in:
microbuilder 2017-12-22 11:33:17 +01:00
parent 99dd0a61ff
commit c868b66f5b
1 changed files with 1 additions and 10 deletions

View File

@ -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