mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-10-31 22:28:49 +00:00
rm nrfutil troubleshooting
This commit is contained in:
parent
4ea26a6359
commit
88aae1a2a3
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
# `dongle-flash` not working
|
|
||||||
|
|
||||||
``` console
|
|
||||||
$ dongle-flash loopback.hex
|
|
||||||
packaging iHex using nrfutil ...
|
|
||||||
Error: No such file or directory (os error 2)
|
|
||||||
```
|
|
||||||
|
|
||||||
this indicates that `nrfutil`, the Python tool, is not installed or not available in your PATH. Instructions on how to install `nrfutil` can be found in the [`nrfutil` section of the Installation Instructions].
|
|
||||||
|
|
||||||
❗️ If you install `nrfutil` in a virtual environment you'll need to activate the environment; the `nrfutil` binary must be available in your PATH.
|
|
||||||
|
|
||||||
[`nrfutil` section of the Installation Instructions]: ./installation.md#nrfutil
|
|
Loading…
Reference in a new issue