Making some progress:
COnfig file now looks like:
#daemon configuration
telnet_port 4444
gdb_port 3333
#interface
interface ft2232
ft2232_device_desc “Olimex OpenOCD JTAG TINY B”
ft2232_layout olimex-jtag
#ft2232_vid_pid 0x0403 0xcff8
jtag_speed 3
#use combined on interfaces or targets that can’t set TRST/SRST separately
#reset_config trst_and_srst srst_pulls_trst
#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe
jtag_nsrst_delay 500
jtag_ntrst_delay 500
#target configuration
daemon_startup reset
#target
#target arm7tdmi
target arm7tdmi little reset_halt 0
#target_script 0 reset h2294_init.script
run_and_halt_time 0 30
#working_area 0 0x40000000 0x40000 nobackup
#flash configuration
#flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v1 0 14765 calc_checksum
#flash bank cfi 0x80000000 0x400000 2 2 0
NOW, response looks like:
C:\GCCFD\openocd\bin>openocd-ftd2xx -d
Info: openocd.c:82 main(): Open On-Chip Debugger (2006-10-12 18:00 CEST)
Debug: jtag.c:1210 jtag_init():
Debug: ft2232.c:991 ft2232_init(): ‘ft2232’ interface using FTD2XX with 'olime
x-jtag’ layout
Debug: ft2232.c:1077 ft2232_init(): current latency timer: 2
Debug: ft2232.c:1330 olimex_jtag_init(): 80 08 1b
Debug: ft2232.c:1373 olimex_jtag_init(): 82 09 0f
Debug: ft2232.c:242 ft2232_speed(): 86 03 00
Debug: jtag.c:247 jtag_call_event_callbacks(): jtag event: 1
Debug: jtag.c:1096 jtag_reset_callback():
Debug: jtag.c:247 jtag_call_event_callbacks(): jtag event: 1
Debug: jtag.c:1096 jtag_reset_callback():
.
.
.
<<<< LONG PAUSE >>>>
.
.
.
Error: ft2232.c:225 ft2232_read(): couldn’t read the requested number of bytes
from FT2232 device (0 < 2)
Error: ft2232.c:365 ft2232_send_and_recv(): couldn’t read from FT2232
C:\GCCFD\openocd\bin>
As near as I can tell, the board is never even being reset, much less halted. (Reset LED doen’t blink or anything).
When board actually resets (I can force this by shorting JTAG pins 15-16, SRST–>GND, an LED on the board goes out, until the board comes up again. With USB-ARM-TINY attached, never see the LED blink or anything.
HELP
Roger