I have board with LPC2378, Xilinx spartans3e-250 and configuration flash for it.
When I tried to run openocd I see:
Open On-Chip Debugger 1.0 (2008-04-18-18:40) svn:588
$URL: svn://svn.berlios.de/openocd/trunk/src/openocd.c $
Info: options.c:50 configuration_output_handler(): jtag_speed: 0, 0
Info: options.c:50 configuration_output_handler(): Command jtag not found
Info: options.c:50 configuration_output_handler(): Open On-Chip Debugger 1.0 (2008-04-18-18:40) svn:588
Info: jtag.c:1376 jtag_examine_chain(): JTAG device found: 0x11c1a093 (Manufacturer: 0x049, Part: 0x1c1a, Version: 0x1)
Info: jtag.c:1376 jtag_examine_chain(): JTAG device found: 0xf5046093 (Manufacturer: 0x049, Part: 0x5046, Version: 0xf)
Info: jtag.c:1376 jtag_examine_chain(): JTAG device found: 0x4f1f0f0f (Manufacturer: 0x787, Part: 0xf1f0, Version: 0x4)
Error: jtag.c:1386 jtag_examine_chain(): number of discovered devices in JTAG chain (3) doesn't match configuration (1)
Error: jtag.c:1387 jtag_examine_chain(): check the config file and ensure proper JTAG communication (connections, speed, ...)
Error: jtag.c:1545 jtag_init_inner(): trying to validate configured JTAG chain anyway...
Warning: jtag.c:1204 jtag_check_value(): value captured during scan didn't pass the requested check: captured: 0x05 check_value: 0x01 check_mask: 0x0f
Warning: jtag.c:1164 jtag_read_buffer(): in_handler reported a failed check
Warning: jtag.c:1204 jtag_check_value(): value captured during scan didn't pass the requested check: captured: 0x05 check_value: 0x01 check_mask: 0x0f
Warning: jtag.c:1164 jtag_read_buffer(): in_handler reported a failed check
Info: jtag.c:1376 jtag_examine_chain(): JTAG device found: 0x11c1a093 (Manufacturer: 0x049, Part: 0x1c1a, Version: 0x1)
Info: jtag.c:1376 jtag_examine_chain(): JTAG device found: 0xf5046093 (Manufacturer: 0x049, Part: 0x5046, Version: 0xf)
Info: jtag.c:1376 jtag_examine_chain(): JTAG device found: 0x4f1f0f0f (Manufacturer: 0x787, Part: 0xf1f0, Version: 0x4)
Error: jtag.c:1386 jtag_examine_chain(): number of discovered devices in JTAG chain (3) doesn't match configuration (1)
Error: jtag.c:1387 jtag_examine_chain(): check the config file and ensure proper JTAG communication (connections, speed, ...)
Error: jtag.c:1545 jtag_init_inner(): trying to validate configured JTAG chain anyway...
Warning: jtag.c:1204 jtag_check_value(): value captured during scan didn't pass the requested check: captured: 0x05 check_value: 0x01 check_mask: 0x0f
Warning: jtag.c:1164 jtag_read_buffer(): in_handler reported a failed check
Warning: jtag.c:1204 jtag_check_value(): value captured during scan didn't pass the requested check: captured: 0x05 check_value: 0x01 check_mask: 0x0f
Warning: jtag.c:1164 jtag_read_buffer(): in_handler reported a failed check
Please help me program LPC2378 in JTAG chain.[/code]