Skip to content

Installing on Pi4

Peter van der Walt edited this page Dec 28, 2020 · 17 revisions

note: no technical support is offered for Pi installs. These instructions are provided so knowledgeable linux users can install CONTROL if they so wish, knowing that it is unsupported, not recommended, and you will have to resolve any issues with the installation yourself. Officially CONTROL only runs on Windows, Mac and x86 Linux

  1. Enable the GL Driver

Run sudo raspi-config -> 7. Advanced Options -> A8 GL Driver -> Enable "G2 GL (Fake KMS) OpenGL desktop driver with fake KMS"

  1. Run the following command in a terminal session on your Pi: (automated install script)

curl -sL https://raw.githubusercontent.com/OpenBuilds/OpenBuilds-CONTROL/master/pi-install.sh | bash -

  1. Launch CONTROL from the menu or desktop shortcuts:

  • Tested on Sept 1st, 2020 against a clean install of RaspiOS 2020-08-20-raspios-buster-armhf.img
  • Special thanks to theshort for contributing toward Raspberry Pi support for CONTROL
Clone this wiki locally