Guest User

Untitled

a guest
Jan 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.89 KB | None | 0 0
  1. User : 122 531 command.c:687 command_run_line(): target/aducm4x50.tcl:48: Error: invalid command name "dap"
  2.  
  3. interface ftdi
  4. transport select swd
  5. ftdi_vid_pid 0x0403 0x6011
  6. ftdi_layout_init 0x20 0xfb
  7. ftdi_layout_signal nTRST -data 0x20
  8. ftdi_layout_signal SWD_EN -data 0
  9. ftdi_channel 1
  10. ftdi_layout_init 0x00 0xed
  11. ftdi_channel 2
  12. ftdi_layout_init 0x00 0xfd
  13. ftdi_channel 3
  14. ftdi_layout_init 0x00 0xfd
  15.  
  16. D:testingopenocd-0.10.0scripts>openocd.exe -f openocd.cfg -f target/aducm4050.cfg -d3
  17. Open On-Chip Debugger 0.10.0
  18. Licensed under GNU GPL v2
  19. For bug reports, read
  20. http://openocd.org/doc/doxygen/bugs.html
  21. User : 13 1 command.c:544 command_print(): debug_level: 3
  22. Debug: 14 2 options.c:181 add_default_dirs(): bindir=bin-x64
  23. Debug: 15 3 options.c:182 add_default_dirs(): pkgdatadir=
  24. Debug: 16 4 options.c:183 add_default_dirs(): exepath=D:/testing/openocd-0.10.0/scripts
  25. Debug: 17 5 options.c:184 add_default_dirs(): bin2data=../
  26. Debug: 18 6 configuration.c:42 add_script_search_dir(): adding C:UsersMikeAppDataRoaming/OpenOCD
  27. Debug: 19 8 configuration.c:42 add_script_search_dir(): adding D:/testing/openocd-0.10.0/scripts/..//site
  28. Debug: 20 11 configuration.c:42 add_script_search_dir(): adding D:/testing/openocd-0.10.0/scripts/..//scripts
  29. Debug: 21 13 configuration.c:82 find_file(): found openocd.cfg
  30. Debug: 22 15 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_interface ftdi
  31. Debug: 23 17 command.c:143 script_debug(): command - interface ocd_interface ftdi
  32. Debug: 25 19 command.c:364 register_command_handler(): registering 'ocd_ftdi_device_desc'...
  33. Debug: 26 20 command.c:364 register_command_handler(): registering 'ocd_ftdi_serial'...
  34. Debug: 27 22 command.c:364 register_command_handler(): registering 'ocd_ftdi_location'...
  35. Debug: 28 23 command.c:364 register_command_handler(): registering 'ocd_ftdi_channel'...
  36. Debug: 29 25 command.c:364 register_command_handler(): registering 'ocd_ftdi_layout_init'...
  37. Debug: 30 27 command.c:364 register_command_handler(): registering 'ocd_ftdi_layout_signal'...
  38. Debug: 31 29 command.c:364 register_command_handler(): registering 'ocd_ftdi_set_signal'...
  39. Debug: 32 30 command.c:364 register_command_handler(): registering 'ocd_ftdi_get_signal'...
  40. Debug: 33 32 command.c:364 register_command_handler(): registering 'ocd_ftdi_vid_pid'...
  41. Debug: 34 34 command.c:364 register_command_handler(): registering 'ocd_ftdi_tdo_sample_edge'...
  42. Debug: 35 35 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select swd
  43. Debug: 36 38 command.c:143 script_debug(): command - ocd_transport ocd_transport select swd
  44. Debug: 37 39 command.c:323 command_new(): BUG: command 'swd' does not have the '.usage' field filled out
  45. Debug: 38 41 command.c:364 register_command_handler(): registering 'ocd_swd'...
  46. Info : 39 43 ftdi.c:1051 ftdi_swd_init(): FTDI SWD mode enabled
  47. Debug: 40 44 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_ftdi_vid_pid 0x0403 0x6011
  48. Debug: 41 49 command.c:143 script_debug(): command - ftdi_vid_pid ocd_ftdi_vid_pid 0x0403 0x6011
  49. Debug: 43 51 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_ftdi_layout_init 0x20 0xfb
  50. Debug: 44 62 command.c:143 script_debug(): command - ftdi_layout_init ocd_ftdi_layout_init 0x20 0xfb
  51. Debug: 46 64 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_ftdi_layout_signal nTRST -data 0x20
  52. Debug: 47 78 command.c:143 script_debug(): command - ftdi_layout_signal ocd_ftdi_layout_signal nTRST -data 0x20
  53. Debug: 49 80 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_ftdi_layout_signal SWD_EN -data 0
  54. Debug: 50 93 command.c:143 script_debug(): command - ftdi_layout_signal ocd_ftdi_layout_signal SWD_EN -data 0
  55. Debug: 52 96 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_ftdi_channel 1
  56. Debug: 53 106 command.c:143 script_debug(): command - ftdi_channel ocd_ftdi_channel 1
  57. Debug: 55 117 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_ftdi_layout_init 0x00 0xed
  58. Debug: 56 119 command.c:143 script_debug(): command - ftdi_layout_init ocd_ftdi_layout_init 0x00 0xed
  59. Debug: 58 133 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_ftdi_channel 2
  60. Debug: 59 135 command.c:143 script_debug(): command - ftdi_channel ocd_ftdi_channel 2
  61. Debug: 61 148 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_ftdi_layout_init 0x00 0xfd
  62. Debug: 62 151 command.c:143 script_debug(): command - ftdi_layout_init ocd_ftdi_layout_init 0x00 0xfd
  63. Debug: 64 163 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_ftdi_channel 3
  64. Debug: 65 166 command.c:143 script_debug(): command - ftdi_channel ocd_ftdi_channel 3
  65. Debug: 67 178 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_ftdi_layout_init 0x00 0xfd
  66. Debug: 68 181 command.c:143 script_debug(): command - ftdi_layout_init ocd_ftdi_layout_init 0x00 0xfd
  67. Debug: 70 194 configuration.c:82 find_file(): found target/aducm4050.cfg
  68. Debug: 71 195 configuration.c:82 find_file(): found target/aducm4x50.tcl
  69. Debug: 72 206 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select swd
  70. Debug: 73 208 command.c:143 script_debug(): command - ocd_transport ocd_transport select swd
  71. Warn : 74 218 transport.c:297 jim_transport_select(): Transport "swd" was already selected
  72. Debug: 75 220 configuration.c:82 find_file(): found target/swj-dp.tcl
  73. Debug: 76 233 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
  74. Debug: 77 235 command.c:143 script_debug(): command - ocd_transport ocd_transport select
  75. Debug: 78 248 configuration.c:82 find_file(): found bitsbytes.tcl
  76. Debug: 79 250 configuration.c:82 find_file(): found memory.tcl
  77. Debug: 80 263 configuration.c:82 find_file(): found mem_helper.tcl
  78. Debug: 81 264 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_usage_text mrw address
  79. Debug: 82 278 command.c:143 script_debug(): command - add_usage_text ocd_add_usage_text mrw address
  80. Debug: 84 280 command.c:1098 help_add_command(): added 'mrw' help text
  81. Debug: 85 293 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_help_text mrw Returns value of word in memory.
  82. Debug: 86 295 command.c:143 script_debug(): command - add_help_text ocd_add_help_text mrw Returns value of word in memory.
  83. Debug: 88 305 command.c:1111 help_add_command(): added 'mrw' help text
  84. Debug: 89 317 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_usage_text mrb address
  85. Debug: 90 319 command.c:143 script_debug(): command - add_usage_text ocd_add_usage_text mrb address
  86. Debug: 92 332 command.c:1098 help_add_command(): added 'mrb' help text
  87. Debug: 93 334 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_help_text mrb Returns value of byte in memory.
  88. Debug: 94 348 command.c:143 script_debug(): command - add_help_text ocd_add_help_text mrb Returns value of byte in memory.
  89. Debug: 96 351 command.c:1111 help_add_command(): added 'mrb' help text
  90. Debug: 97 363 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_usage_text mmw address setbits clearbits
  91. Debug: 98 365 command.c:143 script_debug(): command - add_usage_text ocd_add_usage_text mmw address setbits clearbits
  92. Debug: 100 378 command.c:1098 help_add_command(): added 'mmw' help text
  93. Debug: 101 380 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_add_help_text mmw Modify word in memory. new_val = (old_val & ~clearbits) | setbits;
  94. Debug: 102 395 command.c:143 script_debug(): command - add_help_text ocd_add_help_text mmw Modify word in memory. new_val = (old_val & ~clearbits) | setbits;
  95. Debug: 104 398 command.c:1111 help_add_command(): added 'mmw' help text
  96. Debug: 105 409 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_adapter_khz 1000
  97. Debug: 106 412 command.c:143 script_debug(): command - adapter_khz ocd_adapter_khz 1000
  98. Debug: 108 422 core.c:1631 jtag_config_khz(): handle jtag khz
  99. Debug: 109 432 core.c:1598 adapter_khz_to_speed(): convert khz to interface specific speed value
  100. Debug: 110 434 core.c:1598 adapter_khz_to_speed(): convert khz to interface specific speed value
  101. User : 111 448 command.c:544 command_print(): adapter speed: 1000 kHz
  102. Debug: 112 449 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
  103. Debug: 113 463 command.c:143 script_debug(): command - ocd_transport ocd_transport select
  104. Debug: 114 465 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
  105. Debug: 115 478 command.c:143 script_debug(): command - ocd_transport ocd_transport select
  106. Debug: 116 480 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_transport select
  107. Debug: 117 493 command.c:143 script_debug(): command - ocd_transport ocd_transport select
  108. Debug: 118 495 command.c:143 script_debug(): command - ocd_command ocd_command type ocd_swd newdap aducm4050 cpu -expected-id 0x6ba02477
  109. Debug: 119 507 command.c:143 script_debug(): command - ocd_swd ocd_swd newdap aducm4050 cpu -expected-id 0x6ba02477
  110. Debug: 120 509 tcl.c:549 jim_newtap_cmd(): Creating New Tap, Chip: aducm4050, Tap: cpu, Dotted: aducm4050.cpu, 2 params
  111. Debug: 121 519 core.c:1304 jtag_tap_init(): Created Tap: aducm4050.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0
  112. User : 122 531 command.c:687 command_run_line(): target/aducm4x50.tcl:48: Error: invalid command name "dap"
  113. in procedure 'script'
  114. at file "embedded:startup.tcl", line 60
  115. at file "target/aducm4050.cfg", line 8
  116. at file "target/aducm4x50.tcl", line 48
  117.  
  118. # ftdi_layout_init [data] [direction]
  119.  
  120. # name signal state direction JTAG name
  121. # *DBUS0 TCK (low=0) (out=1) TCK
  122. # *DBUS1 TDI (low=0) (out=1) TDI
  123. # *DBUS2 TDO (low=0) (in=0) TDO
  124. # *DBUS3 NC (low=0) (out=1) TMS
  125. # *DBUS4 NC (low=0) (out=1)
  126. # *DBUS5 RST (high=1) (out=1) (nTRST)
  127. # *DBUS6 NC (low=0) (out=1) (nRST)
  128. # *DBUS7 NC (low=0) (out=1) RTCK
  129. ftdi_layout_init 0x20 0xfb
Add Comment
Please, Sign In to add comment