Skip to content

Releases: nix-community/raspberry-pi-nix

v0.4.1

05 Nov 03:51
57e8e8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

27 Jul 14:51
be1defc
Compare
Choose a tag to compare

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

v0.3.2

17 Jun 23:01
1570501
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 May 03:23
Compare
Choose a tag to compare

Remove references to unpinned kernel in 0.3.0, which could cause a local kernel build.

v0.3.0

14 May 22:31
Compare
Choose a tag to compare

Raspberry pi 5 compatibility

Bump all deps (rpi kernel, firmware, libcamera fork, etc)

Add pinned kernel option (enabled by default) to make it easy to hit the cachix cache

v0.2.0

25 May 01:40
Compare
Choose a tag to compare

Populate the firmware partition with a systemd service rather than an activation script. The systemd service ensures the firmware partition is mounted in the expected place, and only updates files when the source derivation changes.

v0.1.0

20 Apr 13:34
Compare
Choose a tag to compare
increase default firmware partition size