Skip to content

Instantly share code, notes, and snippets.

@mattes
Last active November 14, 2017 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattes/5d34b179f11d353853d1a6879904051e to your computer and use it in GitHub Desktop.
Save mattes/5d34b179f11d353853d1a6879904051e to your computer and use it in GitHub Desktop.
raspberry pi kiosk mode
  1. Format SD card FAT32
  2. Download and copy files from https://www.raspberrypi.org/documentation/installation/noobs.md to SD card
  3. Plug Raspberry into TV with HDMI, and Ethernet cable to router, use Keyboard/Mouse to install.
  4. Run passwd to change the default password combination (pi:rasbperry)
  5. Finish configuration with sudo raspi-config:
    • Update
    • Hostname
    • Advanced Options > Overscan > Disable
    • Interfacing Options > SSH > Enable
  6. Connect to Wifi
  7. Disable Bluetooth
  8. Install more packages:
sudo apt-get update
sudo apt-get install unclutter # to hide mouse cursor when idle
  1. Add at the bottom of ~/.config/lxsession/LXDE-pi/autostart:
@chromium-browser --noerrdialogs --disable-translate --kiosk https://www.templarbit.com
  1. sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment