bundlewrap/bundles/raspberrypi/files/config.txt
Franzi 07dcb813f3
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/raspberrypi: add options for camera and gpu_mem
2020-10-18 19:51:52 +02:00

23 lines
419 B
Plaintext

disable_overscan=1
hdmi_force_hotplug=1
dtparam=spi=on
dtparam=audio=on
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
hdmi_drive=2
force_turbo=1
gpu_mem=${node.metadata['raspberrypi'].get('gpu_mem', 128)}
% if node.os == 'debian':
arm_64bit=1
% endif
% for item in sorted(node.metadata['raspberrypi'].get('config.txt', set())):
${item}
% endfor
% if node.metadata['raspberrypi'].get('camera', False):
start_x=1
% endif