Advertisement
Guest User

Untitled

a guest
Jan 1st, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.98 KB | None | 0 0
  1. 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;"
  2. Open On-Chip Debugger 0.11.0
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. User : 13 1 options.c:63 configuration_output_handler(): debug_level: 3
  7. User : 14 1 options.c:63 configuration_output_handler():
  8. Debug: 15 1 configuration.c:42 add_script_search_dir(): adding /Users/greg/.platformio/packages/tool-openocd/scripts
  9. Debug: 16 1 options.c:244 add_default_dirs(): bindir=/usr/local/Cellar/open-ocd/0.11.0/bin
  10. Debug: 17 1 options.c:245 add_default_dirs(): pkgdatadir=/usr/local/Cellar/open-ocd/0.11.0/share/openocd
  11. Debug: 18 1 options.c:246 add_default_dirs(): exepath=/usr/local/Cellar/open-ocd/0.11.0/bin
  12. Debug: 19 1 options.c:247 add_default_dirs(): bin2data=../share/openocd
  13. Debug: 20 1 configuration.c:42 add_script_search_dir(): adding /Users/greg/Library/Preferences/org.openocd
  14. Debug: 21 1 configuration.c:42 add_script_search_dir(): adding /Users/greg/.config/openocd
  15. Debug: 22 1 configuration.c:42 add_script_search_dir(): adding /Users/greg/.openocd
  16. Debug: 23 1 configuration.c:42 add_script_search_dir(): adding /usr/local/Cellar/open-ocd/0.11.0/bin/../share/openocd/site
  17. Debug: 24 1 configuration.c:42 add_script_search_dir(): adding /usr/local/Cellar/open-ocd/0.11.0/bin/../share/openocd/scripts
  18. Debug: 25 1 configuration.c:97 find_file(): found /Users/greg/.platformio/packages/tool-openocd/scripts/interface/cmsis-dap.cfg
  19. Debug: 26 2 command.c:146 script_debug(): command - adapter driver cmsis-dap
  20. Debug: 28 2 configuration.c:97 find_file(): found /Users/greg/.platformio/packages/tool-openocd/scripts/target/nrf52.cfg
  21. Debug: 29 2 configuration.c:97 find_file(): found /Users/greg/.platformio/packages/tool-openocd/scripts/target/swj-dp.tcl
  22. Debug: 30 3 command.c:146 script_debug(): command - transport select
  23. Info : 31 3 transport.c:276 jim_transport_select(): auto-selecting first available session transport "swd". To override use 'transport select <transport>'.
  24. Debug: 32 3 command.c:146 script_debug(): command - transport select
  25. Debug: 33 3 command.c:146 script_debug(): command - transport select
  26. Debug: 34 3 command.c:146 script_debug(): command - swd newdap nrf52 cpu -expected-id 0x2ba01477
  27. Debug: 35 3 tcl.c:572 jim_newtap_cmd(): Creating New Tap, Chip: nrf52, Tap: cpu, Dotted: nrf52.cpu, 2 params
  28. Debug: 36 3 core.c:1488 jtag_tap_init(): Created Tap: nrf52.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0
  29. Debug: 37 3 command.c:146 script_debug(): command - dap create nrf52.dap -chain-position nrf52.cpu
  30. Debug: 38 3 command.c:146 script_debug(): command - target create nrf52.cpu cortex_m -dap nrf52.dap
  31. Debug: 39 3 command.c:376 register_command(): command 'rtt' is already registered in '<global>' context
  32. Debug: 40 3 command.c:146 script_debug(): command - adapter speed 1000
  33. Debug: 42 3 core.c:1822 jtag_config_khz(): handle jtag khz
  34. Debug: 43 3 core.c:1785 adapter_khz_to_speed(): convert khz to interface specific speed value
  35. Debug: 44 3 core.c:1785 adapter_khz_to_speed(): convert khz to interface specific speed value
  36. Debug: 45 3 command.c:146 script_debug(): command - nrf52.cpu configure -work-area-phys 0x20000000 -work-area-size 0x4000 -work-area-backup 0
  37. Debug: 46 3 target.c:2172 target_free_all_working_areas_restore(): freeing all working areas
  38. Debug: 47 3 target.c:2172 target_free_all_working_areas_restore(): freeing all working areas
  39. Debug: 48 3 target.c:2172 target_free_all_working_areas_restore(): freeing all working areas
  40. Debug: 49 3 command.c:146 script_debug(): command - transport select
  41. Debug: 50 4 command.c:146 script_debug(): command - cortex_m reset_config sysresetreq
  42. Debug: 52 4 command.c:146 script_debug(): command - nrf52.cpu configure -event examine-fail nrf52_check_ap_lock
  43. Debug: 53 4 command.c:146 script_debug(): command - flash bank nrf52.flash nrf5 0x00000000 0 1 1 nrf52.cpu
  44. Debug: 55 4 tcl.c:1319 handle_flash_bank_command(): 'nrf5' driver usage field missing
  45. Debug: 56 4 command.c:146 script_debug(): command - flash bank nrf52.uicr nrf5 0x10001000 0 1 1 nrf52.cpu
  46. Debug: 58 4 command.c:376 register_command(): command 'nrf5' is already registered in '<global>' context
  47. Debug: 59 4 command.c:376 register_command(): command 'mass_erase' is already registered in 'nrf5' context
  48. Debug: 60 4 command.c:376 register_command(): command 'info' is already registered in 'nrf5' context
  49. Debug: 61 4 command.c:376 register_command(): command 'nrf51' is already registered in '<global>' context
  50. Debug: 62 4 command.c:376 register_command(): command 'mass_erase' is already registered in 'nrf51' context
  51. Debug: 63 4 command.c:376 register_command(): command 'info' is already registered in 'nrf51' context
  52. Debug: 64 4 tcl.c:1319 handle_flash_bank_command(): 'nrf5' driver usage field missing
  53. Debug: 65 4 command.c:146 script_debug(): command - add_help_text nrf52_recover Mass erase and unlock nRF52 device
  54. Debug: 67 4 command.c:1115 help_add_command(): added 'nrf52_recover' help text
  55. Debug: 68 4 command.c:146 script_debug(): command - init
  56. Debug: 70 4 command.c:146 script_debug(): command - target init
  57. Debug: 72 4 command.c:146 script_debug(): command - target names
  58. Debug: 73 4 command.c:146 script_debug(): command - nrf52.cpu cget -event gdb-flash-erase-start
  59. Debug: 74 4 command.c:146 script_debug(): command - nrf52.cpu configure -event gdb-flash-erase-start reset init
  60. Debug: 75 4 command.c:146 script_debug(): command - nrf52.cpu cget -event gdb-flash-write-end
  61. Debug: 76 4 command.c:146 script_debug(): command - nrf52.cpu configure -event gdb-flash-write-end reset halt
  62. Debug: 77 4 command.c:146 script_debug(): command - nrf52.cpu cget -event gdb-attach
  63. Debug: 78 4 command.c:146 script_debug(): command - nrf52.cpu configure -event gdb-attach halt 1000
  64. Debug: 79 4 target.c:1639 handle_target_init_command(): Initializing targets...
  65. Debug: 80 4 semihosting_common.c:99 semihosting_common_init():
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement