-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add support for OpenOCD #20
Comments
Work happening here: https://github.com/jeanthom/openocd-dirtyjtag |
Hi, sorry to bother! How is this going? Is it still a WIP/unstable, or something that could be possibly upstreamed? |
Hi, no worries! :) Unfortunately it is currently in an unstable state... @brainstorm had success with an ESP32-S2 but I'm still struggling to get it to work with ECP5 (jeanthom/openocd-dirtyjtag#2) |
Okay, thanks, I will keep an eye out. If I have time, I will try to help out, but I doubt I will for the next few months 😕 |
Fast moving target, see jeanthom/openocd-dirtyjtag#3 ;) |
Upstream in progress: https://review.openocd.org/c/openocd/+/7344 |
No update on this in years? Still no way to use this with openOCD? |
In the meantime I will try to make a static build of this OpenOCD branch. |
@jonas-s-s-s Unfortunately no progress. Getting things into mainline OpenOCD is not that easy (the codebase is not that easy to get in, high expectations of the maintainers) which explains why there are tons of vendor forks (eg. ESP32, Raspberry Pi, RISC-V, STMicroelectronics, Infineon, Texas Instruments, etc.). |
If this project had working OpenOCD then as far as I'm aware it'd be the only true JTAG debugger firmware compatible with RP2040. My plan was to use the RP2040 to debug an RPi Zero, as it uses an older chip which doesn't support Serial Wire Debug. However I already gave up as it seems that using Qemu will be better than trying the hardware debugger approach. |
"If this project had working OpenOCD" We have a working OpenOCD, you just have to compile it yourself :-) |
Add support for OpenOCD.
The text was updated successfully, but these errors were encountered: