Getting started with Raspberry Pi Pico
Mac
brew install minicom
minicom -D /dev/tty.usbmodem1234561 -b 115200
Using Picoprobe with OpenOCD
Same for all platforms
src/openocd -f interface/picoprobe.cfg -f target/rp2040.cfg -s tcl
Connect GDB as you usually would with
target remote localhost:3333
Using Picoprobe with OpenOCD
64
Need help?
Do you have a question about the RP2040 and is the answer not in the manual?