core/linux-rpi to 6.1.65-3

Update /boot/config.txt
This commit is contained in:
graysky 2023-12-06 15:35:13 -05:00
parent 09e7bf52f1
commit 270b50e8a0
2 changed files with 22 additions and 14 deletions

View file

@ -10,7 +10,7 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_regen=
pkgver=6.1.65
pkgrel=2
pkgrel=3
pkgdesc='Linux'
url="http://www.kernel.org/"
arch=(armv7h aarch64)
@ -39,7 +39,7 @@ md5sums=('bb61562a9944c3e825eced2972f1b32b'
'441ec084c47cddc53e592fb0cbce4edf'
'c8f84694321e249492c80149833671d7')
md5sums_armv7h=('2a063e35699f7e0b05f5d92edf230e36'
'a99311daa39248cfc9b6541a0a0a5f09')
'0302342da3d17130476a456c171d3594')
md5sums_aarch64=('a4910e70559723ca477bd2e52164ba8d'
'7e4403dea857e40005bf76beda9927ff')

View file

@ -1,11 +1,26 @@
# See /boot/overlays/README for all available options
# For more options and information see:
# http://rptl.io/configtxt
dtoverlay=vc4-kms-v3d
initramfs initramfs-linux.img followkernel
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# Additional overlays and parameters are documented
# /boot/firmware/overlays/README
# Automatically load overlays for detected cameras
camera_auto_detect=1
# Automatically load overlays for detected DSI displays
display_auto_detect=1
# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d
max_framebuffers=2
# Uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
@ -13,17 +28,12 @@ display_auto_detect=1
#dtoverlay=disable-wifi
#dtoverlay=disable-bt
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
# Automatically load overlays for detected cameras
camera_auto_detect=1
# Run as fast as firmware / board allows
arm_boost=1
[cm4]
# Enable host mode on the 2711 built-in XHCI USB controller.
@ -31,6 +41,4 @@ camera_auto_detect=1
# (e.g. for USB device mode) or if USB support is not required.
otg_mode=1
[pi4]
# Run as fast as firmware / board allows
arm_boost=1
[all]