Advertisement
ZirconiumX

Untitled

Nov 15th, 2019
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. lofty@ramen:~/awygle-thing$ python3 -m nmigen_boards.versa_ecp5
  2. Open On-Chip Debugger 0.10.0 (2019-10-29) [https://github.com/sysprogs/openocd]
  3. Licensed under GNU GPL v2
  4. libusb1 09e75e98b4d9ea7909e8837b7a3f00dda4589dc3
  5. For bug reports, read
  6. http://openocd.org/doc/doxygen/bugs.html
  7. D:\OpenOCD-20191029-0.10.0\bin\openocd.exe: unknown option -- q
  8. Traceback (most recent call last):
  9. File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
  10. "__main__", mod_spec)
  11. File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
  12. exec(code, run_globals)
  13. File "/usr/local/lib/python3.7/dist-packages/nmigen_boards-0.1.dev81+gbc07491-py3.7.egg/nmigen_boards/versa_ecp5.py", line 176, in <module>
  14. File "/usr/local/lib/python3.7/dist-packages/nmigen-0.1-py3.7.egg/nmigen/build/plat.py", line 81, in build
  15. self.toolchain_program(products, name, **(program_opts or {}))
  16. File "/usr/local/lib/python3.7/dist-packages/nmigen_boards-0.1.dev81+gbc07491-py3.7.egg/nmigen_boards/versa_ecp5.py", line 170, in toolchain_program
  17. File "/usr/lib/python3.7/subprocess.py", line 347, in check_call
  18. raise CalledProcessError(retcode, cmd)
  19. subprocess.CalledProcessError: Command '['openocd', '-f', '/tmp/nmigen_hciv7tsc_top-openocd.cfg', '-c', 'transport select jtag; init; svf -quiet /tmp/nmigen_7lv2al_v_top.svf; exit']' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement