rPi: bumped to Linux v5.15
This commit is contained in:
parent
9d281e4a1f
commit
b6defaf038
|
@ -15,9 +15,7 @@
|
||||||
"vc4" # Allows early (earlier) mode setting
|
"vc4" # Allows early (earlier) mode setting
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# !!! Do select not latest (5.8 at the time) as it is currently broken
|
kernelPackages = pkgs.linuxPackages_5_15; # For a Raspberry Pi 2 or 3)
|
||||||
# !!! (see https://github.com/NixOS/nixpkgs/issues/97064)
|
|
||||||
kernelPackages = pkgs.linuxPackages_5_4; # For a Raspberry Pi 2 or 3)
|
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"cma=32M" # Needed for the virtual console to work on the RPi 3
|
"cma=32M" # Needed for the virtual console to work on the RPi 3
|
||||||
"console=ttyS0,115200n8" # Enable the serial console
|
"console=ttyS0,115200n8" # Enable the serial console
|
||||||
|
|
Loading…
Reference in a new issue