From 164cec44a7c0ac5ba04c0e992f0e77b6add01a7a Mon Sep 17 00:00:00 2001 From: dajamante Date: Fri, 11 Jun 2021 16:04:12 +0200 Subject: [PATCH] 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