Advertisement
Ayush1325

Untitled

Aug 28th, 2023
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. Programming/BeagleBoard/launchpad via 🐍 v3.11.4 (.venv) took 7s
  2. ⬢ [fedora-toolbox:38] ❯ west flash
  3. -- west flash: rebuilding
  4. ninja: no work to do.
  5. -- west flash: using runner openocd
  6. -- runners.openocd: Flashing file: /var/home/ayush/Documents/Programming/BeagleBoard/launchpad/build/zephyr/zephyr.hex
  7. Open On-Chip Debugger 0.11.0+dev-00725-gc5c47943d (2023-03-14-22:08)
  8. Licensed under GNU GPL v2
  9. For bug reports, read
  10. http://openocd.org/doc/doxygen/bugs.html
  11. adapter srst delay: 100
  12.  
  13. Info : XDS110: connected
  14. Info : XDS110: vid/pid = 0451/bef3
  15. Info : XDS110: firmware version = 2.3.0.17
  16. Info : XDS110: hardware version = 0x0023
  17. Info : XDS110: connected to target via JTAG
  18. Info : XDS110: TCK set to 2500 kHz
  19. Info : XDS110: reduce speed request: 5500 kHz to 2500 kHz maximum
  20. Info : clock speed 5500 kHz
  21. Info : JTAG tap: cc13x2.jrc tap/device found: 0x3bb4102f (mfg: 0x017 (Texas Instruments), part: 0xbb41, ver: 0x3)
  22. Info : JTAG tap: cc13x2.cpu enabled
  23. Info : [cc13x2.cpu] Cortex-M4 r0p1 processor detected
  24. Info : [cc13x2.cpu] target has 6 breakpoints, 4 watchpoints
  25. Info : [cc13x2.cpu] external reset detected
  26. Info : starting gdb server for cc13x2.cpu on 3333
  27. Info : Listening on port 3333 for gdb connections
  28. TargetName Type Endian TapName State
  29. -- ------------------ ---------- ------ ------------------ ------------
  30. 0* cc13x2.cpu cortex_m little cc13x2.cpu running
  31.  
  32. Info : JTAG tap: cc13x2.jrc tap/device found: 0x3bb4102f (mfg: 0x017 (Texas Instruments), part: 0xbb41, ver: 0x3)
  33. Info : JTAG tap: cc13x2.cpu enabled
  34. Error: Debug regions are unpowered, an unexpected reset might have happened
  35. Error: JTAG-DP STICKY ERROR
  36. Error: [cc13x2.cpu] Could not find MEM-AP to control the core
  37. target halted due to debug-request, current mode: Thread
  38. xPSR: 0x61000000 pc: 0x1000118e msp: 0x11001ff0
  39. auto erase enabled
  40. wrote 360448 bytes from file /var/home/ayush/Documents/Programming/BeagleBoard/launchpad/build/zephyr/zephyr.hex in 5.813074s (60.553 KiB/s)
  41.  
  42. Info : JTAG tap: cc13x2.jrc tap/device found: 0x3bb4102f (mfg: 0x017 (Texas Instruments), part: 0xbb41, ver: 0x3)
  43. Info : JTAG tap: cc13x2.cpu enabled
  44. Error: Debug regions are unpowered, an unexpected reset might have happened
  45. Error: JTAG-DP STICKY ERROR
  46. Error: [cc13x2.cpu] Could not find MEM-AP to control the core
  47. shutdown command invoked
  48. Info : XDS110: disconnected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement