Skip to content

v0.0.3

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