Skip to content

Building HDMI2USB Gateware

Tim Ansell edited this page Jul 15, 2019 · 7 revisions
git clone https://github.com/timvideos/HDMI2USB-litex-firmware.git
cd HDMI2USB-litex-firmware
sudo scripts/download-env-root.sh
scripts/download-env.sh

Building

export PLATFORM=opsis
source scripts/enter-env.sh
make gateware
make image

The built gateware will be in build/opsis_hdmi2usb_lm32/gateware/

Testing

make flash
Clone this wiki locally