mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-04 21:38:53 +00:00
Merge pull request #175 from Dajamante/main
Made a "probe not found" troubleshooting page
This commit is contained in:
commit
d9991757c8
3 changed files with 13 additions and 0 deletions
|
@ -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)
|
||||
|
|
1
embedded-workshop-book/src/troubleshoot-dongle-flash.md
Normal file
1
embedded-workshop-book/src/troubleshoot-dongle-flash.md
Normal file
|
@ -0,0 +1 @@
|
|||
# dongle-flash is not working
|
11
embedded-workshop-book/src/troubleshoot-probe-not-found.md
Normal file
11
embedded-workshop-book/src/troubleshoot-probe-not-found.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# `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.
|
||||
- Check that your cable is a data cable and not power-only.
|
Loading…
Reference in a new issue