Open SrivamsiMalladi opened 1 year ago
I am getting this error too trying to use openocd-dirtyjtag
with phdussud/pico-dirtyJtag on a Pico debugging an RPi4B.
❯ openocd -f ./tcl/interface/dirtyjtag.cfg -f ./tcl/board/rpi4.cfg
Open On-Chip Debugger 0.10.0+dev-g569944a0 (2023-12-29-09:38)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : only one transport option; autoselect 'jtag'
adapter speed: 100 kHz
Warn : Transport "jtag" was already selected
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : clock speed 1000 kHz
*** syncbb_scan ****************************************
TX ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
Assertion failed: (read == 32), function syncbb_scan, file dirtyjtag.c, line 434.
fish: Job 1, 'openocd -f ./tcl/interface/dirt…' terminated by signal SIGABRT (Abort)
Does anyone have any ideas what the problem might be?
I have the same issue. I'm using Raspberry Pico and trying to debug STM32F103C8
I am using Raspberry Pi Pico W with openocd-dirtyjtag and trying to flash/debug NXP LPC1837. Got the following error when I try to start openocd. Please help me in resolving it.