rootfsinstall.sh: rpi: always create /boot/config.txt; set kms overlay on all models

This commit is contained in:
Silvan Calarco 2022-06-25 12:41:16 +02:00
parent ea5ccf82a5
commit e432b66050

View File

@ -591,7 +591,6 @@ splash\
$CMDLINE_ADD" > $BOOTMP/cmdline.txt
# Create the kernel configuration file
[ ! -e $ROOTMP/boot/config.txt ] && \
echo "\
[pi1]
arm_freq=800
@ -608,8 +607,8 @@ gpu_mem=128
#arm_freq=2000
#gpu_freq=750
gpu_mem=256
dtoverlay=vc4-fkms-v3d
[all]
dtoverlay=vc4-fkms-v3d
start_x=1
framebuffer_depth=32
framebuffer_ignore_alpha=1