mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
removed this too eagerly
compressing the firmware still breaks my zero-2-w
This commit is contained in:
parent
da5b77e661
commit
4e4ed46f15
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ let
|
|||
rpi-kernels = builtins.foldl' (b: a: b // rpi-kernel a) { };
|
||||
in
|
||||
{
|
||||
# disable firmware compression so that brcm firmware can be found at
|
||||
# the path expected by raspberry pi firmware/device tree
|
||||
compressFirmwareXz = x: x;
|
||||
|
||||
# A recent known working version of libcamera-apps
|
||||
libcamera-apps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue