1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 06:12:43 +01:00

doc/boards/rpi-pico: Addition of section concerning shell access

This commit is contained in:
krzysztof-cabaj 2021-12-28 09:23:46 -05:00
parent 0ada4f3a1c
commit f05327ba1f

View File

@ -112,6 +112,20 @@ but limited to educational purposes. Afterwards run:
make BOARD=rpi-pico PROGRAMMER=jlink flash
```
## Accesing RIOT shell
This board's default access to RIOT shell is via UART (UART0 TX - pin 1, UART0 RX - pin 2).
The default baud rate is 115 200.
The simplest way to connect to the shell is the execution of the command:
```
make BOARD=rpi-pico term
```
@warning Raspberry Pi Pico board is not 5V tolerant. Use voltage divider or logic level shifter when connecting to 5V UART.
## On-Chip Debugging
There are currently (June 2021) few hardware options for debugging the Raspberry Pi Pico: