Skip to content

Instantly share code, notes, and snippets.

@hrr
hrr / RPI3_kiosk.md
Created June 3, 2019 02:38 — forked from frankdugan3/RPI3_kiosk.md
Create a webapp kiosk with a Raspberry Pi 3

Raspberry Pi 3 B Kiosk

This guide utilizes Raspbian Jessie Lite as a base to create a kiosk that loads a single-page web app in the Chromium browser.

Prepare Micro SD Card

  1. Download and unzip Raspbian Jessie Lite.
  2. Copy the img file to the micro SD card. For platform-specific instructions, you can look here. If using Linux or MacOS, my preference is to use dd as described below.

Using dd