bruh
This commit is contained in:
BIN
systems/aarch64-linux/pi5/bcm2712-rpi-5-b.dtb
Executable file
BIN
systems/aarch64-linux/pi5/bcm2712-rpi-5-b.dtb
Executable file
Binary file not shown.
BIN
systems/aarch64-linux/pi5/bcm2712d0-rpi-5-b.dtb
Executable file
BIN
systems/aarch64-linux/pi5/bcm2712d0-rpi-5-b.dtb
Executable file
Binary file not shown.
@@ -1,4 +1,5 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
namespace,
|
||||
@@ -40,6 +41,16 @@
|
||||
kernelPackages = lib.mkOverride 90 pkgs.linuxPackages_pi5-16k;
|
||||
loader.systemd-boot.installDeviceTree = true;
|
||||
};
|
||||
hardware.deviceTree = {
|
||||
enable = true;
|
||||
package = lib.mkForce pkgs.${namespace}.linuxPackages_rpi5-lts.kernel;
|
||||
name = "bcm2712-rpi-5-b.dtb";
|
||||
filter = "bcm2712*";
|
||||
};
|
||||
boot.bootspec.extensions."org.nixos.systemd-boot" = lib.mkForce {
|
||||
inherit (config.boot.loader.systemd-boot) sortKey;
|
||||
devicetree = "./bcm2712-rpi-5-b.dtb";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user