v0.0.2
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.2.zip
; - Write image to your SD Card as described here
- Open your favorite disk manager (eg. GParted, fdisk + resize2fs etc.) and resize the second partition as you like.
- Enjoy!
Note for OSX/macOS users: theoretically you should be able to delete and re-create partitions with fdisk -uc ...
(using fdisk
on your host machine, not RPi) as noted here, then resize partition with resize2fs
that can be installed through Homebrew