rPi4: corrected kernel

This commit is contained in:
Serĉanto de Scio 2022-07-25 17:18:14 +10:00
parent 2d508ed33e
commit 8234bb2ffc
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -12,7 +12,7 @@
"usb_storage" "usb_storage"
]; ];
}; };
kernelPackages = pkgs.linuxKernel.kernels.linux_rpi4; # For a Raspberry Pi 4 kernelPackages = pkgs.linuxPackages_5_15; # For a Raspberry Pi 4
kernelParams = [ kernelParams = [
"cma=128M" # Many GUI programs need this, nearly all wayland applications "cma=128M" # Many GUI programs need this, nearly all wayland applications
"8250.nr_uarts=1" "8250.nr_uarts=1"