Installation on Raspberry Pi
For usage on a Raspberry Pi, the Glue PI OS Image is recommended. In case you want to install Glue on your own Image, follow the Installation on Linux Guide.
System Requirements
Generally, Glue does not need a lot of resources. However, we recommend using a Raspberry Pi 4 with at least 2GB of RAM. If you are using a Chromium browser to display screens on the Pi, make sure to enable the SWAP file and set it to 8 GB to have enough memory available.
Setting SWAP file size on Raspberry Pi
- Open the terminal and run
sudo nano /sbin/dphys-swapfile
- Change the
CONF_MAXSWAP
value toCONF_MAXSWAP=65536
- Press
CTRL + X
to exit and pressY
to save the file - Run
sudo nano /etc/dphys-swapfile
- Change the
CONF_SWAPSIZE
value toCONF_SWAPSIZE=8192
- Press
CTRL + X
to exit and pressY
to save the file - Run
sudo dphys-swapfile swapoff
- Run
sudo dphys-swapfile setup
- Run
sudo dphys-swapfile swapon
- Run
sudo reboot
- Done!
- Download and install the Raspberry Pi Imager.
- Download our Pi Image from here.
- Launch the Raspberry Pi Imager.
- Click
Choose OS
and selectCustom Image
from the bottom of the list. Then, choose the ZIP file you just downloaded. - Click
Choose SD Card
and select your Pi SD Card. - Click
Write
and wait for it to finish. - Insert the SD Card in your PI and boot it. Once it has connected to a network, you can access Glue from a browser on any computer connected to the network using the IP address (find it using the UI of your router). If your router supports hostnames, you can access it using http://glue, http://glue.local or http://glue.fritz.box