Fix committed.
irscan has always been badly broken. I wonder if it has
ever been used
--
Øyvind Harboe
Embedded software and hardware consulting services
http://consulting.zylin.com
___
Openocd-development mailing list
Openocd-development@lists.be
I can reproduce this crash using the dummy interface
and the attached file. It's not quite obvious what's
going on, but since it crashes every time it probably
won't be too hard to figure out...
openocd -f test.cfg
--
Øyvind Harboe
Embedded software and hardware consulting services
http://cons
As a workaround: try "verify_ircapture disable"
That disables the code I broke in 1743 (which I'll fix of course...)
--
Øyvind Harboe
Embedded software and hardware consulting services
http://consulting.zylin.com
___
Openocd-development mailing li
Hi,
Testing my openocd scripts on any version above or equal to 1743 results
in a segfault.
I am trying to work on OMAP3 support this instruction from my script
causes the segfault:
jtag tapenable omap3.cpu
If no one has any ideas what it could be I will look deeper into it
tomorrow.
da