missing xscale/debug_handler.bin

got following error when running script

Error: fileio.c:79 fileio_open_local(): couldn’t open xscale/debug_handler.bin

I guess it was after

“target xscale big reset_init 0 ixp42x”

may be I missed something in configuration procedure?

this .bin does not seem to appear in driver directory or compiled?

config script is below as well as openocd responce

#daemon configuration

telnet_port 3333

gdb_port 4444

#interface Olimex OpenOCD–[begin]

interface ft2232

ft2232_device_desc “Olimex OpenOCD JTAG TINY A”

ft2232_layout olimex-jtag

ft2232_vid_pid 0x15ba 0x0004

jtag_speed 16

jtag_ntrst_delay 200

jtag_nsrst_delay 400

#use combined on interfaces or targets that can’t set TRST/SRST separately

#reset_config trst_and_srst srst_pulls_trst

reset_config srst_only

#reset_config trst_and_srst trst_pulls_srst

#jtag scan chain

#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)

jtag_device 7 0x1 0x7f 0x7e

#target configuration

daemon_startup reset

#target

target xscale big reset_init 0 ixp42x

full list of openocd responce is below

Open On-Chip Debugger 1.0 (2008-06-27-21:3 svn:725

Info: jtag.c:1389 jtag_examine_chain(): JTAG device found: 0x29274013 (Manufacturer: 0x009, Part: 0x9274, Version: 0x2)

Info: jtag.c:1389 jtag_examine_chain(): JTAG device found: 0x29274013 (Manufcturer: 0x009, Part: 0x9274, Version: 0x2)

Error: fileio.c:79 fileio_open_local(): couldn’t open xscale/debug_handler.bin

User: target.c:450 target_process_reset(): Timed out waiting for halt afterreset

slava:
got following error when running script

Error: fileio.c:79 fileio_open_local(): couldn’t open >xscale/debug_handler.bin

found that debug_handler.bin is in openocd/trunk/src/target/xscale

and if I launch from openocd/trunk/src/target directory this error does not appear

means this somehow related to environment parameters that are

obviously missing

Great Fathers

Please advise :smiley: