Advertisement
Guest User

Untitled

a guest
Jan 1st, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1. greg@Gregs-MBP-2 rb_test % brew install open-ocd --HEAD
  2. ==> Cloning https://github.com/ntfreak/openocd.git
  3. Updating /Users/greg/Library/Caches/Homebrew/open-ocd--git
  4. ==> Checking out branch master
  5. Already on 'master'
  6. Your branch is up to date with 'origin/master'.
  7. HEAD is now at d27d66bc1 Document how vector registers are exposed to gdb.
  8. Entering 'jimtcl'
  9. Entering 'src/jtag/drivers/libjaylink'
  10. Entering 'tools/git2cl'
  11. /Users/greg/Library/Caches/Homebrew/open-ocd--git/jimtcl
  12. /Users/greg/Library/Caches/Homebrew/open-ocd--git/src/jtag/drivers/libjaylink
  13. /Users/greg/Library/Caches/Homebrew/open-ocd--git/tools/git2cl
  14. ==> ./bootstrap nosubmodule
  15. ==> ./configure --prefix=/usr/local/Cellar/open-ocd/HEAD-d27d66b --enable-buspirate --enable-stlink -
  16. ==> make install
  17. 🍺 /usr/local/Cellar/open-ocd/HEAD-d27d66b: 842 files, 4.9MB, built in 2 minutes 14 seconds
  18. ==> Running `brew cleanup open-ocd`...
  19. Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
  20. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
  21. greg@Gregs-MBP-2 rb_test % openocd --version
  22. Open On-Chip Debugger 0.11.0+dev-00550-gd27d66bc1 (2022-01-01-19:19)
  23. Licensed under GNU GPL v2
  24. For bug reports, read
  25. http://openocd.org/doc/doxygen/bugs.html
  26. greg@Gregs-MBP-2 rb_test % openocd -d3 -s /Users/greg/.platformio/packages/tool-openocd/scripts -f interface/cmsis-dap.cfg -f target/nrf52.cfg -c "program {.pio/build/redbear_blenano2/firmware.hex} verify reset; shutdown;"
  27. Open On-Chip Debugger 0.11.0+dev-00550-gd27d66bc1 (2022-01-01-19:19)
  28. Licensed under GNU GPL v2
  29. For bug reports, read
  30. http://openocd.org/doc/doxygen/bugs.html
  31. User : 3 3 options.c:63 configuration_output_handler(): debug_level: 3
  32. User : 4 3 options.c:63 configuration_output_handler():
  33. Debug: 5 3 configuration.c:44 add_script_search_dir(): adding /Users/greg/.platformio/packages/tool-openocd/scripts
  34. Debug: 6 3 options.c:244 add_default_dirs(): bindir=/usr/local/Cellar/open-ocd/HEAD-d27d66b/bin
  35. Debug: 7 3 options.c:245 add_default_dirs(): pkgdatadir=/usr/local/Cellar/open-ocd/HEAD-d27d66b/share/openocd
  36. Debug: 8 3 options.c:246 add_default_dirs(): exepath=/usr/local/Cellar/open-ocd/HEAD-d27d66b/bin
  37. Debug: 9 3 options.c:247 add_default_dirs(): bin2data=../share/openocd
  38. Debug: 10 3 configuration.c:44 add_script_search_dir(): adding /Users/greg/Library/Preferences/org.openocd
  39. Debug: 11 3 configuration.c:44 add_script_search_dir(): adding /Users/greg/.config/openocd
  40. Debug: 12 3 configuration.c:44 add_script_search_dir(): adding /Users/greg/.openocd
  41. Debug: 13 3 configuration.c:44 add_script_search_dir(): adding /usr/local/Cellar/open-ocd/HEAD-d27d66b/bin/../share/openocd/site
  42. Debug: 14 3 configuration.c:44 add_script_search_dir(): adding /usr/local/Cellar/open-ocd/HEAD-d27d66b/bin/../share/openocd/scripts
  43. Debug: 15 3 command.c:166 script_debug(): command - ocd_find interface/cmsis-dap.cfg
  44. Debug: 16 4 configuration.c:99 find_file(): found /Users/greg/.platformio/packages/tool-openocd/scripts/interface/cmsis-dap.cfg
  45. Debug: 17 7 command.c:166 script_debug(): command - adapter driver cmsis-dap
  46. Debug: 18 7 command.c:166 script_debug(): command - ocd_find target/nrf52.cfg
  47. Debug: 19 7 configuration.c:99 find_file(): found /Users/greg/.platformio/packages/tool-openocd/scripts/target/nrf52.cfg
  48. Debug: 20 8 command.c:166 script_debug(): command - ocd_find target/swj-dp.tcl
  49. Debug: 21 9 configuration.c:99 find_file(): found /Users/greg/.platformio/packages/tool-openocd/scripts/target/swj-dp.tcl
  50. Debug: 22 10 command.c:166 script_debug(): command - transport select
  51. Info : 23 10 transport.c:277 jim_transport_select(): auto-selecting first available session transport "swd". To override use 'transport select <transport>'.
  52. Debug: 24 10 command.c:166 script_debug(): command - transport select
  53. Debug: 25 10 command.c:166 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  54. Debug: 26 10 command.c:166 script_debug(): command - transport select
  55. Debug: 27 10 command.c:166 script_debug(): command - expr [ string first "swd" $_TRANSPORT ] != -1
  56. Debug: 28 10 command.c:166 script_debug(): command - swd newdap nrf52 cpu -expected-id 0x2ba01477
  57. Debug: 29 10 tcl.c:567 jim_newtap_cmd(): Creating New Tap, Chip: nrf52, Tap: cpu, Dotted: nrf52.cpu, 2 params
  58. Debug: 30 10 core.c:1472 jtag_tap_init(): Created Tap: nrf52.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0
  59. Debug: 31 10 command.c:166 script_debug(): command - dap create nrf52.dap -chain-position nrf52.cpu
  60. Debug: 32 10 command.c:166 script_debug(): command - target create nrf52.cpu cortex_m -dap nrf52.dap
  61. Debug: 33 11 command.c:300 register_command(): command 'tpiu' is already registered
  62. Debug: 34 11 command.c:300 register_command(): command 'rtt' is already registered
  63. Debug: 35 11 command.c:166 script_debug(): command - adapter speed 1000
  64. Debug: 36 11 adapter.c:180 adapter_config_khz(): handle adapter khz
  65. Debug: 37 11 adapter.c:144 adapter_khz_to_speed(): convert khz to adapter specific speed value
  66. Debug: 38 11 adapter.c:144 adapter_khz_to_speed(): convert khz to adapter specific speed value
  67. Debug: 39 11 command.c:166 script_debug(): command - nrf52.cpu configure -work-area-phys 0x20000000 -work-area-size 0x4000 -work-area-backup 0
  68. Debug: 40 11 target.c:2193 target_free_all_working_areas_restore(): freeing all working areas
  69. Debug: 41 11 target.c:2193 target_free_all_working_areas_restore(): freeing all working areas
  70. Debug: 42 11 target.c:2193 target_free_all_working_areas_restore(): freeing all working areas
  71. Debug: 43 11 command.c:166 script_debug(): command - transport select
  72. Debug: 44 11 command.c:166 script_debug(): command - expr [ string first "hla" $_TRANSPORT ] != -1
  73. Debug: 45 11 command.c:166 script_debug(): command - cortex_m reset_config sysresetreq
  74. Debug: 46 11 command.c:166 script_debug(): command - nrf52.cpu configure -event examine-fail nrf52_check_ap_lock
  75. Debug: 47 11 command.c:166 script_debug(): command - flash bank nrf52.flash nrf5 0x00000000 0 1 1 nrf52.cpu
  76. Debug: 48 11 tcl.c:1316 handle_flash_bank_command(): 'nrf5' driver usage field missing
  77. Debug: 49 11 command.c:166 script_debug(): command - flash bank nrf52.uicr nrf5 0x10001000 0 1 1 nrf52.cpu
  78. Debug: 50 11 command.c:300 register_command(): command 'nrf5' is already registered
  79. Debug: 51 11 command.c:300 register_command(): command 'nrf5 mass_erase' is already registered
  80. Debug: 52 11 command.c:300 register_command(): command 'nrf5 info' is already registered
  81. Debug: 53 11 command.c:300 register_command(): command 'nrf51' is already registered
  82. Debug: 54 11 command.c:300 register_command(): command 'nrf51 mass_erase' is already registered
  83. Debug: 55 11 command.c:300 register_command(): command 'nrf51 info' is already registered
  84. Debug: 56 11 tcl.c:1316 handle_flash_bank_command(): 'nrf5' driver usage field missing
  85. Debug: 57 11 command.c:166 script_debug(): command - add_help_text nrf52_recover Mass erase and unlock nRF52 device
  86. Debug: 58 11 command.c:166 script_debug(): command - init
  87. Debug: 59 12 command.c:166 script_debug(): command - target init
  88. Debug: 60 12 command.c:166 script_debug(): command - target names
  89. Debug: 61 12 command.c:166 script_debug(): command - nrf52.cpu cget -event gdb-flash-erase-start
  90. Debug: 62 12 command.c:166 script_debug(): command - nrf52.cpu configure -event gdb-flash-erase-start reset init
  91. Debug: 63 12 command.c:166 script_debug(): command - nrf52.cpu cget -event gdb-flash-write-end
  92. Debug: 64 12 command.c:166 script_debug(): command - nrf52.cpu configure -event gdb-flash-write-end reset halt
  93. Debug: 65 12 command.c:166 script_debug(): command - nrf52.cpu cget -event gdb-attach
  94. Debug: 66 12 command.c:166 script_debug(): command - nrf52.cpu configure -event gdb-attach halt 1000
  95. Debug: 67 12 target.c:1650 handle_target_init_command(): Initializing targets...
  96. Debug: 68 12 semihosting_common.c:99 semihosting_common_init():
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement