-
Notifications
You must be signed in to change notification settings - Fork 88
Raspberry Pi
Julian Davison edited this page Feb 15, 2021
·
3 revisions
Dash ships with an installation script for primary use on a Raspberry Pi
cd ~
git clone https://github.com/Opendsh/dash
cd dash
./install.sh
The install script will:
- install all required components for dash (via
apt-get
) - clone other required repositories in the same folder as
dash
(so the one aboveinstall.sh
- build all the necessary parts
Additionally, on a Raspberry Pi, the install script will make necessary configuration changes within raspi-config for optimal performance.
These include using the advanced graphics driver, and adjusting the GPU memory split.
rpi.sh provides some aditional options that may be wanted on your system - running the script without arguments will provide details.
./rpi.sh