Documented rp2040 probe-rs info bug, linked to new_project page
This commit is contained in:
parent
2787164ea9
commit
d07a0148d7
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,8 @@ Make sure that you didn’t accidentally run `+cargo add probe-rs+` (which adds
|
||||||
|
|
||||||
If you’re using a raspberry pi pico-w, make sure you’re running `+cargo run --bin wifi_blinky --release+` rather than the regular blinky. The pico-w’s on-board LED is connected to the WiFi chip, which needs to be initialized before the LED can be blinked.
|
If you’re using a raspberry pi pico-w, make sure you’re running `+cargo run --bin wifi_blinky --release+` rather than the regular blinky. The pico-w’s on-board LED is connected to the WiFi chip, which needs to be initialized before the LED can be blinked.
|
||||||
|
|
||||||
|
If you’re using an rp2040 debug probe (e.g. the pico probe) and are having issues after running `probe-rs info`, unplug and reconnect the probe, letting it power cycle. Running `probe-rs info` is link:https://github.com/probe-rs/probe-rs/issues/1849[known to put the pico probe into an unusable state].
|
||||||
|
|
||||||
If you’re still having problems, check the link:https://embassy.dev/book/dev/faq.html[FAQ], or ask for help in the link:https://matrix.to/#/#embassy-rs:matrix.org[Embassy Chat Room].
|
If you’re still having problems, check the link:https://embassy.dev/book/dev/faq.html[FAQ], or ask for help in the link:https://matrix.to/#/#embassy-rs:matrix.org[Embassy Chat Room].
|
||||||
|
|
||||||
== What's next?
|
== What's next?
|
||||||
|
@ -138,3 +140,4 @@ Congratulations, you have your first Embassy application running! Here are some
|
||||||
* Read more about the xref:runtime.adoc[executor].
|
* Read more about the xref:runtime.adoc[executor].
|
||||||
* Read more about the xref:hal.adoc[HAL].
|
* Read more about the xref:hal.adoc[HAL].
|
||||||
* Start xref:basic_application.adoc[writing your application].
|
* Start xref:basic_application.adoc[writing your application].
|
||||||
|
* Learn how to xref:new_project.adoc[start a new embassy project by adapting an example].
|
||||||
|
|
Loading…
Reference in a new issue