dwrobel/kernel-rpi
Project ID: 30202
Description
For more information see: Fedora on Raspberry Pi with downstream kernel.
See also: testing downstream kernel version.
Installation Instructions
When switching to kernel >=6.1.58 causes any regression (e.g. CPU freeze) then please consider replacing in the /boot/config.txt
file the [pi4]
section with the following content:
# 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
# Allows the default turbo-mode clock to be increased from 1.5GHz to 1.8GHz
# Based on https://www.raspberrypi.com/documentation/computers/config_txt.html#arm_boost-raspberry-pi-4-only
arm_boost=1
disable_overscan=1
Note: F39 images will contain above by default.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (141)* | EPEL 8 (134 downloads) |
![]() |
aarch64 (8479)*, armhfp (353)* | Fedora 36 (0 downloads) |
![]() |
aarch64 (3173)* | Fedora 37 (60 downloads) |
![]() |
aarch64 (2241)* | Fedora 38 (38 downloads) |
![]() |
aarch64 (313)* | Fedora 39 (11 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
#> dnf copr enable dwrobel/kernel-rpi
More info about enabling Copr repositories