1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #16662 from maribu/boards/rpi-pico

boards/rpi-pico: improve doc
This commit is contained in:
benpicco 2021-07-21 00:08:22 +02:00 committed by GitHub
commit 9ba3c49267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,8 +79,13 @@ the Raspberry Pi Pico showing up as CMSIS-DAP debugger. Afterwards run:
make BOARD=rpi-pico flash
```
***Beware:*** The `rpi-pico` virtual debugger is not persistent and needs to be "flashed" into RAM
again after each cold boot.
@warning The `rpi-pico` virtual debugger is not persistent and needs to be "flashed" into RAM
again after each cold boot.
@note As of July 2021, the latest stable release of OpenOCD does not yet support the RP2040
MCU. Instead, compile the current `master` branch from the upstream OpenOCD source.
The OpenOCD fork of the Raspberry Pi foundation is incompatible with OpenOCD
configuration provided, so please stick with upstream OpenOCD.
### Flashing the Board Using the Bootloader