Skip to content

Commit

Permalink
Allow more GPU memory on PiZero2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Nov 4, 2023
1 parent a296c97 commit 94e9f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SD/FPP_Install.sh
Expand Up @@ -786,6 +786,8 @@ case "${FPPPLATFORM}" in
echo "gpu_mem=128" >> /boot/config.txt
echo "[pi0]" >> /boot/config.txt
echo "gpu_mem=64" >> /boot/config.txt
echo "[pi02]" >> /boot/config.txt
echo "gpu_mem=128" >> /boot/config.txt
echo "[pi1]" >> /boot/config.txt
echo "gpu_mem=64" >> /boot/config.txt
echo "[pi2]" >> /boot/config.txt
Expand Down

0 comments on commit 94e9f49

Please sign in to comment.