File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,13 @@ and troubleshooting capabilities.
67
67
To bootstrap or update your environment one generally does:
68
68
69
69
```
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.
73
77
74
78
# Download/update the litex specific packages (python, verilator, submodules etc)
75
79
./scripts/download-env.sh
Original file line number Diff line number Diff line change @@ -27,15 +27,9 @@ apt-get install -y build-essential
27
27
# gtkwave is needed for viewing the output of traces
28
28
apt-get install -y gtkwave
29
29
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
-
33
30
# FIXME: What needs python-yaml!?
34
31
apt-get install -y python-yaml
35
32
36
- # fxload is needed for controlling the FX2 found on the Atlys and Opsis boards
37
- apt-get install -y fxload
38
-
39
33
# aftpd is needed for tftp booting firmware
40
34
apt-get install -y atftpd
41
35
You can’t perform that action at this time.
0 commit comments