HI, I have problem when setting up openocd with my arm926ejs hardware.
the openocd that I checkout is from git repository, and jtag hardware is ftdi2232 chip, software library using open source libftdi
when connect to target, it gives a warning message and one error:
Warn : 143 839 core.c:992 jtag_examine_chain_end(): Unexpected idcode after end of chain: 608 0x00000000
Error: 144 839 core.c:1157 jtag_examine_chain(): double-check your JTAG setup (interface, speed, missing TAPs, …)
anyone knows the root cause of the problem? or did i miss anything