From 88aae1a2a3ba357fb27df97a725bb7f1d96877d8 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Tue, 4 May 2021 18:34:22 +0200 Subject: [PATCH] rm nrfutil troubleshooting --- .../src/troubleshoot-dongle-flash.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 embedded-workshop-book/src/troubleshoot-dongle-flash.md diff --git a/embedded-workshop-book/src/troubleshoot-dongle-flash.md b/embedded-workshop-book/src/troubleshoot-dongle-flash.md deleted file mode 100644 index 0f624e6..0000000 --- a/embedded-workshop-book/src/troubleshoot-dongle-flash.md +++ /dev/null @@ -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 \ No newline at end of file