core/linux-rpi-16k: tweaks to config.txt

This commit is contained in:
graysky 2024-11-02 08:08:03 -04:00
parent 5c766bd44d
commit 252bb1ae7b
2 changed files with 15 additions and 3 deletions

View file

@ -33,7 +33,7 @@ source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/li
)
md5sums=('9fd320dc8fef3405f8dd13df77981fbd'
'3bab7426d8c8818dda8353da3892a41f'
'16c484af9f72b9275afcf83a6b8eab36'
'44f69a0637b34eb772980614f9246d01'
'fe4d905672003a0df68cf7b3a966ed44'
'a157c5bfc0f03d0728c92bd953b06265'
'8b93b6ca167f70c60277f352f7b78024'

View file

@ -1,5 +1,7 @@
# For more options and information see:
# http://rptl.io/configtxt
# https://www.raspberrypi.com/documentation/computers/config_txt.html
# Some settings may impact device functionality. See link above for details
initramfs initramfs-linux.img followkernel
@ -9,7 +11,7 @@ initramfs initramfs-linux.img followkernel
#dtparam=spi=on
# Additional overlays and parameters are documented
# /boot/firmware/overlays/README
# /boot/overlays/README
# Automatically load overlays for detected cameras
camera_auto_detect=1
@ -21,6 +23,13 @@ display_auto_detect=1
dtoverlay=vc4-kms-v3d
max_framebuffers=2
# Don't have the firmware create an initial video= setting in cmdline.txt.
# Use the kernel's default instead.
disable_fw_kms_setup=1
# Disable compensation for displays with overscan
disable_overscan=1
# Uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
@ -41,4 +50,7 @@ arm_boost=1
# (e.g. for USB device mode) or if USB support is not required.
otg_mode=1
[cm5]
dtoverlay=dwc2,dr_mode=host
[all]