Hi all
Does openocd currently support intel xscale processors?
Im trying to debug my pxa270 which Amontec JTAGkey-Tiny and I get some errors and I can
t locate the problem.
My configuration file is :
#daemon configuration
telnet_port 4444
gdb_port 3333
#interface
interface ft2232
ft2232_device_desc "Amontec JTAGkey A"
ft2232_layout jtagkey
ft2232_vid_pid 0x0403 0xcff8
jtag_nsrst_delay 200
jtag_ntrst_delay 200
jtag_speed 2
#use combined on interfaces or targets that can't set TRST/SRST
#separately
reset_config trst_and_srst trst_pulls_srst
#jtag scan chain
jtag_device 7 0x1 0x7f 0x7e
#target configuration
daemon_startup reset
#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target xscale little run_and_halt 0 pxa27x
run_and_halt_time 0 30
and I get the result:
Info: ft2232.c:375 ft2232_send_and_recv(): inter: 0.0, inter2: 0.0 end: 0.0
Info: ft2232.c:375 ft2232_send_and_recv(): inter: 0.0, inter2: 0.0 end: 0.0
Warning: jtag.c:1074 jtag_read_buffer(): value captured during scan didn't pass the requested check: captured: 0x00 check_value: 0x02 check_mask: 0x07
Info: ft2232.c:375 ft2232_send_and_recv(): inter: 0.0, inter2: 0.0 end: 0.0
Warning: jtag.c:1074 jtag_read_buffer(): value captured during scan didn't pass the requested check: captured: 0x03 check_value: 0x02 check_mask: 0x07
Info: ft2232.c:375 ft2232_send_and_recv(): inter: 0.0, inter2: 0.0 end: 0.0
Info: ft2232.c:375 ft2232_send_and_recv(): inter: 0.0, inter2: 0.0 end: 0.0
Info: ft2232.c:375 ft2232_send_and_recv(): inter: 0.0, inter2: 0.0 end: 0.0
Info: ft2232.c:375 ft2232_send_and_recv(): inter: 0.0, inter2: 0.0 end: 0.0
Info: ft2232.c:375 ft2232_send_and_recv(): inter: 0.0, inter2: 0.0 end: 0.0
Info: ft2232.c:375 ft2232_send_and_recv(): inter: 0.0, inter2: 0.0 end: 0.0
Info: ft2232.c:375 ft2232_send_and_recv(): inter: 0.0, inter2: 0.0 end: 0.10000
what could be wrong, could it be the the reset lines configuration or opencod simply does nt support pxa270 yet?
Regards
jacek