pi 7.0
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
# bootloader = "kernel";
|
||||
# firmwarePackage = pkgs.raspberrypifw;
|
||||
# };
|
||||
kernelPackages = pkgs.${namespace}.linuxPackages_rpi5-lts;
|
||||
kernelPackages = pkgs.${namespace}.linuxPackages_rpi5-latest;
|
||||
initrd = {
|
||||
availableKernelModules = lib.mkForce [ ];
|
||||
kernelModules = {
|
||||
@@ -24,7 +24,7 @@
|
||||
overlays = [
|
||||
(_self: _super: {
|
||||
linuxPackages_pi5-16k = pkgs.linuxPackagesFor (
|
||||
pkgs.linux_6_18.override {
|
||||
pkgs.linux_6_19.override {
|
||||
structuredExtraConfig = with lib.kernel; {
|
||||
CONFIG_ARM64_4K_PAGES = lib.mkForce no;
|
||||
CONFIG_ARM64_64K_PAGES = lib.mkForce no;
|
||||
@@ -42,9 +42,9 @@
|
||||
};
|
||||
|
||||
specialisation = {
|
||||
"linux-latest".configuration = {
|
||||
"linux-stable".configuration = {
|
||||
boot = {
|
||||
kernelPackages = lib.mkOverride 90 pkgs.${namespace}.linuxPackages_rpi5-latest;
|
||||
kernelPackages = lib.mkOverride 90 pkgs.${namespace}.linuxPackages_rpi5-ts;
|
||||
# loader.systemd-boot.installDeviceTree = true;
|
||||
};
|
||||
# hardware.deviceTree = {
|
||||
|
||||
Reference in New Issue
Block a user