Skip to content

Commit f2c790c

Browse files
authored
Merge pull request #198 from mithro/small-readme-fixes
Small README fixes
2 parents 27b38d4 + 885b70e commit f2c790c

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,13 @@ and troubleshooting capabilities.
6767
To bootstrap or update your environment one generally does:
6868

6969
```
70-
# Download the debian packages needed to support litex environment. Usually
71-
# we only do this once.
72-
./scripts/download-env-root.sh
70+
# Install system wide dependencies;
71+
# * wget
72+
# * bash
73+
# * make
74+
# * udev rules from https://github.com/litex-hub/litex-buildenv-udev
75+
#
76+
# On Debian you can use the ./scripts/debian-setup.sh script.
7377
7478
# Download/update the litex specific packages (python, verilator, submodules etc)
7579
./scripts/download-env.sh

scripts/debian-setup.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,9 @@ apt-get install -y build-essential
2727
# gtkwave is needed for viewing the output of traces
2828
apt-get install -y gtkwave
2929

30-
# readline, libusb, libftdi are all needed by openocd which is installed via conda
31-
apt-get install -y libreadline-dev libusb-1.0-0-dev libftdi-dev
32-
3330
# FIXME: What needs python-yaml!?
3431
apt-get install -y python-yaml
3532

36-
# fxload is needed for controlling the FX2 found on the Atlys and Opsis boards
37-
apt-get install -y fxload
38-
3933
# aftpd is needed for tftp booting firmware
4034
apt-get install -y atftpd
4135

0 commit comments

Comments
 (0)