Skip to content
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

using cmsis-dap adapter to match latest picoprobe firmware #72

Closed

Conversation

gjaeger1
Copy link

When following the guide in Appendix A of the Getting started with Raspberry Pi Pico OpenOCD couldn't detect the debugger despite having it flashed with the current build of picoprobe. I had the same issue as described in #71

I believe it stems from the pico now acting as a CMSIS-DAP device (although I'm not sure about it).

However, this was not reflected in the interface configuration file. This commit changes the configuration file accordingly. I tested it on Fedora 36 and uploading code to a second Pico W using a picoprobe now works as expected!

@P33M
Copy link
Contributor

P33M commented Nov 28, 2022

Unfortunately this will break things for existing users. The interface file is correct, the documented commandline needs to change, and will do shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants