Hi,
I try to connect on my target whith openocd and jatgkey.
But when I run openocd-ftd2xx.exe, I get an error :
Open On-Chip Debugger (2008-06-19 19:00) svn: 717
URL: http://svn.berlios.de/svnroot/repos/openocd/trunk
Info: options.c:50 configuration_output_handler(): Open On-Chip Debugger (200
8-06-19 19:00) svn: 717
Info: options.c:50 configuration_output_handler(): jtag_speed: 6, 6
Warning: jtag.c:1650 handle_interface_command(): Interface already configured, i
gnoring
Info: jtag.c:1389 jtag_examine_chain(): JTAG device found: 0x0b70002f (Manufa
cturer: 0x017, Part: 0xb700, Version: 0x0)
Error: jtag.c:1456 jtag_validate_chain(): Error validating JTAG scan chain, IR
mismatch, scan returned 0x01
The device found, is my component (arm9 TI Davinci).
Why I get this error ?
Here is my file config :
######################
Daemon configuration
######################
telnet_port 4444
gdb_port 3333
gdb_detach resume
gdb_memory_map disable
gdb_flash_program disable
daemon_startup attach
##############################
JTAG interface configuration
##############################
interface ft2232
jtag_speed 6
#reset_config [combination] [trst type] [srst type]
reset_config trst_and_srst srst_pulls_trst
#jtag_device
jtag_device 4 0x1 0xf 0xe
jtag_nsrst_delay 200
jtag_ntrst_delay 200
################
ft2232 options
################
interface ft2232
ft2232_device_desc “Amontec JTAGkey A”
ft2232_layout jtagkey
ft2232_vid_pid 0x0403 0xcff8
######################
Target configuration
######################
#target
target arm926ejs little reset_halt 0 arm926ejs
#target_script 0 reset at91sam9260_reset_script.ocd
run_and_halt_time 0 30
Thank you in advance
Seb