I have a new issue with my 9260, the code loads, and steps through the first few lines of code, jumps into a function, executes it but when time comes to exit the code it drops connection.
Open On-Chip Debugger 1.0 (2008-10-04-10:00) svn:exported
$URL: http://svn.berlios.de/svnroot/repos/openocd/trunk/src/openocd.c $
Info: options.c:50 configuration_output_handler(): Open On-Chip Debugger 1.0 (2008-10-04-10:00) svn:exported
Info: options.c:50 configuration_output_handler(): jtag_speed: 1200, 1200
Info: jtag.c:1389 jtag_examine_chain(): JTAG device found: 0x0792603f (Manufacturer: 0x01f, Part: 0x7926, Version: 0x0)
Info: jtag.c:1389 jtag_examine_chain(): JTAG device found: 0x0792603f (Manufacturer: 0x01f, Part: 0x7926, Version: 0x0)
Info: target.c:237 target_init_handler(): executing reset script 'event/at91sam9260_post_reset.script'
Info: options.c:50 configuration_output_handler(): jtag_speed: 1200, 1200
Info: options.c:50 configuration_output_handler(): jtag_speed: 0, 0
Info: options.c:50 configuration_output_handler(): dcc downloads are enabled
Info: server.c:78 add_connection(): accepting 'gdb' connection from 0
Warning: gdb_server.c:416 gdb_get_packet_inner(): acknowledgment received, but no packet pending
Error: cfi.c:1947 cfi_probe(): Could not probe bank
Error: flash.c:219 get_flash_bank_by_num(): auto_probe failed -900
User: target.c:1838 handle_soft_reset_halt_command(): requesting target halt and executing a soft reset
Warning: jtag.c:1211 jtag_check_value(): value captured during scan didn't pass the requested check: captured: 0x00 check_value: 0x01 check_mask: 0x0f
Warning: jtag.c:1171 jtag_read_buffer(): in_handler reported a failed check
this is the ocd console.