Skip to content

v0.4.0

Compare
Choose a tag to compare
@tstat tstat released this 27 Jul 14:51
· 46 commits to master since this release
be1defc

What's Changed

  • The default boot process has changed to more closely follow Raspberry Pi OS, where the kernel is stored in the boot partition. Uboot is still available by setting raspberry-pi-nix.uboot.enable = true
  • A new kernel config option, raspberry-pi-nix.board, is required. bcm2711 and bcm2712 are supported. See the rpi docs to determine which value is appropriate for your board.
  • The repo has been moved to nix-community, and the kernels are pushed to the nix-community cache
  • chore: bump libs & fix libcamera, fix upstream nixpkgs by @adminy in #23
  • Add groups so udev rules work in parity with official rpi by @9gel in #25
  • add example image to packages and CI by @tstat in #38

New Contributors

Full Changelog: v0.3.2...v0.4.0