forked from OpenBuilds/OpenBuilds-CONTROL
-
Notifications
You must be signed in to change notification settings - Fork 1
Raspberry Pi
Jhorn119 edited this page Mar 22, 2022
·
17 revisions
You will want to use the Buster OS version on the PI.
- Enable the GL Driver
Run Type sudo raspi-config into the Terminal Window and press enter.
Go to > 6. Advanced Options -> A2: GL Driver -> Enable "G2: GL (Fake KMS) OpenGL desktop driver with fake KMS"
- Download and setup
Run Type curl -sL https://raw.githubusercontent.com/rlwoodjr/Basic-SENDER/master/pi-install.sh | bash - into the Terminal Window and press enter.