Hello all!
I have a TI dm355evm board and xds100v2 JTAG emulator. I’am trying to make them work together with OpenOCD 0.6.0-rc2. It seemed very simple due to cfg-files provided, but actually it was not.
When I’ve tried to launch OCD with
openocd.exe -f interface/xds100v2.cfg -f board/dm355evm.cfg
it reports a error
Info : only one transport option; autoselect 'jtag'
RCLK - adaptive
fast memory access is enabled
dcc downloads are enabled
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain
Info : max TCK change to: 30000 kHz
Info : RCLK (adaptive clock speed)
Info : JTAG tap: dm355.jrc tap/device found: 0x0b73b02f (mfg: 0x017, part: 0xb73b, ver: 0x0)
Info : JTAG tap: dm355.etb enabled
Info : JTAG tap: dm355.arm enabled
Info : Embedded ICE version 0
Error: unknown EmbeddedICE version (comms ctrl: 0x00000000)
Info : dm355.arm: hardware has 2 breakpoint/watchpoint units
Info : ETM v1.0
In spite of report the GDB-server starts, bud does not allow to do anything. On reset init command it returns:
TARGET:dm355.arm - Not halted
I’ve asked Google. As far as I could understand the error unknown EmbeddedICE version (comms ctrl: 0x00000000) can have several different causes. And also I have not found that someone faced this problem with the same set of hardware as me.
Please help me to find the root of the problem. Thank you in advance.