lukynmatuska / vvcb-kiosk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VVCB Kiosk

Prerequisites

  1. Installed Raspberry Pi OS
  2. Enabled desktop environment with autologon

Installation

There are basic instructions.

  1. Clone this repository and enter its folder
  2. Create directory for autostart
  3. Copy Desktop config file to autostart folder
  4. Reboot system to test it
cd ~
git clone https://github.com/lukynmatuska/vvcb-kiosk.git 
cd ~/vvcb-kiosk
mkdir -p ~/.config/autostart
ln -s ~/vvcb-kiosk/vvcb-kiosk.desktop ~/.config/autostart/vvcb-kiosk.desktop
sudo systemctl reboot

Optionally

Enable VNC Server

Remote desktop is very usefull, when you have no keyboard and mouse connected to kiosk.

sudo raspi-config nonint do_vnc 0

Disable screensaver

More info see in docs.

sudo raspi-config nonint do_blanking 1

Enable autologin

Boot to desktop, logging in automatically.

sudo raspi-config nonint do_boot_behaviour B4

Disable splash screen

It is better to have the splash screen off for easier problem diagnosis.

sudo raspi-config nonint do_boot_splash 1

Update

All you need to update is pull the git repository.

cd ~/vvcb-kiosk && git pull

About