Advertisement
Guest User

Untitled

a guest
Aug 31st, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. /home/<...>/dev/zephyr-sdk-0.13.2/sysroots/x86_64-pokysdk-linux/usr/bin/openocd -d2 -s /home/<...>/dev/zephyrproject/zephyr/<...>/boards/arm/<...>/support -s /home/<...>/dev/zephyr-sdk-0.13.2/sysroots/x86_64-pokysdk-linux/usr/share/openocd/scripts -f /home/<...>/dev/zephyrproject/zephyr/<...>/boards/arm/th_g36k_dev_v1_cc3235sf/support/openocd.cfg -c init -c targets -c 'reset halt' -c 'flash write_image erase /home/<...>/dev/zephyrproject/zephyr/<...>/build/zephyr/zephyr.hex' -c 'reset halt' -c 'verify_image /home/<...>/dev/zephyrproject/zephyr/<...>/build/zephyr/zephyr.hex' -c 'reset run' -c shutdown
  2. Open On-Chip Debugger 0.11.0+dev-00244-g7e3dbbbe2 (2021-11-18-07:14)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. debug_level: 2
  7.  
  8. ocd_process_reset_inner
  9. Info : XDS110: connected
  10. Info : XDS110: vid/pid = 0451/bef3
  11. Info : XDS110: firmware version = 3.0.0.18
  12. Info : XDS110: hardware version = 0x0027
  13. Info : XDS110: connected to target via SWD
  14. Info : XDS110: SWCLK set to 2500 kHz
  15. Info : clock speed 8500 kHz
  16. Info : SWD DPIDR 0x2ba01477
  17. Info : cc32xx.cpu: hardware has 6 breakpoints, 4 watchpoints
  18. Info : starting gdb server for cc32xx.cpu on 3333
  19. Info : Listening on port 3333 for gdb connections
  20. TargetName Type Endian TapName State
  21. -- ------------------ ---------- ------ ------------------ ------------
  22. 0* cc32xx.cpu cortex_m little cc32xx.cpu halted
  23.  
  24. requesting target halt and executing a soft reset
  25. target halted due to breakpoint, current mode: Thread
  26. xPSR: 0x01000000 pc: 0x0000ec8c msp: 0x20004000
  27. auto erase enabled
  28. wrote 96256 bytes from file /home/<...>/dev/zephyrproject/zephyr/<...>/build/zephyr/zephyr.hex in 2.130018s (44.131 KiB/s)
  29.  
  30. requesting target halt and executing a soft reset
  31. target halted due to breakpoint, current mode: Thread
  32. xPSR: 0x01000000 pc: 0x0000ec8c msp: 0x20004000
  33. verified 95248 bytes in 0.190351s (488.653 KiB/s)
  34.  
  35. requesting target halt and executing a soft reset
  36. target halted due to breakpoint, current mode: Thread
  37. xPSR: 0x01000000 pc: 0x0000ec8c msp: 0x20004000
  38. shutdown command invoked
  39. Info : XDS110: disconnected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement