diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-06-10 20:48:41 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-10 20:48:41 +0000 |
| commit | ad7d739ddcc0e888574ba36a294b41d560927c5d (patch) | |
| tree | 5597b05864e603514fcb73ae3faba7c3aa1f42b0 /docs | |
| parent | 3e2b015dc477023887ae9b0e5e3adf5deb7af362 (diff) | |
| parent | 453aa58b7f9496faa699dd3bb88cb31e80fad1ad (diff) | |
Merge pull request #3062 from kkrolczyk/kk/bootloader-typos
fix docu typos, linker addr example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/pages/getting_started.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/pages/getting_started.adoc b/docs/pages/getting_started.adoc index 77275a857..017409018 100644 --- a/docs/pages/getting_started.adoc +++ b/docs/pages/getting_started.adoc | |||
| @@ -131,7 +131,10 @@ If you’re using a raspberry pi pico-w, make sure you’re running `+cargo run | |||
| 131 | 131 | ||
| 132 | 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]. | 132 | 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]. |
| 133 | 133 | ||
| 134 | If you’re still having problems, check the link:https://embassy.dev/book/#_frequently_asked_questions[FAQ], or ask for help in the link:https://matrix.to/#/#embassy-rs:matrix.org[Embassy Chat Room]. | 134 | :embassy-dev-faq-link-with-hash: https://embassy.dev/book/#_frequently_asked_questions |
| 135 | :embassy-matrix-channel: https://matrix.to/#/#embassy-rs:matrix.org | ||
| 136 | |||
| 137 | If you’re still having problems, check the {embassy-dev-faq-link-with-hash}[FAQ], or ask for help in the {embassy-matrix-channel}[Embassy Chat Room]. | ||
| 135 | 138 | ||
| 136 | == What's next? | 139 | == What's next? |
| 137 | 140 | ||
