v0.0.3
Pre-release
Pre-release
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.3.zip
; - Write image to your SD Card as described here;
- Resize your root partition:
- On Linux Host: just use GParted to resize ext4 partition;
- On RPi: follow this guide (except that you don't need
sudo
and swap partition). That basically boils down to the following steps:$ fdisk -uc /dev/mmcblk0 d 2 n p 2 139264 xxxxx w
$ reboot
$ resize2fs -p /dev/mmcblk0p2
$ reboot
- Enjoy!