Helper tool to figuring out the state and information about HDMI2USB boards and managing the firmware on them.
Run make conda
to setup a conda environment with everything you need, good
for development and testing.
Run python3 setup.py install
if you want to install on your system.
Make sure you install the udev rules from this
repository. Chances are you
want to put them in /etc/udev/rules.d/
and run these commands to reload your
udev rules:
$ sudo udevadm control --reload-rules
$ sudo udevadm trigger
Before sending a pull request, make sure make test
and make check
pass.
There are three ways to run hdmi2usb-mode-switch
:
- As root
- Install the unbind-helper as a setuid binary
- Install the
udev-rules
which sets the permissions of the unbind to the
video
group.