From: Zhenyu N. <zhe...@wa...> - 2017-10-12 20:00:26
|
Hello everyone, I am trying to connect my desktop with iMX53 qsb via ARM-USB-OCD-H and openOCD v 0.9.0. However, when I tried to connect to the board using the following command, openocd -f interface/ftdi/olimex-arm-usb-ocd-h.cfg -f board/imx53loco.cfg the openOCD just stop there with logs like, Open On-Chip Debugger 0.9.0-rc1 (2015-04-24-22:05) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'. Warn : imx53.SDMA: nonstandard IR value iMX53 Loco board lodaded. adapter speed: 3000 kHz RCLK - adaptive DCD Info : RCLK (adaptive clock speed) I don't know what happens, it seems that i just failed to connect to the board. I also attached the –d3 log, is there anyone kindly know what's going on? Appreciate for any discussion and help! -d3 log: Open On-Chip Debugger 0.9.0 (2015-09-02-10:42) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html User : 13 2 command.c:546 command_print(): debug_level: 3 Debug: 14 2 options.c:98 add_default_dirs(): bindir=/usr/bin Debug: 15 2 options.c:99 add_default_dirs(): pkgdatadir=/usr/share/openocd Debug: 16 2 options.c:100 add_default_dirs(): run_prefix= Debug: 17 2 configuration.c:44 add_script_search_dir(): adding /home/compass/.openocd Debug: 18 2 configuration.c:44 add_script_search_dir(): adding /usr/share/openocd/site Debug: 19 2 configuration.c:44 add_script_search_dir(): adding /usr/share/openocd/scripts Debug: 20 3 configuration.c:84 find_file(): found /usr/share/openocd/scripts/interface/ftdi/olimex-arm-usb-ocd-h.cfg Debug: 21 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_interface ftdi Debug: 22 3 command.c:145 script_debug(): command - interface ocd_interface ftdi Debug: 24 3 command.c:366 register_command_handler(): registering 'ocd_ftdi_device_desc'... Debug: 25 3 command.c:366 register_command_handler(): registering 'ocd_ftdi_serial'... Debug: 26 3 command.c:366 register_command_handler(): registering 'ocd_ftdi_channel'... Debug: 27 3 command.c:366 register_command_handler(): registering 'ocd_ftdi_layout_init'... Debug: 28 3 command.c:366 register_command_handler(): registering 'ocd_ftdi_layout_signal'... Debug: 29 3 command.c:366 register_command_handler(): registering 'ocd_ftdi_set_signal'... Debug: 30 3 command.c:366 register_command_handler(): registering 'ocd_ftdi_vid_pid'... Debug: 31 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_ftdi_device_desc Olimex OpenOCD JTAG ARM-USB-OCD-H Debug: 32 3 command.c:145 script_debug(): command - ftdi_device_desc ocd_ftdi_device_desc Olimex OpenOCD JTAG ARM-USB-OCD-H Debug: 34 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_ftdi_vid_pid 0x15ba 0x002b Debug: 35 3 command.c:145 script_debug(): command - ftdi_vid_pid ocd_ftdi_vid_pid 0x15ba 0x002b Debug: 37 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_ftdi_layout_init 0x0908 0x0b1b Debug: 38 3 command.c:145 script_debug(): command - ftdi_layout_init ocd_ftdi_layout_init 0x0908 0x0b1b Debug: 40 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_ftdi_layout_signal nSRST -oe 0x0200 Debug: 41 3 command.c:145 script_debug(): command - ftdi_layout_signal ocd_ftdi_layout_signal nSRST -oe 0x0200 Debug: 43 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_ftdi_layout_signal nTRST -data 0x0100 Debug: 44 3 command.c:145 script_debug(): command - ftdi_layout_signal ocd_ftdi_layout_signal nTRST -data 0x0100 Debug: 46 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_ftdi_layout_signal LED -data 0x0800 Debug: 47 3 command.c:145 script_debug(): command - ftdi_layout_signal ocd_ftdi_layout_signal LED -data 0x0800 Debug: 49 3 configuration.c:84 find_file(): found /usr/share/openocd/scripts/board/imx53loco.cfg Debug: 50 5 configuration.c:84 find_file(): found /usr/share/openocd/scripts/target/imx53.cfg Debug: 51 5 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select Debug: 52 5 command.c:145 script_debug(): command - ocd_transport ocd_transport select Info : 53 5 transport.c:287 jim_transport_select(): auto-selecting first available session transport "jtag". To override use 'transport select <transport>'. Debug: 54 5 command.c:366 register_command_handler(): registering 'ocd_jtag_flush_queue_sleep'... Debug: 55 5 command.c:366 register_command_handler(): registering 'ocd_jtag_rclk'... Debug: 56 5 command.c:366 register_command_handler(): registering 'ocd_jtag_ntrst_delay'... Debug: 57 5 command.c:366 register_command_handler(): registering 'ocd_jtag_ntrst_assert_width'... Debug: 58 5 command.c:366 register_command_handler(): registering 'ocd_scan_chain'... Debug: 59 5 command.c:366 register_command_handler(): registering 'ocd_jtag_reset'... Debug: 60 5 command.c:366 register_command_handler(): registering 'ocd_runtest'... Debug: 61 5 command.c:366 register_command_handler(): registering 'ocd_irscan'... Debug: 62 5 command.c:366 register_command_handler(): registering 'ocd_verify_ircapture'... Debug: 63 5 command.c:366 register_command_handler(): registering 'ocd_verify_jtag'... Debug: 64 5 command.c:366 register_command_handler(): registering 'ocd_tms_sequence'... Debug: 65 5 command.c:366 register_command_handler(): registering 'ocd_wait_srst_deassert'... Debug: 66 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 67 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 68 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 69 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 70 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 71 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 72 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 73 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 74 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 75 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 76 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 77 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 78 5 command.c:366 register_command_handler(): registering 'ocd_jtag'... Debug: 79 5 command.c:366 register_command_handler(): registering 'ocd_svf'... Debug: 80 5 command.c:366 register_command_handler(): registering 'ocd_xsvf'... Debug: 81 5 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select Debug: 82 5 command.c:145 script_debug(): command - ocd_transport ocd_transport select Debug: 83 5 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_jtag newtap imx53 DAP -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x1ba00477 Debug: 84 5 command.c:145 script_debug(): command - ocd_jtag ocd_jtag newtap imx53 DAP -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x1ba00477 Debug: 85 5 tcl.c:549 jim_newtap_cmd(): Creating New Tap, Chip: imx53, Tap: DAP, Dotted: imx53.DAP, 8 params Debug: 86 5 tcl.c:573 jim_newtap_cmd(): Processing option: -irlen Debug: 87 5 tcl.c:573 jim_newtap_cmd(): Processing option: -ircapture Debug: 88 5 tcl.c:573 jim_newtap_cmd(): Processing option: -irmask Debug: 89 5 tcl.c:573 jim_newtap_cmd(): Processing option: -expected-id Debug: 90 5 core.c:1302 jtag_tap_init(): Created Tap: imx53.DAP @ abs position 0, irlen 4, capture: 0x1 mask: 0xf Debug: 91 5 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_jtag newtap imx53 SDMA -irlen 4 -ircapture 0x0 -irmask 0xf Debug: 92 5 command.c:145 script_debug(): command - ocd_jtag ocd_jtag newtap imx53 SDMA -irlen 4 -ircapture 0x0 -irmask 0xf Debug: 93 5 tcl.c:549 jim_newtap_cmd(): Creating New Tap, Chip: imx53, Tap: SDMA, Dotted: imx53.SDMA, 6 params Debug: 94 5 tcl.c:573 jim_newtap_cmd(): Processing option: -irlen Debug: 95 5 tcl.c:573 jim_newtap_cmd(): Processing option: -ircapture Warn : 96 5 tcl.c:495 jim_newtap_ir_param(): imx53.SDMA: nonstandard IR value Debug: 97 5 tcl.c:573 jim_newtap_cmd(): Processing option: -irmask Debug: 98 5 core.c:1302 jtag_tap_init(): Created Tap: imx53.SDMA @ abs position 1, irlen 4, capture: 0x0 mask: 0xf Debug: 99 5 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_jtag newtap imx53 SJC -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id 0x0190d01d -ignore-version Debug: 100 5 command.c:145 script_debug(): command - ocd_jtag ocd_jtag newtap imx53 SJC -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id 0x0190d01d -ignore-version Debug: 101 5 tcl.c:549 jim_newtap_cmd(): Creating New Tap, Chip: imx53, Tap: SJC, Dotted: imx53.SJC, 9 params Debug: 102 5 tcl.c:573 jim_newtap_cmd(): Processing option: -irlen Debug: 103 5 tcl.c:573 jim_newtap_cmd(): Processing option: -ircapture Debug: 104 5 tcl.c:573 jim_newtap_cmd(): Processing option: -irmask Debug: 105 5 tcl.c:573 jim_newtap_cmd(): Processing option: -expected-id Debug: 106 5 tcl.c:573 jim_newtap_cmd(): Processing option: -ignore-version Debug: 107 5 core.c:1302 jtag_tap_init(): Created Tap: imx53.SJC @ abs position 2, irlen 5, capture: 0x1 mask: 0x1f Debug: 108 5 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target create imx53.cpu cortex_a -chain-position imx53.DAP Debug: 109 5 command.c:145 script_debug(): command - ocd_target ocd_target create imx53.cpu cortex_a -chain-position imx53.DAP Debug: 110 5 target.c:1837 target_free_all_working_areas_restore(): freeing all working areas Debug: 111 5 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 112 5 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 113 5 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 114 5 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 115 5 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 116 5 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 117 5 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 118 5 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 119 5 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 120 5 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 121 5 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 122 5 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 123 5 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 124 5 command.c:366 register_command_handler(): registering 'ocd_cache_config'... Debug: 125 5 command.c:366 register_command_handler(): registering 'ocd_cortex_a'... Debug: 126 5 command.c:366 register_command_handler(): registering 'ocd_cortex_a'... Debug: 127 5 command.c:366 register_command_handler(): registering 'ocd_cortex_a'... Debug: 128 5 command.c:366 register_command_handler(): registering 'ocd_cortex_a'... Debug: 129 5 command.c:366 register_command_handler(): registering 'ocd_cortex_a'... Debug: 130 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 131 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 132 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 133 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 134 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 135 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 136 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 137 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 138 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 139 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 140 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 141 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 142 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 143 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 144 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 145 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 146 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 147 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 148 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 149 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 150 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 151 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 152 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 153 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 154 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 155 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 156 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 157 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 158 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 159 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 160 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 161 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 162 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 163 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 164 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 165 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 166 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 167 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 168 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 169 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 170 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 171 6 command.c:366 register_command_handler(): registering 'ocd_imx53.cpu'... Debug: 172 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_jtag configure imx53.SJC -event post-reset runtest 100 Debug: 173 6 command.c:145 script_debug(): command - ocd_jtag ocd_jtag configure imx53.SJC -event post-reset runtest 100 Debug: 174 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_jtag configure imx53.SJC -event setup jtag tapenable imx53.DAP Debug: 175 6 command.c:145 script_debug(): command - ocd_jtag ocd_jtag configure imx53.SJC -event setup jtag tapenable imx53.DAP Debug: 176 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_imx53.cpu configure -event reset-assert-post imx53_dbginit imx53.cpu Debug: 177 6 command.c:145 script_debug(): command - ocd_imx53.cpu ocd_imx53.cpu configure -event reset-assert-post imx53_dbginit imx53.cpu Debug: 178 6 configuration.c:84 find_file(): found /usr/share/openocd/scripts/mem_helper.tcl Debug: 179 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_add_usage_text mrw address Debug: 180 6 command.c:145 script_debug(): command - add_usage_text ocd_add_usage_text mrw address Debug: 182 6 command.c:1100 help_add_command(): added 'mrw' help text Debug: 183 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_add_help_text mrw Returns value of word in memory. Debug: 184 6 command.c:145 script_debug(): command - add_help_text ocd_add_help_text mrw Returns value of word in memory. Debug: 186 6 command.c:1113 help_add_command(): added 'mrw' help text Debug: 187 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_add_usage_text mmw address setbits clearbits Debug: 188 6 command.c:145 script_debug(): command - add_usage_text ocd_add_usage_text mmw address setbits clearbits Debug: 190 6 command.c:1100 help_add_command(): added 'mmw' help text Debug: 191 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_add_help_text mmw Modify word in memory. new_val = (old_val & ~clearbits) | setbits; Debug: 192 6 command.c:145 script_debug(): command - add_help_text ocd_add_help_text mmw Modify word in memory. new_val = (old_val & ~clearbits) | setbits; Debug: 194 6 command.c:1113 help_add_command(): added 'mmw' help text Debug: 195 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_echo iMX53 Loco board lodaded. Debug: 196 6 command.c:145 script_debug(): command - echo ocd_echo iMX53 Loco board lodaded. User : 198 6 command.c:764 jim_echo(): iMX53 Loco board lodaded. Debug: 199 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_adapter_khz 3000 Debug: 200 6 command.c:145 script_debug(): command - adapter_khz ocd_adapter_khz 3000 Debug: 202 6 core.c:1629 jtag_config_khz(): handle jtag khz Debug: 203 6 core.c:1596 adapter_khz_to_speed(): convert khz to interface specific speed value Debug: 204 6 core.c:1596 adapter_khz_to_speed(): convert khz to interface specific speed value User : 205 6 command.c:546 command_print(): adapter speed: 3000 kHz Debug: 206 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_jtag_rclk 1000 Debug: 207 6 command.c:145 script_debug(): command - jtag_rclk ocd_jtag_rclk 1000 Debug: 209 6 core.c:1638 jtag_config_rclk(): handle jtag rclk Debug: 210 7 core.c:1596 adapter_khz_to_speed(): convert khz to interface specific speed value Debug: 211 7 core.c:1596 adapter_khz_to_speed(): convert khz to interface specific speed value User : 212 7 command.c:546 command_print(): RCLK - adaptive Debug: 213 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_imx53.cpu configure -event reset-start jtag_rclk 1000 Debug: 214 7 command.c:145 script_debug(): command - ocd_imx53.cpu ocd_imx53.cpu configure -event reset-start jtag_rclk 1000 Debug: 215 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_imx53.cpu configure -event reset-assert echo "Reseting ...." #cortex_a dbginit Debug: 216 7 command.c:145 script_debug(): command - ocd_imx53.cpu ocd_imx53.cpu configure -event reset-assert echo "Reseting ...." #cortex_a dbginit Debug: 217 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_imx53.cpu configure -event reset-init loco_init Debug: 218 7 command.c:145 script_debug(): command - ocd_imx53.cpu ocd_imx53.cpu configure -event reset-init loco_init User : 219 7 command.c:677 command_run_line(): DCDUser : 220 7 command.c:679 command_run_line(): Debug: 221 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_init Debug: 222 7 command.c:145 script_debug(): command - init ocd_init Debug: 224 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target init Debug: 225 7 command.c:145 script_debug(): command - ocd_target ocd_target init Debug: 227 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target names Debug: 228 7 command.c:145 script_debug(): command - ocd_target ocd_target names Debug: 229 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_imx53.cpu cget -event gdb-flash-erase-start Debug: 230 7 command.c:145 script_debug(): command - ocd_imx53.cpu ocd_imx53.cpu cget -event gdb-flash-erase-start Debug: 231 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_imx53.cpu configure -event gdb-flash-erase-start reset init Debug: 232 7 command.c:145 script_debug(): command - ocd_imx53.cpu ocd_imx53.cpu configure -event gdb-flash-erase-start reset init Debug: 233 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_imx53.cpu cget -event gdb-flash-write-end Debug: 234 7 command.c:145 script_debug(): command - ocd_imx53.cpu ocd_imx53.cpu cget -event gdb-flash-write-end Debug: 235 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_imx53.cpu configure -event gdb-flash-write-end reset halt Debug: 236 7 command.c:145 script_debug(): command - ocd_imx53.cpu ocd_imx53.cpu configure -event gdb-flash-write-end reset halt Debug: 237 7 target.c:1313 handle_target_init_command(): Initializing targets... Debug: 238 7 command.c:366 register_command_handler(): registering 'ocd_target_request'... Debug: 239 7 command.c:366 register_command_handler(): registering 'ocd_trace'... Debug: 240 7 command.c:366 register_command_handler(): registering 'ocd_trace'... Debug: 241 7 command.c:366 register_command_handler(): registering 'ocd_fast_load_image'... Debug: 242 7 command.c:366 register_command_handler(): registering 'ocd_fast_load'... Debug: 243 7 command.c:366 register_command_handler(): registering 'ocd_profile'... Debug: 244 7 command.c:366 register_command_handler(): registering 'ocd_virt2phys'... Debug: 245 7 command.c:366 register_command_handler(): registering 'ocd_reg'... Debug: 246 7 command.c:366 register_command_handler(): registering 'ocd_poll'... Debug: 247 7 command.c:366 register_command_handler(): registering 'ocd_wait_halt'... Debug: 248 7 command.c:366 register_command_handler(): registering 'ocd_halt'... Debug: 249 7 command.c:366 register_command_handler(): registering 'ocd_resume'... Debug: 250 7 command.c:366 register_command_handler(): registering 'ocd_reset'... Debug: 251 7 command.c:366 register_command_handler(): registering 'ocd_soft_reset_halt'... Debug: 252 7 command.c:366 register_command_handler(): registering 'ocd_step'... Debug: 253 7 command.c:366 register_command_handler(): registering 'ocd_mdw'... Debug: 254 7 command.c:366 register_command_handler(): registering 'ocd_mdh'... Debug: 255 7 command.c:366 register_command_handler(): registering 'ocd_mdb'... Debug: 256 7 command.c:366 register_command_handler(): registering 'ocd_mww'... Debug: 257 7 command.c:366 register_command_handler(): registering 'ocd_mwh'... Debug: 258 7 command.c:366 register_command_handler(): registering 'ocd_mwb'... Debug: 259 7 command.c:366 register_command_handler(): registering 'ocd_bp'... Debug: 260 7 command.c:366 register_command_handler(): registering 'ocd_rbp'... Debug: 261 7 command.c:366 register_command_handler(): registering 'ocd_wp'... Debug: 262 7 command.c:366 register_command_handler(): registering 'ocd_rwp'... Debug: 263 7 command.c:366 register_command_handler(): registering 'ocd_load_image'... Debug: 264 7 command.c:366 register_command_handler(): registering 'ocd_dump_image'... Debug: 265 7 command.c:366 register_command_handler(): registering 'ocd_verify_image'... Debug: 266 7 command.c:366 register_command_handler(): registering 'ocd_test_image'... Debug: 267 7 command.c:366 register_command_handler(): registering 'ocd_reset_nag'... Debug: 268 7 command.c:366 register_command_handler(): registering 'ocd_ps'... Debug: 269 7 command.c:366 register_command_handler(): registering 'ocd_test_mem_access'... Debug: 270 7 ftdi.c:625 ftdi_initialize(): ftdi interface using shortest path jtag state transitions Debug: 271 12 mpsse.c:363 mpsse_purge(): - Debug: 272 12 mpsse.c:644 mpsse_loopback_config(): off Debug: 273 12 mpsse.c:689 mpsse_set_frequency(): target 0 Hz Debug: 274 12 mpsse.c:681 mpsse_rtck_config(): on Debug: 275 12 core.c:1596 adapter_khz_to_speed(): convert khz to interface specific speed value Debug: 276 12 core.c:1599 adapter_khz_to_speed(): have interface set up Debug: 277 12 mpsse.c:689 mpsse_set_frequency(): target 0 Hz Debug: 278 12 mpsse.c:681 mpsse_rtck_config(): on Debug: 279 12 core.c:1596 adapter_khz_to_speed(): convert khz to interface specific speed value Debug: 280 12 core.c:1599 adapter_khz_to_speed(): have interface set up Info : 281 20 core.c:1386 adapter_init(): RCLK (adaptive clock speed) Debug: 282 20 openocd.c:137 handle_init_command(): Debug Adapter init complete Debug: 283 20 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport init Debug: 284 20 command.c:145 script_debug(): command - ocd_transport ocd_transport init Debug: 286 20 transport.c:240 handle_transport_init(): handle_transport_init Debug: 287 20 core.c:730 jtag_add_reset(): SRST line released Debug: 288 20 core.c:754 jtag_add_reset(): TRST line released Debug: 289 20 core.c:328 jtag_call_event_callbacks(): jtag event: TAP reset Debug: 290 20 tcl.c:632 jtag_tap_handle_event(): JTAG tap: imx53.SJC event: 0 (post-reset) action: runtest 100 Debug: 291 20 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_runtest 100 Debug: 292 20 command.c:145 script_debug(): command - runtest ocd_runtest 100 Debug: 294 20 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_jtag arp_init Debug: 295 20 command.c:145 script_debug(): command - ocd_jtag ocd_jtag arp_init Debug: 296 20 core.c:1397 jtag_init_inner(): Init JTAG chain Debug: 297 20 core.c:328 jtag_call_event_callbacks(): jtag event: TAP reset Debug: 298 20 tcl.c:632 jtag_tap_handle_event(): JTAG tap: imx53.SJC event: 0 (post-reset) action: runtest 100 Debug: 299 20 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_runtest 100 Debug: 300 20 command.c:145 script_debug(): command - runtest ocd_runtest 100 Debug: 302 21 core.c:1058 jtag_examine_chain(): DR scan interrogation for IDCODE/BYPASS Debug: 303 21 core.c:328 jtag_call_event_callbacks(): jtag event: TAP reset Debug: 304 21 tcl.c:632 jtag_tap_handle_event(): JTAG tap: imx53.SJC event: 0 (post-reset) action: runtest 100 Debug: 305 21 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_runtest 100 Debug: 306 21 command.c:145 script_debug(): command - runtest ocd_runtest 100 Best Regards, Zhenyu |