Discussion about this post

User's avatar
Borys's avatar

Hey,

Great tutorial Jim. I got it working quickly. Some notes from me during going through your tutorial:

Wiring - the image is correct but description might have errors:

>2. Connect Pico B VSYS (Pin 39) to Pico A VSYS (Pin 3) // I think it's 39 not 3 (3 - is GND)

>3. Connect Pico B UART0_TX (Pin 1) to Pico A UART1_RX (Pin 6) // err 1 go to 7 (7 - is TX)

>4. Connect Pico B UART0_RX (Pin 2) to Pico A UART1_TX (Pin 7) // err 2 go to 6 (6 - is RX)

udev rules (on Ubuntu). I dont know why but:

>sudo udevadm control --reload-rules

didn't work

However i did

sudo udevadm trigger

and it worked after that

Thanks for the guide,

Cheers

Expand full comment
Tony's avatar

Great article! Had an issue on M1 Mac with Mac OS 13.3.1 where openocd couldn't find the pico running the picoprobe firmware.

I was able to fix this by applying the simple config changes mentioned here: https://github.com/raspberrypi/openocd/issues/80

Expand full comment
16 more comments...

No posts