mirror of
https://github.com/Screenly/Anthias.git
synced 2026-05-04 05:13:23 -04:00
592 B
592 B
Screenly OSE Disk Image steps
- Download the latest Rasbian Stretch Lite
- Flash out the disk image to a 4GB SD card
- Boot the system
- Run
raspi-configand:- Set the keyboard to locale to
en_US.UTF-8 UTF-8
- Set the keyboard to locale to
- Run the installer and install the production branch
- Verify that everything works
- Run
sudo ./bin/prepare_device_for_imaging.sh - Shut down the system
- Create the disk image by running
SD_DEV=/dev/sdc sudo -E ./bin/create_screenly_ose_build.shon a Linux machine (where/dev/sdcis your SD card)