# Pastebin twSxncnE (H2U B=opsis) xf@yogacore:~/HDMI2USB-misoc-firmware$ make load-gateware cd third_party/misoc && python3 make.py --external /home/xf/HDMI2USB-misoc-firmware --flash-proxy-dir /home/xf/HDMI2USB-misoc-firmware/third_party/flash_proxies --target opsis_hdmi2usb --target-option firmware_filename /home/xf/HDMI2USB-misoc-firmware/firmware/lm32/firmware.bin --csr_csv /home/xf/HDMI2USB-misoc-firmware/test/csr.csv --platform-option programmer openocd load-bitstream Firmware 56904 bytes (8632 bytes left) __ ___ _ ____ _____ / |/ / (_) / __/__ / ___/ / /|_/ / / / _\ \/ _ \/ /__ /_/ /_/ /_/ /___/\___/\___/ a high performance and small footprint SoC based on Migen ====== Building for: ====== Platform: opsis Target: opsis_hdmi2usb Subtarget: HDMI2USBSoC CPU type: lm32 =========================== Open On-Chip Debugger 0.10.0-dev-00248-gf3b38ff (2016-04-03-07:23) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html Warn : Adapter driver 'usb_blaster' did not declare which transports it allows; assuming legacy JTAG-only Info : only one transport option; autoselect 'jtag' Warn : incomplete ublast_vid_pid configuration jtagspi_program Info : usb blaster interface using libftdi Info : This adapter doesn't support configurable speed Info : JTAG tap: xc6s.tap tap/device found: 0x44028093 (mfg: 0x049 (Xilinx), part: 0x4028, ver: 0x4) loaded file build/opsis_hdmi2usb-hdmi2usbsoc-opsis.bit to pld device 0 in 31s 935225us (H2U B=opsis) xf@yogacore:~/HDMI2USB-misoc-firmware$ make connect-lm32 third_party/misoc/tools/flterm --port /dev/ttyACM0 --speed 115200 [FLTERM] Starting... Unable to open serial port: No such file or directory (H2U B=opsis) xf@yogacore:~/HDMI2USB-misoc-firmware$ make connect-lm32 third_party/misoc/tools/flterm --port /dev/ttyACM0 --speed 115200 [FLTERM] Starting... Unable to open serial port: No such file or directory (H2U B=opsis) xf@yogacore:~/HDMI2USB-misoc-firmware$ lsusb Bus 001 Device 003: ID 0483:91d1 STMicroelectronics Sensor Hub Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 004: ID 04f2:b39f Chicony Electronics Co., Ltd Bus 002 Device 003: ID 04f3:0296 Elan Microelectronics Corp. Bus 002 Device 002: ID 8087:07dc Intel Corp. Bus 002 Device 068: ID 16c0:06ad Van Ooijen Technische Informatica Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (H2U B=opsis) xf@yogacore:~/HDMI2USB-misoc-firmware$ sleep 10; make connect-lm32 third_party/misoc/tools/flterm --port /dev/ttyACM0 --speed 115200 [FLTERM] Starting... Unable to open serial port: No such file or directory (H2U B=opsis) xf@yogacore:~/HDMI2USB-misoc-firmware$ dmesg | tail -n 15 [27654.895548] usb 2-1: Manufacturer: ixo.de [27654.895549] usb 2-1: SerialNumber: hw_opsis [27958.743844] usb 2-1: USB disconnect, device number 66 [27964.755342] usb 2-1: new high-speed USB device number 67 using xhci_hcd [27964.887451] usb 2-1: New USB device found, idVendor=2a19, idProduct=5440 [27964.887456] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [27964.904771] usb 2-1: USB disconnect, device number 67 [27965.391270] usb 2-1: new high-speed USB device number 68 using xhci_hcd [27965.519591] usb 2-1: config 1 interface 0 altsetting 0 bulk endpoint 0x81 has invalid maxpacket 64 [27965.519595] usb 2-1: config 1 interface 0 altsetting 0 bulk endpoint 0x2 has invalid maxpacket 64 [27965.519887] usb 2-1: New USB device found, idVendor=16c0, idProduct=06ad [27965.519890] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [27965.519892] usb 2-1: Product: USB-JTAG-IF [27965.519894] usb 2-1: Manufacturer: ixo.de [27965.519896] usb 2-1: SerialNumber: hw_opsis (H2U B=opsis) xf@yogacore:~/HDMI2USB-misoc-firmware$ ls -l /dev/video* crw-rw----+ 1 root video 81, 0 Jul 30 12:05 /dev/video0 (video0 is my laptop built in camera. HDMI2USB appears as video1, so it's not coming up.)