Hi folks
want to make binary dump of the content of my intel 16MB flash on Pronghorn IXP425 board
with command dump image
Script below does not do this and hangs
what changes should I make to get it done
Thank you for your help
#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
reset_config srst_only
jtag_device 7 0x1 0x7f 0x7e
daemon_startup reset
#target
target xscale big reset_init 0 ixp42x
dump_image pronghorn.bin 0x50000000 0x1000000