rootfsinstall.sh: rpi: always create /boot/config.txt; set kms overlay on all models
This commit is contained in:
parent
ea5ccf82a5
commit
e432b66050
@ -591,7 +591,6 @@ splash\
|
|||||||
$CMDLINE_ADD" > $BOOTMP/cmdline.txt
|
$CMDLINE_ADD" > $BOOTMP/cmdline.txt
|
||||||
|
|
||||||
# Create the kernel configuration file
|
# Create the kernel configuration file
|
||||||
[ ! -e $ROOTMP/boot/config.txt ] && \
|
|
||||||
echo "\
|
echo "\
|
||||||
[pi1]
|
[pi1]
|
||||||
arm_freq=800
|
arm_freq=800
|
||||||
@ -608,8 +607,8 @@ gpu_mem=128
|
|||||||
#arm_freq=2000
|
#arm_freq=2000
|
||||||
#gpu_freq=750
|
#gpu_freq=750
|
||||||
gpu_mem=256
|
gpu_mem=256
|
||||||
dtoverlay=vc4-fkms-v3d
|
|
||||||
[all]
|
[all]
|
||||||
|
dtoverlay=vc4-fkms-v3d
|
||||||
start_x=1
|
start_x=1
|
||||||
framebuffer_depth=32
|
framebuffer_depth=32
|
||||||
framebuffer_ignore_alpha=1
|
framebuffer_ignore_alpha=1
|
||||||
|
Loading…
Reference in New Issue
Block a user