mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
probe not found
This commit is contained in:
parent
261647bcfb
commit
164cec44a7
1 changed files with 10 additions and 0 deletions
10
embedded-workshop-book/src/troubleshoot-probe-not-found.md
Normal file
10
embedded-workshop-book/src/troubleshoot-probe-not-found.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue