bundlewrap/bundles/raspberrypi/files/config.txt

17 lines
272 B
Plaintext
Raw Normal View History

2020-09-27 14:46:26 +00:00
disable_overscan=1
hdmi_force_hotplug=1
dtparam=spi=on
dtparam=audio=on
2020-09-27 14:46:26 +00:00
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
hdmi_drive=2
force_turbo=1
2020-09-27 14:46:26 +00:00
% if node.os == 'debian':
arm_64bit=1
% endif
2020-09-27 15:18:05 +00:00
% for item in sorted(node.metadata['raspberrypi']['config.txt']):
${item}
2020-09-27 14:46:26 +00:00
% endfor