mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Update README.md (#71)
Add note about putting Pico in bootloader mode when using cargo run
This commit is contained in:
parent
9d539b0e7d
commit
553263a5ff
|
@ -89,6 +89,8 @@ Make sure .cargo/config contains the following (it should by default):
|
|||
runner = "elf2uf2-rs -d"
|
||||
```
|
||||
|
||||
**IMPORTANT: Make sure you've put your device into bootloader mode and the drive is showing as mounted before executing the next command.**
|
||||
|
||||
```sh
|
||||
cargo run --example pico_pwm_blink # Run `cargo run --example` for more examples
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue