rPi: bumped to Linux v5.15

This commit is contained in:
Serĉanto de Scio 2022-05-03 19:05:55 +10:00
parent 9d281e4a1f
commit b6defaf038
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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