Synchronize Raspberry Pi config.txt with Raspberry Pi OS (#1601)

It seems that Raspberry Pi OS by default applies an overlay for
Raspberry Pi 4. Apply this change to the HAOS config.txt as well.
This commit is contained in:
Stefan Agner 2021-10-19 01:43:59 +02:00 committed by GitHub
parent 74fe7d4cb8
commit b72acfa648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,11 @@ kernel=u-boot.bin
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
[all]
#dtoverlay=vc4-fkms-v3d
#max_framebuffers=2