v0.0.4
Pre-release
Pre-release
Release Notes:
- Boot partition is now automatically mount at
/mnt/boot
- Introduced new bootstrap script that does the following:
- Automatically expands partition on the first boot;
- If Cirrus Audio Card with connected speaker is installed, user will be notified about bootstrap steps through the speaker;
- Lighthouse source code is automatically downloaded on the first boot (
prototype
branch);
/etc/cirrus.conf
now sets the fixed order of audio devices (Cirrus Audio Card, USB Audio, built-in audio jack);- Hostname of the device is
lighthouse
now; - Cirrus Audio Card use case scripts are moved to
/mnt/boot/scripts/cirrus-usecases
.
NOTE: Lighthouse main python script is not run on startup yet, it should be run manually.
Not production ready yet, contains a bunch of various redundant packages (git, gcc etc).
config.txt:
dtparams=audio=on
start_x=1
gpu_mem=256
video_camera=1
dtoverlay=rpi-cirrus-wm5102
dtoverlay=i2s-mmap
Usage:
- Download and unpack
image-v0.0.4.zip
; - Write image to your SD Card as described here;
- [OPTIONAL] If you'd like to configure bootstrap sequence, then mount SD Card boot partition on your laptop and edit
scripts/bootstrap.sh
script; - Insert SD card to the RPi2, make sure that it's connected to the LAN with Internet access and turn it on;
- First boot can take up to 4 minutes, depending on your SD Card size, performance and quality of internet connection.
- Enjoy!