v0.4.0
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
andbcm2712
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 thenix-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