codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Autostart Browser in Kiosk Mode – Raspberry Pi 4 Terminal Command

    8th September 2021

    Raspberry-Pi

    Raspberrypi - Codehaven

    The following code will boot your Raspberry Pi 4 straight into a full screen kiosk mode that displays a specific web page. The screen size is for the official Raspberry Pi screen 7 inch.
    This uses Raspbian and chrome, which should come pre installed.

    Then just paste this code

    Save all the files.
    CTRL-O
    CTRL-X
    Then sudo reboot, and it will then boot to this website.

    Was this code snippet helpful?