Skip to content

v0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azasypkin azasypkin released this 25 Oct 11:57
· 5 commits to master since this 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:

  1. Download and unpack image-v0.0.2.zip;
  2. Write image to your SD Card as described here
  3. Open your favorite disk manager (eg. GParted, fdisk + resize2fs etc.) and resize the second partition as you like.
  4. 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