-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
- main README.md is all about litex-buildenv and all links lead to litex wiki which I did not notice first few times and confused me a lot.
- scripts/bootstrap.sh contains
if [ -z "$GITHUB_REPO" ]; then
GITHUB_REPO=litex-buildenv
fi
so it installs litex-buildenv too.
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels