File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,16 @@ __NOTE:__ During installation it takes the Arduino IDE a few minutes to extract
34
34
[ adafruit-nrfutil] ( https://github.com/adafruit/Adafruit_nRF52_nrfutil ) (derived from Nordic pc-nrfutil) is needed to upload sketch via serial port.
35
35
36
36
- 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:
38
38
39
39
```
40
40
$ pip3 install wheel --user
41
41
$ pip3 install adafruit-nrfutil --user
42
42
```
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
+ ```
43
47
44
48
### Driver Setup for St-Link
45
49
You can’t perform that action at this time.
0 commit comments