timvideos / HDMI2USB-litex-firmware

A version of the HDMI2USB firmware based around LiteX tools produced by @Enjoy-Digital (based on misoc+migen created by @M-Labs)
https://hdmi2usb.tv
BSD 2-Clause "Simplified" License
145 stars 71 forks source link

Very confusing documentation #472

Open danielkucera opened 5 years ago

danielkucera commented 5 years ago

I suggest removing the main README.md and putting in just a quickstart:

export GITHUB_REPO=HDMI2USB-litex-firmware
curl -fsS https://raw.githubusercontent.com/timvideos/$GITHUB_REPO/master/scripts/bootstrap.sh | bash
cd $GITHUB_REPO/

export PLATFORM=opsis
source scripts/enter-env.sh
make gateware
mithro commented 5 years ago

Hi @danielkucera,

Sorry about the confusion, things are currently in a state of flux. The environment was originally developed for the HDMI2USB project but has become useful for other things like FuPy, Linux, etc and hence the LiteX-BuildEnv was created.

Currently the HDMI2USB-litex-firmware and litex-buildenv contain the same code but the hope is this repository will eventually contain only HDMI2USB specific stuff and litex-buildenv will contain all the code shared between all the projects.

Does that make sense?

Tim '@mithro' Ansell

danielkucera commented 5 years ago

Sure, I figured it out at the end. Just my 50 cents to this topic.