From 164cec44a7c0ac5ba04c0e992f0e77b6add01a7a Mon Sep 17 00:00:00 2001 From: dajamante Date: Fri, 11 Jun 2021 16:04:12 +0200 Subject: [PATCH 1/3] probe not found --- .../src/troubleshoot-probe-not-found.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 embedded-workshop-book/src/troubleshoot-probe-not-found.md diff --git a/embedded-workshop-book/src/troubleshoot-probe-not-found.md b/embedded-workshop-book/src/troubleshoot-probe-not-found.md new file mode 100644 index 0000000..da5cce1 --- /dev/null +++ b/embedded-workshop-book/src/troubleshoot-probe-not-found.md @@ -0,0 +1,10 @@ +# `Error: no probe was found` error + +You may encounter this error: +``` console +Running probe-run --chip nRF52840_xxAA target/thumbv7em-none-eabihf/debug/hello +Error: no probe was found +``` + +- It may be caused by the micro-USB cable plugged on the long side of the board, instead of the short side. +- Check that the board is powered on. \ No newline at end of file From 78e3234d544fca00529d44c3787337cf9e1662b7 Mon Sep 17 00:00:00 2001 From: Ai Maiga <40670675+Dajamante@users.noreply.github.com> Date: Mon, 14 Jun 2021 11:52:28 +0200 Subject: [PATCH 2/3] Update embedded-workshop-book/src/troubleshoot-probe-not-found.md Co-authored-by: Tanks Transfeld --- embedded-workshop-book/src/troubleshoot-probe-not-found.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/troubleshoot-probe-not-found.md b/embedded-workshop-book/src/troubleshoot-probe-not-found.md index da5cce1..8ad144f 100644 --- a/embedded-workshop-book/src/troubleshoot-probe-not-found.md +++ b/embedded-workshop-book/src/troubleshoot-probe-not-found.md @@ -7,4 +7,5 @@ Error: no probe was found ``` - It may be caused by the micro-USB cable plugged on the long side of the board, instead of the short side. -- Check that the board is powered on. \ No newline at end of file +- Check that the board is powered on. +- Check that your cable is a data cable and not power-only. From baf54c4b136de7ba63776c90a8391f47f5119c96 Mon Sep 17 00:00:00 2001 From: dajamante Date: Mon, 14 Jun 2021 11:59:13 +0200 Subject: [PATCH 3/3] added link in summary, removed error --- embedded-workshop-book/src/SUMMARY.md | 1 + embedded-workshop-book/src/troubleshoot-probe-not-found.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/SUMMARY.md b/embedded-workshop-book/src/SUMMARY.md index be8ba33..37d55ce 100644 --- a/embedded-workshop-book/src/SUMMARY.md +++ b/embedded-workshop-book/src/SUMMARY.md @@ -68,6 +68,7 @@ - [`dongle-flash` is not working](./troubleshoot-dongle-flash.md) - [Dongle USB functionality is not working](./troubleshoot-usb-dongle.md) - [`cargo run` errors](./troubleshoot-cargo-run-error.md) + - [`no probe was found` error](./troubleshoot-probe-not-found.md) - [DEPRECATED - `nrfutil` setup](DEPRECATED-nrfutil-setup.md) - [Appendix](./appendix.md) - [Using GDB](./gdb.md) diff --git a/embedded-workshop-book/src/troubleshoot-probe-not-found.md b/embedded-workshop-book/src/troubleshoot-probe-not-found.md index da5cce1..5136f45 100644 --- a/embedded-workshop-book/src/troubleshoot-probe-not-found.md +++ b/embedded-workshop-book/src/troubleshoot-probe-not-found.md @@ -1,4 +1,4 @@ -# `Error: no probe was found` error +# `no probe was found` error You may encounter this error: ``` console