From 8234bb2ffc5cb51c6f67c05f00e649b19ea7b2a4 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 25 Jul 2022 17:18:14 +1000 Subject: [PATCH] rPi4: corrected kernel --- hardware/raspberry_pi_4_model_B.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/raspberry_pi_4_model_B.nix b/hardware/raspberry_pi_4_model_B.nix index 9fe278d..4abc0d5 100644 --- a/hardware/raspberry_pi_4_model_B.nix +++ b/hardware/raspberry_pi_4_model_B.nix @@ -12,7 +12,7 @@ "usb_storage" ]; }; - kernelPackages = pkgs.linuxKernel.kernels.linux_rpi4; # For a Raspberry Pi 4 + kernelPackages = pkgs.linuxPackages_5_15; # For a Raspberry Pi 4 kernelParams = [ "cma=128M" # Many GUI programs need this, nearly all wayland applications "8250.nr_uarts=1"