From 7347ccd93448b409a2a196941b5de4d90ee3d86b Mon Sep 17 00:00:00 2001
From: j1nx
Date: Sun, 3 Dec 2023 11:50:38 +0000
Subject: [PATCH] [RPI4] Bump gpu memory to 256 as 128 might not be enough.
---
buildroot-external/board/ovos/raspberrypi/rpi4/config.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildroot-external/board/ovos/raspberrypi/rpi4/config.txt b/buildroot-external/board/ovos/raspberrypi/rpi4/config.txt
index e7d03b6d..03e2b670 100644
--- a/buildroot-external/board/ovos/raspberrypi/rpi4/config.txt
+++ b/buildroot-external/board/ovos/raspberrypi/rpi4/config.txt
@@ -40,7 +40,7 @@ max_framebuffers=2
# How much memory in MB to assign to the GPU on Pi models having
# 256, 512 or 1024 MB total memory
-gpu_mem=128
+gpu_mem=256
gpu_mem_256=128
gpu_mem_512=128
gpu_mem_1024=128