all repos — website @ 0548b02666c8b1f1afce5f834c0c7ea682c77bcf

My website

Add device tree override

Alan Pearce
commit

0548b02666c8b1f1afce5f834c0c7ea682c77bcf

parent

6aa46f8769eabe6f65e4ce3be0b428a5bef88cbc

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M content/post/nixos-on-nanopi-r5s.mdcontent/post/nixos-on-nanopi-r5s.md
@@ -113,6 +113,8 @@ useGenerationDeviceTree = true;
}; }; }; + # this file is from debian and should be in /boot/ + hardware.deviceTree.name = "../../rk3568-nanopi-r5s.dtb"; # Most Rockchip CPUs (especially with hybrid cores) work best with "schedutil" powerManagement.cpuFreqGovernor = "schedutil";