raspberrypi / documentation

The official documentation for Raspberry Pi computers and microcontrollers
https://raspberrypi.com/documentation
Creative Commons Attribution Share Alike 4.0 International
5.23k stars 2k forks source link

Conflicting documentation - debugprobe on Pico 2 #3880

Open arc12 opened 1 week ago

arc12 commented 1 week ago

A This page - https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#debugging-using-another-pico-series-device - states: "Pico 2 is not yet supported by debuprobe_on_pico debugging software. "

B The getting started guide states : "One Pico or Pico 2 can reprogram and debug another using the debugprobe firmware, which transforms the Pico or Pico 2 into a USB → SWD and UART bridge."

C. The README for this repo describes how to build debugprobe_on_pico for Pico 2.

Is "A" in need of revision?

lurch commented 1 week ago

pinging @nathan-contino our resident documentarian.

nathan-contino commented 1 week ago

Thanks for reporting this. You seem to be correct -- we need to update https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#debugging-using-another-pico-series-device to indicate that Pico 2 is now supported.