-
Notifications
You must be signed in to change notification settings - Fork 225
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 Unable to Connect to debugprobe #126
Comments
Hello, I'm encountering the same issue with the Pico Probe (posted by @HyperNiki in #41 (comment)). Have you had any success in resolving it? I attempted to address it by installing various versions of openoсd that align with the picoprobe versions (mostly around the same date), but unfortunately, the error persisted. The error message consistently appeared as 'DAP init failed' or 'Failed to connect multidrop rp2040.dap0,' along with the debugging information 'SWD ack not OK @ 0 JUNK' that you previously mentioned. I also made an effort to launch an older version of Ubuntu 18.04, installing both the old versions as well as new versions of openoсd and picoprobe in separate attempts, but I encountered the same error each time. Info : Listening on port 6666 for tcl connections Output -d: The error is repeated with different versions of openocd and picoprobe.
|
I encountered the same problem.After searching some materials to solve this ,I find out that maybe the jump wire is the main reason. You can read this blog DAP init failed. Sadly,I still can't fix this problem. |
I found that on some devices the swd header is the wrong way up - try switching them over at the dupont end (the pins that go to the outer edges of the JST, leave the ground alone) Also connecting without the UART connection is worth a go - will until you want the UART of course Possibly we need a switch pins symbol (going to experiment first) |
I've got the same problem Error: 859 622 adi_v5_swd.c:323 swd_connect_multidrop(): Failed to connect multidrop rp2040.dap0 |
This is user error and not a bug. If you still have issues, please post on the Pico section of our forums. |
What's more, there were no such errors two months ago, and the debugger was launching successfully. It's puzzling how everything has changed now.
I would be very grateful for any help
Originally posted by @HyperNiki in #41 (comment)
The text was updated successfully, but these errors were encountered: