Guest User

Untitled

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