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 |
---|---|---|
Centos-stream+epel-next 9 | aarch64 (0)* | Centos-stream+epel-next 9 (5 downloads) |
Centos-stream 9 | aarch64 (5)* | Centos-stream 9 (5 downloads) |
EPEL 8 | aarch64 (0)* | EPEL 8 (5 downloads) |
EPEL 9 | aarch64 (56)* | EPEL 9 (21 downloads) |
Fedora 39 | aarch64 (0)* | Fedora 39 (0 downloads) |
Fedora 40 | aarch64 (1)* | Fedora 40 (6 downloads) |
Fedora 41 | aarch64 (0)* | Fedora 41 (6 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable jkolo/kernel-rpi
More info about enabling Copr repositories