mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-rpi to 6.1.65-3
Update /boot/config.txt
This commit is contained in:
parent
09e7bf52f1
commit
270b50e8a0
2 changed files with 22 additions and 14 deletions
|
@ -10,7 +10,7 @@ _srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_regen=
|
_regen=
|
||||||
pkgver=6.1.65
|
pkgver=6.1.65
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Linux'
|
pkgdesc='Linux'
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
arch=(armv7h aarch64)
|
arch=(armv7h aarch64)
|
||||||
|
@ -39,7 +39,7 @@ md5sums=('bb61562a9944c3e825eced2972f1b32b'
|
||||||
'441ec084c47cddc53e592fb0cbce4edf'
|
'441ec084c47cddc53e592fb0cbce4edf'
|
||||||
'c8f84694321e249492c80149833671d7')
|
'c8f84694321e249492c80149833671d7')
|
||||||
md5sums_armv7h=('2a063e35699f7e0b05f5d92edf230e36'
|
md5sums_armv7h=('2a063e35699f7e0b05f5d92edf230e36'
|
||||||
'a99311daa39248cfc9b6541a0a0a5f09')
|
'0302342da3d17130476a456c171d3594')
|
||||||
md5sums_aarch64=('a4910e70559723ca477bd2e52164ba8d'
|
md5sums_aarch64=('a4910e70559723ca477bd2e52164ba8d'
|
||||||
'7e4403dea857e40005bf76beda9927ff')
|
'7e4403dea857e40005bf76beda9927ff')
|
||||||
|
|
||||||
|
|
|
@ -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
|
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
|
# Automatically load overlays for detected DSI displays
|
||||||
display_auto_detect=1
|
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
|
# Uncomment if hdmi display is not detected and composite is being output
|
||||||
#hdmi_force_hotplug=1
|
#hdmi_force_hotplug=1
|
||||||
|
|
||||||
|
@ -13,17 +28,12 @@ display_auto_detect=1
|
||||||
#dtoverlay=disable-wifi
|
#dtoverlay=disable-wifi
|
||||||
#dtoverlay=disable-bt
|
#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.
|
# Uncomment this to enable infrared communication.
|
||||||
#dtoverlay=gpio-ir,gpio_pin=17
|
#dtoverlay=gpio-ir,gpio_pin=17
|
||||||
#dtoverlay=gpio-ir-tx,gpio_pin=18
|
#dtoverlay=gpio-ir-tx,gpio_pin=18
|
||||||
|
|
||||||
# Automatically load overlays for detected cameras
|
# Run as fast as firmware / board allows
|
||||||
camera_auto_detect=1
|
arm_boost=1
|
||||||
|
|
||||||
[cm4]
|
[cm4]
|
||||||
# Enable host mode on the 2711 built-in XHCI USB controller.
|
# 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.
|
# (e.g. for USB device mode) or if USB support is not required.
|
||||||
otg_mode=1
|
otg_mode=1
|
||||||
|
|
||||||
[pi4]
|
[all]
|
||||||
# Run as fast as firmware / board allows
|
|
||||||
arm_boost=1
|
|
||||||
|
|
Loading…
Reference in a new issue