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 |
---|---|---|
EPEL 8 | aarch64 (228)* | EPEL 8 (193 downloads) |
Fedora 38 | aarch64 (2787)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (1310)* | Fedora 39 (69 downloads) |
Fedora 40 | aarch64 (4234)* | Fedora 40 (144 downloads) |
Fedora 41 | aarch64 (420)* | Fedora 41 (46 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable dwrobel/kernel-rpi
More info about enabling Copr repositories