Hello everybody,
I am working on a ARM920T with Wiggler parport cable, but I can not pass the check for JTAG chain, some errors occur as follows:
Error: jtag.c:1300 jtag_examin_chain(): number of discovered devices in JTAG chain(609) doesn’t match configuration (1)
my script looks as follows:
#daemon configuration
telnet_port 4444
gdb_port 3333
#interface
interface parport
parport_port 0x378
parport_cable wiggler
jtag_speed 0
reset_config [combination] [trst_type] [srst_type]
reset_config trst_and_srst
#jtag scan chain
jtag_device 4 0x1 0xf 0xe
#target configuration, what to do on a target reset
target arm920t little run_and_halt 0 arm920t
run_and_halt_time 0 30
daemon_startup reset
#target_script 0 reset openocd.script
I am not sure if this configuration is correct at all
Any hint is highly appreciated.
Best regards,
WOW