Skip to content

Commit

Permalink
Synchronize Raspberry Pi config.txt with Raspberry Pi OS (home-assist…
Browse files Browse the repository at this point in the history
…ant#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.
  • Loading branch information
agners authored Oct 18, 2021
1 parent 74fe7d4 commit b72acfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildroot-external/board/raspberrypi/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b72acfa

Please sign in to comment.