diff --git a/hardware/raspberry_pi_3_model_B.nix b/hardware/raspberry_pi_3_model_B.nix index a0b8ff6..939c6af 100644 --- a/hardware/raspberry_pi_3_model_B.nix +++ b/hardware/raspberry_pi_3_model_B.nix @@ -15,9 +15,7 @@ "vc4" # Allows early (earlier) mode setting ]; }; - # !!! Do select not latest (5.8 at the time) as it is currently broken - # !!! (see https://github.com/NixOS/nixpkgs/issues/97064) - kernelPackages = pkgs.linuxPackages_5_4; # For a Raspberry Pi 2 or 3) + kernelPackages = pkgs.linuxPackages_5_15; # For a Raspberry Pi 2 or 3) kernelParams = [ "cma=32M" # Needed for the virtual console to work on the RPi 3 "console=ttyS0,115200n8" # Enable the serial console