Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. $ dist/litex_server --jtag --jtag-config /usr/share/trellis/misc/openocd/trellisboard.cfg
  2. Open On-Chip Debugger 0.10.0
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. none separate
  7. adapter speed: 5000 kHz
  8. Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'.
  9. jtagstream_serve
  10. Info : clock speed 5000 kHz
  11. Info : JTAG tap: ecp5.tap tap/device found: 0x81113043 (mfg: 0x021 (Lattice Semi.), part: 0x1113, ver: 0x8)
  12. Warn : gdb services need one or more targets defined
  13. can't read "_CHIPNAME": no such variable
  14. Process Process-1:
  15. Traceback (most recent call last):
  16. File "multiprocessing/process.py", line 315, in _bootstrap
  17. File "multiprocessing/process.py", line 108, in run
  18. File "litex/tools/litex_term.py", line 152, in jtag2tcp
  19. File "litex/build/openocd.py", line 147, in stream
  20. File "litex/build/generic_programmer.py", line 100, in call
  21. OSError: Error occured during OpenOCD's call, please check:
  22. - OpenOCD installation.
  23. - access permissions.
  24. - hardware and cable.
  25. Traceback (most recent call last):
  26. File "litex/tools/litex_server.py", line 278, in <module>
  27. File "litex/tools/litex_server.py", line 216, in main
  28. File "litex/tools/litex_term.py", line 141, in open
  29. ConnectionRefusedError: [Errno 111] Connection refused
  30. [242105] Failed to execute script litex_server
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement