Guest User

Untitled

a guest
Jun 3rd, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.14 KB | None | 0 0
  1. cd third_party/misoc && python3 make.py --external /home/shashank/Desktop/built/HDMI2USB-misoc-firmware --flash-proxy-dir /home/shashank/Desktop/built/HDMI2USB-misoc-firmware/third_party/flash_proxies --target opsis_hdmi2usb --target-option firmware_filename /home/shashank/Desktop/built/HDMI2USB-misoc-firmware/firmware/lm32/firmware.bin --csr_csv /home/shashank/Desktop/built/HDMI2USB-misoc-firmware/test/csr.csv --platform-option programmer openocd  load-bitstream
  2. Firmware 55728 bytes (9808 bytes left)
  3.                 __  ___  _   ____     _____
  4.                /  |/  / (_) / __/__  / ___/
  5.               / /|_/ / / / _\ \/ _ \/ /__
  6.              /_/  /_/ /_/ /___/\___/\___/
  7.  
  8. a high performance and small footprint SoC based on Migen
  9.  
  10. ====== Building for: ======
  11. Platform:  opsis
  12. Target:    opsis_hdmi2usb
  13. Subtarget: HDMI2USBSoC
  14. CPU type:  lm32
  15. ===========================
  16. Open On-Chip Debugger 0.10.0-dev-00248-gf3b38ff (2016-04-03-07:23)
  17. Licensed under GNU GPL v2
  18. For bug reports, read
  19.     http://openocd.org/doc/doxygen/bugs.html
  20. Warn : Adapter driver 'usb_blaster' did not declare which transports it allows; assuming legacy JTAG-only
  21. Info : only one transport option; autoselect 'jtag'
  22. Warn : incomplete ublast_vid_pid configuration
  23. jtagspi_program
  24. Info : usb blaster interface using libftdi
  25. Error: unable to open ftdi device: device not found
  26.  
  27. Traceback (most recent call last):
  28.   File "make.py", line 203, in <module>
  29.     prog.load_bitstream(os.path.join("build", build_name + platform.bitstream_ext))
  30.   File "/home/shashank/Desktop/built/HDMI2USB-misoc-firmware/third_party/migen/mibuild/openocd.py", line 19, in load_bitstream
  31.     subprocess.check_call(["openocd", "-f", self.config, "-c", script])
  32.   File "/home/shashank/Desktop/built/HDMI2USB-misoc-firmware/build/conda/lib/python3.5/subprocess.py", line 584, in check_call
  33.     raise CalledProcessError(retcode, cmd)
  34. subprocess.CalledProcessError: Command '['openocd', '-f', 'board/numato_opsis.cfg', '-c', 'init; pld load 0 build/opsis_hdmi2usb-hdmi2usbsoc-opsis.bit; exit']' returned non-zero exit status 1
  35. Makefile:147: recipe for target 'load-gateware' failed
  36. make: *** [load-gateware] Error 1
Add Comment
Please, Sign In to add comment