P33M
P33M
Default branch is now 0.12.0
Do you get the same result with the upstream development branch? Clone this repository and do the same test. https://github.com/openocd-org/openocd
I can't replicate your failure with downstream _or_ upstream versions. Upstream for reference: ``` openocd -f interface/cmsis-dap.cfg -c "adapter speed 2000" -f target/rp2040.cfg -c "program pico/pico-examples/build/blink/blink.elf verify" -c "arm semihosting...
The problem is that your code contains a breakpoint instruction, and `-c "reset"` sets the core(s) running after flash programming. If I omit the reset step, then attach GDB, I...
From more verbose debug, it looks like the swi breakpoint isn't being handled by openocd correctly. I would recommend disabling SMP as per above. I'm not sure why an unrelated...
This is being discussed upstream - https://sourceforge.net/p/openocd/mailman/openocd-devel/thread/D91BB62E-C8A4-433B-90BF-BE6D1D3EC22B%40livius.net/#msg37868743
Upstream have added support for Pi 5 (raspberrypi5-gpiod.cfg) but picked up the legacy gpiochip 4. Downstream has diverged with the release of RP2350, but the gpiod changes should be orthogonal.
Once https://review.openocd.org/c/openocd/+/8363 goes in, then I can look at rebasing downstream.
After diff'ing the config space on CM4 vs Pi 5 the only difference is what BAR0-5 get set to. It works on Pi 5 if I offset the 32-bit outbound...
> Same exact issue here. Thanks for providing a comprehensive bug report. It's very useful. > i have tried to modprobe, hcitool, rfkill and bluetoothctl (bluez) to no avail. i...