bundles/raspberrypi: introduce
This commit is contained in:
parent
01364c2c50
commit
5d1e71e83e
5 changed files with 73 additions and 6 deletions
14
bundles/raspberrypi/files/config.txt
Normal file
14
bundles/raspberrypi/files/config.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
disable_overscan=1
|
||||
hdmi_force_hotplug=1
|
||||
dtparam=spi=on
|
||||
dtparam=spi=on
|
||||
dtoverlay=vc4-fkms-v3d
|
||||
max_framebuffers=2
|
||||
|
||||
% if node.os == 'debian':
|
||||
arm_64bit=1
|
||||
% endif
|
||||
|
||||
% for key, value in node.metadata['raspberrypi']['config.txt'].items():
|
||||
${key}=${value}
|
||||
% endfor
|
Loading…
Add table
Add a link
Reference in a new issue