-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenOCD can't find the CMSIS-DAP device, but pyocd can. #75
Comments
Which instructions are you following? |
Sorry for the delay in response. I'm following the PDF here: https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf Specifically, I got the error after I hit page 67. |
Are you using the release uf2 from this repository? |
Did you manage to solve your issue? I'm facing it right now, I just followed all the instructions for building this repo, building the picoprobe uf2 that I flashed, and I got the same message
The message is the same even if I disconnect the picoprobe. |
I had the same problem. The command to install the dependencies in You can install the package later using After the
|
I believe the style used in the Pico / RP2040 databooks is that if a line starts with a |
New to hardware and MCUs in general; apologies in advance if there's something obvious going on here.
I have a Picoprobe with the latest firmware which is ostensibly connected correctly to another Pico. I built openocd out of this repo, which fails with the following log when running
src/openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -s tcl -d
: https://hastebin.com/nahocejomu.apacheThe line
Debug: 162 16 cmsis_dap_usb_bulk.c:177 cmsis_dap_usb_open(): enumerating interfaces of 0x2e8a:0x0004
is intriguing to me because the Picoprobe is connected to my machine with the vendor ID0x2e8a
.I tried
pyocd
after getting this error repeatedly, which has been working well; I'd like to be usingopenocd
, though.Thanks in advance.
The text was updated successfully, but these errors were encountered: