Advertisement
Guest User

Untitled

a guest
Jan 1st, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. greg@Gregs-MBP-2 rb_test % openocd -d3 -f interface/cmsis-dap.cfg -f target/nrf52.cfg -c "program {.pio/build/redbear_blenano2/firmware.hex} verify reset; shutdown;"
  2. Open On-Chip Debugger 0.11.0+dev-00550-gd27d66bc1 (2022-01-01-19:19)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. User : 3 2 options.c:63 configuration_output_handler(): debug_level: 3
  7. User : 4 2 options.c:63 configuration_output_handler():
  8. Debug: 5 2 options.c:244 add_default_dirs(): bindir=/usr/local/Cellar/open-ocd/HEAD-d27d66b/bin
  9. Debug: 6 2 options.c:245 add_default_dirs(): pkgdatadir=/usr/local/Cellar/open-ocd/HEAD-d27d66b/share/openocd
  10. Debug: 7 2 options.c:246 add_default_dirs(): exepath=/usr/local/Cellar/open-ocd/HEAD-d27d66b/bin
  11. Debug: 8 2 options.c:247 add_default_dirs(): bin2data=../share/openocd
  12. Debug: 9 2 configuration.c:44 add_script_search_dir(): adding /Users/greg/Library/Preferences/org.openocd
  13. Debug: 10 2 configuration.c:44 add_script_search_dir(): adding /Users/greg/.config/openocd
  14. Debug: 11 2 configuration.c:44 add_script_search_dir(): adding /Users/greg/.openocd
  15. Debug: 12 2 configuration.c:44 add_script_search_dir(): adding /usr/local/Cellar/open-ocd/HEAD-d27d66b/bin/../share/openocd/site
  16. Debug: 13 2 configuration.c:44 add_script_search_dir(): adding /usr/local/Cellar/open-ocd/HEAD-d27d66b/bin/../share/openocd/scripts
  17. Debug: 14 2 command.c:166 script_debug(): command - ocd_find interface/cmsis-dap.cfg
  18. Debug: 15 2 configuration.c:99 find_file(): found /usr/local/Cellar/open-ocd/HEAD-d27d66b/bin/../share/openocd/scripts/interface/cmsis-dap.cfg
  19. Debug: 16 2 command.c:166 script_debug(): command - adapter driver cmsis-dap
  20. Debug: 17 2 command.c:166 script_debug(): command - ocd_find target/nrf52.cfg
  21. Debug: 18 2 configuration.c:99 find_file(): found /usr/local/Cellar/open-ocd/HEAD-d27d66b/bin/../share/openocd/scripts/target/nrf52.cfg
  22. Debug: 19 2 command.c:166 script_debug(): command - ocd_find target/swj-dp.tcl
  23. Debug: 20 2 configuration.c:99 find_file(): found /usr/local/Cellar/open-ocd/HEAD-d27d66b/bin/../share/openocd/scripts/target/swj-dp.tcl
  24. Debug: 21 2 command.c:166 script_debug(): command - transport select
  25. Info : 22 2 transport.c:277 jim_transport_select(): auto-selecting first available session transport "swd". To override use 'transport select <transport>'.
  26. Debug: 23 2 command.c:166 script_debug(): command - transport select
  27. Debug: 24 2 command.c:166 script_debug(): command - expr [ string first "jtag" $_TRANSPORT ] != -1
  28. Debug: 25 2 command.c:166 script_debug(): command - transport select
  29. Debug: 26 2 command.c:166 script_debug(): command - expr [ string first "swd" $_TRANSPORT ] != -1
  30. Debug: 27 2 command.c:166 script_debug(): command - swd newdap nrf52 cpu -expected-id 0x2ba01477
  31. Debug: 28 2 tcl.c:567 jim_newtap_cmd(): Creating New Tap, Chip: nrf52, Tap: cpu, Dotted: nrf52.cpu, 2 params
  32. Debug: 29 2 core.c:1472 jtag_tap_init(): Created Tap: nrf52.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0
  33. Debug: 30 2 command.c:166 script_debug(): command - dap create nrf52.dap -chain-position nrf52.cpu
  34. Debug: 31 3 command.c:166 script_debug(): command - target create nrf52.cpu cortex_m -dap nrf52.dap
  35. Debug: 32 3 command.c:300 register_command(): command 'tpiu' is already registered
  36. Debug: 33 3 command.c:300 register_command(): command 'rtt' is already registered
  37. Debug: 34 3 command.c:166 script_debug(): command - adapter speed 1000
  38. Debug: 35 3 adapter.c:180 adapter_config_khz(): handle adapter khz
  39. Debug: 36 3 adapter.c:144 adapter_khz_to_speed(): convert khz to adapter specific speed value
  40. Debug: 37 3 adapter.c:144 adapter_khz_to_speed(): convert khz to adapter specific speed value
  41. Debug: 38 3 command.c:166 script_debug(): command - nrf52.cpu configure -work-area-phys 0x20000000 -work-area-size 0x4000 -work-area-backup 0
  42. Debug: 39 3 target.c:2193 target_free_all_working_areas_restore(): freeing all working areas
  43. Debug: 40 3 target.c:2193 target_free_all_working_areas_restore(): freeing all working areas
  44. Debug: 41 3 target.c:2193 target_free_all_working_areas_restore(): freeing all working areas
  45. Debug: 42 3 command.c:166 script_debug(): command - transport select
  46. Debug: 43 3 command.c:166 script_debug(): command - expr [ string first "hla" $_TRANSPORT ] != -1
  47. Debug: 44 3 command.c:166 script_debug(): command - cortex_m reset_config sysresetreq
  48. Debug: 45 3 command.c:166 script_debug(): command - nrf52.cpu configure -event examine-fail nrf52_check_ap_lock
  49. Debug: 46 3 command.c:166 script_debug(): command - flash bank nrf52.flash nrf5 0x00000000 0 1 1 nrf52.cpu
  50. Debug: 47 3 tcl.c:1316 handle_flash_bank_command(): 'nrf5' driver usage field missing
  51. Debug: 48 3 command.c:166 script_debug(): command - flash bank nrf52.uicr nrf5 0x10001000 0 1 1 nrf52.cpu
  52. Debug: 49 3 command.c:300 register_command(): command 'nrf5' is already registered
  53. Debug: 50 3 command.c:300 register_command(): command 'nrf5 mass_erase' is already registered
  54. Debug: 51 3 command.c:300 register_command(): command 'nrf5 info' is already registered
  55. Debug: 52 3 command.c:300 register_command(): command 'nrf51' is already registered
  56. Debug: 53 3 command.c:300 register_command(): command 'nrf51 mass_erase' is already registered
  57. Debug: 54 3 command.c:300 register_command(): command 'nrf51 info' is already registered
  58. Debug: 55 3 tcl.c:1316 handle_flash_bank_command(): 'nrf5' driver usage field missing
  59. Debug: 56 3 command.c:166 script_debug(): command - add_help_text nrf52_recover Mass erase and unlock nRF52 device
  60. Debug: 57 3 command.c:166 script_debug(): command - init
  61. Debug: 58 3 command.c:166 script_debug(): command - target init
  62. Debug: 59 3 command.c:166 script_debug(): command - target names
  63. Debug: 60 3 command.c:166 script_debug(): command - nrf52.cpu cget -event gdb-flash-erase-start
  64. Debug: 61 3 command.c:166 script_debug(): command - nrf52.cpu configure -event gdb-flash-erase-start reset init
  65. Debug: 62 3 command.c:166 script_debug(): command - nrf52.cpu cget -event gdb-flash-write-end
  66. Debug: 63 3 command.c:166 script_debug(): command - nrf52.cpu configure -event gdb-flash-write-end reset halt
  67. Debug: 64 3 command.c:166 script_debug(): command - nrf52.cpu cget -event gdb-attach
  68. Debug: 65 3 command.c:166 script_debug(): command - nrf52.cpu configure -event gdb-attach halt 1000
  69. Debug: 66 3 target.c:1650 handle_target_init_command(): Initializing targets...
  70. Debug: 67 3 semihosting_common.c:99 semihosting_common_init():
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement