Skip to content
Julian Davison edited this page Feb 15, 2021 · 3 revisions

Raspberry Pi Specific Instructions

Dash ships with an installation script for primary use on a Raspberry Pi

1. Clone the repo:

cd ~
git clone https://github.com/Opendsh/dash
cd dash

2. Run the install script:

./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 above install.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.

(Optional) Run rpi.sh

rpi.sh provides some aditional options that may be wanted on your system - running the script without arguments will provide details.

./rpi.sh

3. Continue to Running dash