Replies: 1 comment 2 replies
-
Moved to a discussion because this isn't really core related. I'll assume you bought this from the R.PI guys: https://www.raspberrypi.com/products/debug-probe/ It's a debug-probe but, confusingly, it runs an app which was called PicoProbe for years, but evidently was renamed "debugprobe" earlier this year for legal reasons. In any case, it's still called "PicoProbe" in the core and OpenOCD. Thankfully, though, even with the device name changes it is still recognized (just installed debugprobe 2.0.1 on a board that was running much older SW):
So, the toolchain works with the updated SW stack from R.Pi. PicoProbe is the name for the Pico-driven debugger as a separate board. Using anything other than that to talk to the board won't work. I get an OK config.
Unless they have changed the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am working with Arduino 2.3.2 on a windows 10 x64 machine, and this core 3.1.1.
I am developping using this rp2040 core for a moment now. I would like to use the debugger functionality.
From the doc it seems possible as there is a uploading from picotool, pico-debug, picoprobe.
I have a pi pico and a pi debug probe.
When I set up the SWD wires between probe and pico board, then connect to usb the two devices so that they are powered, I can see to serial ports in the Arduino IDE (drivers should be good).
However when I select the pico probe port and change the upload method to picoprobe (regular one), I have this message :
Open On-Chip Debugger 0.11.0-g228ede43d-dirty (2022-12-22-20:09)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : only one transport option; autoselect 'swd'
adapter speed: 5000 kHz
Info : Hardware thread awareness created
Info : Hardware thread awareness created
Info : RP2040 Flash Bank Command
Error: Failed to open or find the device
Error: Can't find a picoprobe device! Please check device connections and permissions.
Error: No Valid JTAG Interface Configured.
Failed uploading: uploading error: exit status 0xffffffff
If I select the CMSIS-DAP picoprobe, I have the status 1
I downloaded the pico SDK installer (that installs other softwares, openocd and gdb are in there) and it is not helping.
Is it possible to do what I am trying to achieve ? What am I doing wrong ?
Sincerely
Nicolas
Beta Was this translation helpful? Give feedback.
All reactions