- Installed Raspberry Pi OS
- Enabled desktop environment with autologon
There are basic instructions.
- Clone this repository and enter its folder
- Create directory for autostart
- Copy Desktop config file to autostart folder
- 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
Remote desktop is very usefull, when you have no keyboard and mouse connected to kiosk.
sudo raspi-config nonint do_vnc 0
More info see in docs.
sudo raspi-config nonint do_blanking 1
Boot to desktop, logging in automatically.
sudo raspi-config nonint do_boot_behaviour B4
It is better to have the splash screen off for easier problem diagnosis.
sudo raspi-config nonint do_boot_splash 1
All you need to update is pull the git repository.
cd ~/vvcb-kiosk && git pull