Advertisement
Guest User

OpenOCD Log

a guest
Nov 1st, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.79 KB | None | 0 0
  1. Debug: 6 6 log.c:252 handle_log_output_command(): set log_output to "openocd-test.log"
  2. Debug: 7 6 options.c:244 add_default_dirs(): bindir=/usr/local/bin
  3. Debug: 8 6 options.c:245 add_default_dirs(): pkgdatadir=/usr/local/share/openocd
  4. Debug: 9 6 options.c:246 add_default_dirs(): exepath=/usr/local/bin
  5. Debug: 10 6 options.c:247 add_default_dirs(): bin2data=../share/openocd
  6. Debug: 11 6 configuration.c:44 add_script_search_dir(): adding /home/wrongbaud/.config/openocd
  7. Debug: 12 6 configuration.c:44 add_script_search_dir(): adding /home/wrongbaud/.openocd
  8. Debug: 13 6 configuration.c:44 add_script_search_dir(): adding /usr/local/bin/../share/openocd/site
  9. Debug: 14 6 configuration.c:44 add_script_search_dir(): adding /usr/local/bin/../share/openocd/scripts
  10. Debug: 15 6 command.c:201 script_debug(): command - ocd_find openocd-test.cfg
  11. Debug: 16 6 configuration.c:99 find_file(): found openocd-test.cfg
  12. Debug: 17 6 command.c:201 script_debug(): command - adapter driver jlink
  13. Debug: 18 6 command.c:201 script_debug(): command - adapter speed 1000
  14. Debug: 19 6 core.c:1816 jtag_config_khz(): handle jtag khz
  15. Debug: 20 6 core.c:1779 adapter_khz_to_speed(): convert khz to interface specific speed value
  16. Debug: 21 6 core.c:1779 adapter_khz_to_speed(): convert khz to interface specific speed value
  17. Debug: 22 6 command.c:201 script_debug(): command - transport select jtag
  18. Debug: 23 6 command.c:201 script_debug(): command - reset_config trst_and_srst
  19. Debug: 24 6 command.c:201 script_debug(): command - jtag newtap mdm9215 cpu -irlen 4 -expected-id 0x4ba00477
  20. Debug: 25 6 tcl.c:565 jim_newtap_cmd(): Creating New Tap, Chip: mdm9215, Tap: cpu, Dotted: mdm9215.cpu, 4 params
  21. Debug: 26 6 tcl.c:590 jim_newtap_cmd(): Processing option: -irlen
  22. Debug: 27 6 tcl.c:590 jim_newtap_cmd(): Processing option: -expected-id
  23. Debug: 28 6 core.c:1478 jtag_tap_init(): Created Tap: mdm9215.cpu @ abs position 0, irlen 4, capture: 0x1 mask: 0x3
  24. Debug: 29 6 command.c:201 script_debug(): command - jtag newtap auto0 tap -irlen 11 -expected-id 0x707400e1
  25. Debug: 30 6 tcl.c:565 jim_newtap_cmd(): Creating New Tap, Chip: auto0, Tap: tap, Dotted: auto0.tap, 4 params
  26. Debug: 31 6 tcl.c:590 jim_newtap_cmd(): Processing option: -irlen
  27. Debug: 32 6 tcl.c:590 jim_newtap_cmd(): Processing option: -expected-id
  28. Debug: 33 6 core.c:1478 jtag_tap_init(): Created Tap: auto0.tap @ abs position 1, irlen 11, capture: 0x1 mask: 0x3
  29. Debug: 34 6 command.c:201 script_debug(): command - dap create mdm9215.dap -chain-position mdm9215.cpu -ignore-syspwrupack
  30. Debug: 35 6 command.c:201 script_debug(): command - target create mdm9215.cpu cortex_a -dap mdm9215.dap
  31. Info : 36 6 server.c:311 add_service(): Listening on port 6666 for tcl connections
  32. Info : 37 6 server.c:311 add_service(): Listening on port 4444 for telnet connections
  33. Debug: 38 6 command.c:201 script_debug(): command - init
  34. Debug: 39 6 command.c:201 script_debug(): command - target init
  35. Debug: 40 6 command.c:201 script_debug(): command - target names
  36. Debug: 41 6 command.c:201 script_debug(): command - mdm9215.cpu cget -event gdb-flash-erase-start
  37. Debug: 42 6 command.c:201 script_debug(): command - mdm9215.cpu configure -event gdb-flash-erase-start reset init
  38. Debug: 43 6 command.c:201 script_debug(): command - mdm9215.cpu cget -event gdb-flash-write-end
  39. Debug: 44 6 command.c:201 script_debug(): command - mdm9215.cpu configure -event gdb-flash-write-end reset halt
  40. Debug: 45 6 command.c:201 script_debug(): command - mdm9215.cpu cget -event gdb-attach
  41. Debug: 46 6 command.c:201 script_debug(): command - mdm9215.cpu configure -event gdb-attach halt 1000
  42. Debug: 47 6 target.c:1650 handle_target_init_command(): Initializing targets...
  43. Debug: 48 6 semihosting_common.c:99 semihosting_common_init():
  44. Debug: 49 6 jlink.c:648 jlink_init(): Using libjaylink 0.2.0 (compiled with 0.2.0)
  45. Debug: 50 9 jlink.c:527 jaylink_log_handler(): Found device (VID:PID = 1366:0101, bus:address = 001:031).
  46. Debug: 51 48 jlink.c:527 jaylink_log_handler(): Device: USB address = 0.
  47. Debug: 52 48 jlink.c:527 jaylink_log_handler(): Device: Serial number = 50123621.
  48. Debug: 53 48 jlink.c:527 jaylink_log_handler(): Allocating new device instance.
  49. Debug: 54 48 jlink.c:527 jaylink_log_handler(): Found 1 USB device(s).
  50. Debug: 55 48 jlink.c:527 jaylink_log_handler(): Trying to open device (bus:address = 001:031).
  51. Debug: 56 48 jlink.c:527 jaylink_log_handler(): Using endpoint 81 (IN) and 01 (OUT).
  52. Debug: 57 48 jlink.c:527 jaylink_log_handler(): Device opened successfully.
  53. Info : 65 57 jlink.c:703 jlink_init(): J-Link V10 compiled Sep 24 2021 16:39:44
  54. Info : 78 73 jlink.c:744 jlink_init(): Hardware version: 10.10
  55. Info : 87 84 jlink.c:785 jlink_init(): VTarget = 1.793 V
  56. Debug: 93 90 jlink.c:527 jaylink_log_handler(): Last read operation left 16 bytes in the buffer.
  57. Debug: 103 101 jlink.c:938 jlink_reset(): TRST: 0, SRST: 0
  58. Debug: 123 129 core.c:1779 adapter_khz_to_speed(): convert khz to interface specific speed value
  59. Debug: 124 129 core.c:1783 adapter_khz_to_speed(): have interface set up
  60. Debug: 131 141 core.c:1779 adapter_khz_to_speed(): convert khz to interface specific speed value
  61. Debug: 132 141 core.c:1783 adapter_khz_to_speed(): have interface set up
  62. Info : 133 141 core.c:1559 adapter_init(): clock speed 1000 kHz
  63. Debug: 134 141 openocd.c:143 handle_init_command(): Debug Adapter init complete
  64. Debug: 135 141 command.c:201 script_debug(): command - transport init
  65. Debug: 136 141 transport.c:230 handle_transport_init(): handle_transport_init
  66. Debug: 137 141 jlink.c:938 jlink_reset(): TRST: 0, SRST: 0
  67. Debug: 142 147 core.c:833 jtag_add_reset(): SRST line released
  68. Debug: 143 147 core.c:858 jtag_add_reset(): TRST line released
  69. Debug: 144 147 core.c:331 jtag_call_event_callbacks(): jtag event: TAP reset
  70. Debug: 145 147 command.c:201 script_debug(): command - jtag arp_init
  71. Debug: 146 147 core.c:1572 jtag_init_inner(): Init JTAG chain
  72. Debug: 147 147 core.c:331 jtag_call_event_callbacks(): jtag event: TAP reset
  73. Debug: 157 156 core.c:1237 jtag_examine_chain(): DR scan interrogation for IDCODE/BYPASS
  74. Debug: 158 156 core.c:331 jtag_call_event_callbacks(): jtag event: TAP reset
  75. Info : 168 164 core.c:1136 jtag_examine_chain_display(): JTAG tap: mdm9215.cpu tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd), part: 0xba00, ver: 0x4)
  76. Info : 169 164 core.c:1136 jtag_examine_chain_display(): JTAG tap: auto0.tap tap/device found: 0x707400e1 (mfg: 0x070 (Qualcomm), part: 0x0740, ver: 0x7)
  77. Debug: 170 164 core.c:1368 jtag_validate_ircapture(): IR capture validation scan
  78. Debug: 180 173 core.c:1425 jtag_validate_ircapture(): mdm9215.cpu: IR capture 0x01
  79. Debug: 181 173 core.c:1425 jtag_validate_ircapture(): auto0.tap: IR capture 0x1
  80. Debug: 182 173 command.c:201 script_debug(): command - dap init
  81. Debug: 183 173 arm_dap.c:107 dap_init_all(): Initializing all DAPs ...
  82. Debug: 184 173 arm_adi_v5.c:670 dap_dp_init(): mdm9215.dap
  83. Debug: 185 173 arm_adi_v5.c:702 dap_dp_init(): DAP: wait CDBGPWRUPACK
  84. Debug: 186 173 arm_adi_v5.h:545 dap_dp_poll_register(): DAP: poll 4, mask 0x20000000, value 0x20000000
  85. Debug: 223 208 openocd.c:160 handle_init_command(): Examining targets...
  86. Debug: 224 208 target.c:1836 target_call_event_callbacks(): target event 19 (examine-start) for core mdm9215.cpu
  87. Debug: 261 241 arm_adi_v5.c:943 dap_find_ap(): Found MEM-AP APB2 or APB3 at AP index: 1 (IDR=0x24770002)
  88. Debug: 298 274 arm_adi_v5.c:816 mem_ap_init(): MEM_AP Packed Transfers: disabled
  89. Debug: 299 274 arm_adi_v5.c:827 mem_ap_init(): MEM_AP CFG: large data 0, long address 0, big-endian 0
  90. Debug: 300 274 cortex_a.c:2920 cortex_a_examine_first(): mdm9215.cpu's dbgbase is not set, trying to detect using the ROM table
  91. Debug: 697 636 cortex_a.c:2933 cortex_a_examine_first(): Detected core 0 dbgbase: 0x80010000
  92. Debug: 734 667 cortex_a.c:2956 cortex_a_examine_first(): didr = 0x1203f001
  93. Debug: 735 667 cortex_a.c:2957 cortex_a_examine_first(): cpuid = 0x410fc051
  94. Debug: 754 684 cortex_a.c:2966 cortex_a_examine_first(): target->coreid 0 DBGPRSR 0x9
  95. Debug: 755 684 cortex_a.c:2975 cortex_a_examine_first(): target->coreid 0 was reset!
  96. Debug: 774 700 cortex_a.c:2982 cortex_a_examine_first(): target->coreid 0 DBGOSLSR 0x0
  97. Debug: 793 717 cortex_a.c:3013 cortex_a_examine_first(): target->coreid 0 has security extensions
  98. Info : 794 717 arm_dpm.c:1111 arm_dpm_setup(): mdm9215.cpu: hardware has 3 breakpoints, 2 watchpoints
  99. Debug: 795 717 cortex_a.c:606 cortex_a_bpwp_disable(): A: bpwp disable, cr 80010140
  100. Debug: 814 734 cortex_a.c:606 cortex_a_bpwp_disable(): A: bpwp disable, cr 80010144
  101. Debug: 833 751 cortex_a.c:606 cortex_a_bpwp_disable(): A: bpwp disable, cr 80010148
  102. Debug: 852 768 cortex_a.c:606 cortex_a_bpwp_disable(): A: bpwp disable, cr 800101c0
  103. Debug: 871 785 cortex_a.c:606 cortex_a_bpwp_disable(): A: bpwp disable, cr 800101c4
  104. Debug: 890 802 cortex_a.c:3052 cortex_a_examine_first(): Configured 3 hw breakpoints
  105. Debug: 891 802 cortex_a.c:3066 cortex_a_examine_first(): Configured 2 hw watchpoints
  106. Debug: 964 869 target.c:1836 target_call_event_callbacks(): target event 21 (examine-end) for core mdm9215.cpu
  107. Debug: 965 869 command.c:201 script_debug(): command - flash init
  108. Debug: 985 886 tcl.c:1387 handle_flash_init_command(): Initializing flash devices...
  109. Debug: 986 886 command.c:201 script_debug(): command - nand init
  110. Debug: 1005 902 tcl.c:498 handle_nand_init_command(): Initializing NAND devices...
  111. Debug: 1006 902 command.c:201 script_debug(): command - pld init
  112. Debug: 1025 920 pld.c:206 handle_pld_init_command(): Initializing PLDs...
  113. Debug: 1026 920 command.c:201 script_debug(): command - tpiu init
  114. Info : 1045 936 gdb_server.c:3539 gdb_target_start(): starting gdb server for mdm9215.cpu on 3333
  115. Info : 1046 936 server.c:311 add_service(): Listening on port 3333 for gdb connections
  116. Info : 2613 2379 server.c:101 add_connection(): accepting 'telnet' connection on tcp/4444
  117. Info : 4504 4119 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  118. Info : 4559 4174 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  119. Info : 4632 4244 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  120. Info : 4687 4295 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  121. Info : 5012 4599 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  122. Info : 5067 4650 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  123. Debug: 5104 4684 command.c:201 script_debug(): command - dap info
  124. Info : 5123 4700 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  125. Info : 5574 5119 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  126. Info : 5755 5286 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  127. Info : 5828 5352 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  128. Debug: 8377 7733 command.c:201 script_debug(): command - exit
  129. Info : 8396 7749 server.c:580 server_loop(): dropped 'telnet' connection
  130. Info : 8415 7764 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  131. Info : 8470 7812 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  132. Info : 8525 7862 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  133. Info : 8580 7911 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  134. Info : 8635 7960 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  135. Info : 8780 8086 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  136. Info : 8835 8131 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  137. Info : 8890 8177 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  138. Info : 8945 8225 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  139. Info : 9054 8320 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  140. Info : 9109 8368 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  141. Info : 9164 8415 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  142. Info : 9219 8465 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  143. Info : 9310 8549 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  144. Info : 9401 8628 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  145. Info : 9456 8678 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  146. Info : 9511 8726 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  147. Info : 9566 8776 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  148. Info : 9639 8841 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  149. Info : 9694 8889 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  150. Info : 9749 8939 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  151. Info : 9804 8990 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  152. Info : 9895 9073 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  153. Info : 9950 9125 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  154. Info : 10005 9176 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  155. Info : 10078 9241 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  156. Info : 10133 9291 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  157. Info : 10188 9338 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  158. Info : 10243 9385 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  159. Info : 10316 9455 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  160. Info : 10371 9500 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  161. Info : 10714 9824 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  162. Info : 10787 9891 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  163. Info : 10842 9940 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  164. Info : 10897 9991 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  165. Info : 10952 10041 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  166. Info : 11007 10090 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  167. Debug: 11058 10137 server.c:613 sig_handler(): Terminating on Signal 2
  168. Info : 11063 10140 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  169. Debug: 11100 10173 command.c:201 script_debug(): command - shutdown
  170. Info : 11119 10190 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  171. User : 11156 10223 server.c:759 handle_shutdown_command(): shutdown command invoked
  172. Info : 11175 10239 adi_v5_jtag.c:535 jtagdp_overrun_check(): DAP transaction stalled (WAIT) - slowing down
  173. Debug: 11230 10290 target.c:2194 target_free_all_working_areas_restore(): freeing all working areas
  174. Debug: 11236 10295 jlink.c:527 jaylink_log_handler(): Last read operation left 16 bytes in the buffer.
  175. Debug: 11238 10295 jlink.c:527 jaylink_log_handler(): Closing device (bus:address = 001:031).
  176. Debug: 11239 10295 jlink.c:527 jaylink_log_handler(): Device closed successfully.
  177. Debug: 11240 10295 jlink.c:527 jaylink_log_handler(): Device destroyed (bus:address = 001:031).
  178. ccn-mbp:~ matt$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement