mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-26 00:51:02 -04:00
fix(hosts/merope): try to fix CMA boot problem
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user