fix(hosts/merope): try to fix CMA boot problem

This commit is contained in:
Gabriel Fontes
2026-08-31 16:01:03 -03:00
parent dd5f1bca01
commit 2e905fd855
@@ -140,7 +140,13 @@
fileSystems."/firmware".neededForBoot = lib.mkDefault true;
hardware.raspberry-pi = {
configtxt.settings.all.avoid_warnings = true;
configtxt = {
settings.all.avoid_warnings = true;
deviceTreeOverlays.all = [
# Decrease CMA reservation
{ vc4-kms-v3d."cma-256" = true; }
];
};
firmware = {
enable = true;
path = "/firmware";