Advertisement
Ayush1325

bcf-debug

Oct 26th, 2024
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.47 KB | None | 0 0
  1. ❯ west debug
  2. -- west debug: rebuilding
  3. ninja: no work to do.
  4. -- west debug: using runner openocd
  5. -- runners.openocd: OpenOCD GDB server running on port 3333; no thread info available
  6. Open On-Chip Debugger 0.12.0+dev-00761-gd09ff4764 (2024-10-26-22:01)
  7. Licensed under GNU GPL v2
  8. For bug reports, read
  9.         http://openocd.org/doc/doxygen/bugs.html
  10. cortex_m reset_config vectreset
  11. DEPRECATED! use 'tcl port' not 'tcl_port'
  12. DEPRECATED! use 'telnet port', not 'telnet_port'
  13. DEPRECATED! use 'gdb port', not 'gdb_port'
  14. GNU gdb (Zephyr SDK 0.16.5) 12.1
  15. Copyright (C) 2022 Free Software Foundation, Inc.
  16. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  17. This is free software: you are free to change and redistribute it.
  18. There is NO WARRANTY, to the extent permitted by law.
  19. Type "show copying" and "show warranty" for details.
  20. This GDB was configured as "--host=x86_64-build_pc-linux-gnu --target=arm-zephyr-eabi".
  21. Type "show configuration" for configuration details.
  22. For bug reporting instructions, please see:
  23. <https://github.com/zephyrproject-rtos/sdk-ng/issues>.
  24. Find the GDB manual and other documentation resources online at:
  25.     <http://www.gnu.org/software/gdb/documentation/>.
  26.  
  27. For help, type "help".
  28. Type "apropos word" to search for commands related to "word"...
  29. Reading symbols from /var/home/ayush/Documents/Programming/BeagleBoard/beagleconnect_upstream/build/zephyr/zephyr.elf...
  30. Info : XDS110: connected
  31. Info : XDS110: vid/pid = 0451/bef3
  32. Info : XDS110: firmware version = 3.0.0.32
  33. Info : XDS110: hardware version = 0x0023
  34. Info : XDS110: connected to target via JTAG
  35. Info : XDS110: TCK set to 2500 kHz
  36. Info : clock speed 5500 kHz
  37. Error: JTAG scan chain interrogation failed: all zeroes
  38. Error: Check JTAG interface, timings, target power, etc.
  39. Error: Trying to use configured scan chain anyway...
  40. Error: cc26x2x7.jrc: IR capture error; saw 0x00 not 0x01
  41. Warn : Bypassing JTAG setup events due to errors
  42. Info : [cc26x2x7.cpu] starting gdb server on 3333
  43. Info : Listening on port 3333 for gdb connections
  44.     TargetName         Type       Endian TapName            State
  45. --  ------------------ ---------- ------ ------------------ ------------
  46.  0* cc26x2x7.cpu       cortex_m   little cc26x2x7.cpu       tap-disabled
  47. Error: Target not examined yet
  48.  
  49. Remote debugging using :3333
  50. Info : XDS110: disconnected
  51. Remote communication error.  Target disconnected.: Connection reset by peer.
  52. You can't do that when your target is `exec'
  53. (gdb) exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement