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