mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
set default kernel
This commit is contained in:
parent
9cac87a79c
commit
defb166e1e
5 changed files with 11 additions and 39 deletions
|
|
@ -22,6 +22,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;
|
||||
libcamera-apps = final.callPackage ./libcamera-apps.nix { };
|
||||
|
||||
# provide generic rpi arm64 u-boot
|
||||
|
|
@ -35,6 +38,8 @@ in {
|
|||
sha256 = "0png7p8k6rwbmmcyhc22xczcaz7kx0dafw5zmp0i9ni4kjs8xc4j";
|
||||
};
|
||||
};
|
||||
raspberrypiWirelessFirmware = final.rpi-kernels.v5_15_87.wireless-firmware;
|
||||
raspberrypifw = final.rpi-kernels.v5_15_87.firmware;
|
||||
|
||||
# raspberrypiWirelessFirmware = prev.raspberrypiWirelessFirmware.overrideAttrs
|
||||
# (old: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue