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