Skip to content

Very confusing documentation #472

@danielkucera

Description

@danielkucera
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions