From 4e4ed46f15803502fb980e0672fabad3779d6394 Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Fri, 16 Jun 2023 09:35:17 -0400 Subject: [PATCH] removed this too eagerly compressing the firmware still breaks my zero-2-w --- overlay/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay/default.nix b/overlay/default.nix index a686855..ae44d43 100644 --- a/overlay/default.nix +++ b/overlay/default.nix @@ -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 =