Add device tree override
Alan Pearce alan@alanpearce.eu
Tue, 01 Aug 2023 19:57:48 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M post/nixos-on-nanopi-r5s.md → 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";