Advertisement
Ayush1325

Untitled

Aug 19th, 2023
1,354
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.39 KB | None | 0 0
  1. Programming/BeagleBoard/launchpad via 🐍 v3.11.4 (.venv)
  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. Error: JTAG scan chain interrogation failed: all ones
  22. Error: Check JTAG interface, timings, target power, etc.
  23. Error: Trying to use configured scan chain anyway...
  24. Error: cc13x2.jrc: IR capture error; saw 0x3f not 0x01
  25. Warn : Bypassing JTAG setup events due to errors
  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         tap-disabled
  31.  
  32. Error: JTAG scan chain interrogation failed: all ones
  33. Error: Check JTAG interface, timings, target power, etc.
  34. Error: Trying to use configured scan chain anyway...
  35. Error: cc13x2.jrc: IR capture error; saw 0x3f not 0x01
  36. Warn : Bypassing JTAG setup events due to errors
  37. Error: Target not examined yet
  38. Error: auto_probe failed
  39. auto erase enabled
  40. Info : XDS110: disconnected
  41. FATAL ERROR: command exited with status 1: /var/home/ayush/.local/opt/zephyr-sdk-0.16.0/sysroots/x86_64-pokysdk-linux/usr/bin/openocd -s /var/home/ayush/Documents/Programming/BeagleBoard/launchpad/zephyr/boards/arm/cc1352p1_launchxl/support -s /var/home/ayush/.local/opt/zephyr-sdk-0.16.0/sysroots/x86_64-pokysdk-linux/usr/share/openocd/scripts -f /var/home/ayush/Documents/Programming/BeagleBoard/launchpad/zephyr/boards/arm/cc1352p1_launchxl/support/openocd.cfg '-c init' '-c targets' -c 'reset init' -c 'flash write_image erase /var/home/ayush/Documents/Programming/BeagleBoard/launchpad/build/zephyr/zephyr.hex' -c 'reset run' -c shutdown
  42.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement