Skip to content

Commit 906a001

Browse files
authored
nrfutil path
1 parent b85516f commit 906a001

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,16 @@ __NOTE:__ During installation it takes the Arduino IDE a few minutes to extract
3434
[adafruit-nrfutil](https://github.com/adafruit/Adafruit_nRF52_nrfutil) (derived from Nordic pc-nrfutil) is needed to upload sketch via serial port.
3535

3636
- For Windows and macOS, pre-built executable binaries are included in the BSP at `tools/adafruit-nrfutil/`. It should work out of the box.
37-
- Linux user need to run follow command to install it from PyPi
37+
- Linux users need to run the follow commands to install the nrfutil tools:
3838

3939
```
4040
$ pip3 install wheel --user
4141
$ pip3 install adafruit-nrfutil --user
4242
```
43+
Then make sure `adafruit-nrfutil` executable is in your path, if not try to add the following to your `.bashrc` file:
44+
```
45+
PATH="$HOME/.local/bin/:$PATH"
46+
```
4347
4448
### Driver Setup for St-Link
4549

0 commit comments

Comments
 (0)