timvideos / HDMI2USB-fx2-firmware

HDMI2USB firmware for the Cypress FX2 found on the Digilent Atlys and Numato Opsis boards.
24 stars 11 forks source link

Expose I2C interfaces via USB #12

Open mithro opened 7 years ago

mithro commented 7 years ago

From @mithro on January 10, 2016 6:48

From @mithro on June 24, 2014 5:57

Exposing the EDID information and other I2C busses via the USB could be useful for debug an experimentation.

One solution would be to emulate the i2c_tiny_usb device. A driver for this device already exist in the Linux kernel. See http://www.harbaum.org/till/i2c_tiny_usb/index.shtml for more information.

Copied from original issue: timvideos/HDMI2USB-jahanzeb-firmware#48

Copied from original issue: timvideos/HDMI2USB-litex-firmware#157