# Pastebin el5SymhL tansell@tansell:~/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch$ pip install git+https://github.com/John-K/CypressFX.git --upgrade Collecting git+https://github.com/John-K/CypressFX.git Cloning https://github.com/John-K/CypressFX.git to /tmp/pip-szv_b9j2-build Requirement already up-to-date: pyusb in ./conda/lib/python3.5/site-packages (from CypressFX==0.3) Requirement already up-to-date: intelhex in ./conda/lib/python3.5/site-packages (from CypressFX==0.3) Installing collected packages: CypressFX Found existing installation: CypressFX 0.3 Uninstalling CypressFX-0.3: Successfully uninstalled CypressFX-0.3 Running setup.py install for CypressFX ... done Successfully installed CypressFX-0.3 You are using pip version 8.1.1, however version 9.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. tansell@tansell:~/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch$ git status On branch pull-67 Untracked files: (use "git add ..." to include in what will be committed) temp temp2 nothing added to commit but untracked files present (use "git add" to track) tansell@tansell:~/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch$ lsusb Bus 002 Device 002: ID 8087:8002 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:800a Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 004: ID 0451:8140 Texas Instruments, Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 076: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0 Bus 003 Device 016: ID 2a19:5442 Bus 003 Device 013: ID 2109:2812 VIA Labs, Inc. VL812 Hub Bus 003 Device 002: ID 1050:0211 Yubico.com Gnubby Bus 003 Device 127: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub Bus 003 Device 010: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub tansell@tansell:~/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch$ hdmi2usb-mode-switch --mode=jtag --verbose Traceback (most recent call last): File "/usr/local/google/home/tansell/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch/conda/bin/hdmi2usb-mode-switch", line 9, in load_entry_point('hdmi2usb.modeswitch', 'console_scripts', 'hdmi2usb-mode-switch')() File "/usr/local/google/home/tansell/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch/conda/lib/python3.5/site-packages/setuptools-20.3-py3.5.egg/pkg_resources/__init__.py", line 549, in load_entry_point File "/usr/local/google/home/tansell/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch/conda/lib/python3.5/site-packages/setuptools-20.3-py3.5.egg/pkg_resources/__init__.py", line 2542, in load_entry_point File "/usr/local/google/home/tansell/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch/conda/lib/python3.5/site-packages/setuptools-20.3-py3.5.egg/pkg_resources/__init__.py", line 2202, in load File "/usr/local/google/home/tansell/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch/conda/lib/python3.5/site-packages/setuptools-20.3-py3.5.egg/pkg_resources/__init__.py", line 2208, in resolve File "/usr/local/google/home/tansell/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch/hdmi2usb/modeswitch/cli.py", line 23, in from . import boards File "/usr/local/google/home/tansell/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch/hdmi2usb/modeswitch/boards.py", line 24, in from CypressFX import FX2 File "/usr/local/google/home/tansell/foss/timvideos/hdmi2usb/HDMI2USB-mode-switch/conda/lib/python3.5/site-packages/CypressFX/__init__.py", line 44 cpu_address, 0x00, !enable_cpu) ^ SyntaxError: invalid syntax