From a32d1d8e8085724068ac6a43adbba9757228aebb Mon Sep 17 00:00:00 2001 From: alfrix Date: Sun, 10 Mar 2024 09:52:03 -0300 Subject: [PATCH] docs: 35 might need to disable vc4 to work --- docs/Hardware/GPIO_35.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Hardware/GPIO_35.md b/docs/Hardware/GPIO_35.md index 7d04b360..2d510f12 100644 --- a/docs/Hardware/GPIO_35.md +++ b/docs/Hardware/GPIO_35.md @@ -25,6 +25,12 @@ dtoverlay=piscreen,drm ???+ info in this context drm stands for [Direct Rendering Manager](https://en.wikipedia.org/wiki/Direct_Rendering_Manager) +I had to comment out (add # at the start) vc4 or it would boot into a blackscreen + +``` +#dtoverlay=vc4-kms-v3d +``` + Close the nano editor using `ctrl`+`x` (exit), then `y` for yes (save). ```sh