bundles/raspberrypi: enable audio, force hdmi mode
This commit is contained in:
parent
92020f1c6e
commit
fc44a9cd69
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
disable_overscan=1
|
disable_overscan=1
|
||||||
hdmi_force_hotplug=1
|
hdmi_force_hotplug=1
|
||||||
dtparam=spi=on
|
dtparam=spi=on
|
||||||
dtparam=spi=on
|
dtparam=audio=on
|
||||||
dtoverlay=vc4-fkms-v3d
|
dtoverlay=vc4-fkms-v3d
|
||||||
max_framebuffers=2
|
max_framebuffers=2
|
||||||
|
hdmi_drive=2
|
||||||
|
|
||||||
% if node.os == 'debian':
|
% if node.os == 'debian':
|
||||||
arm_64bit=1
|
arm_64bit=1
|
||||||
|
|
Loading…
Reference in a new issue