From Fedora Project Wiki

Fedora Linux 35

Kernel: 5.14.10-300.fc35

Uboot : uboot-tools-2021.10-2.fc35

ARMv7hl Hardware Status

Hardware Serial Console USB Wired Network Display Wi-Fi Bluetooth Audio Notes
Raspberry Pi 2
Pass pass
Pass pass
Pass pass
Pass pass
**
Pass pass
Recommended image: Xfce, Server, Minimal or Fedora IoT Edition.
Raspberry Pi 3
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
none
Pass pass
Recommended image: Xfce, Server, Minimal or Fedora IoT Edition.
Raspberry Pi 4
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Fail fail
Fail fail
Recommended image: Xfce, Server, Minimal or Fedora IoT Edition.
  • The Raspberry Pi 4 needs to be limited to 1Gb of RAM to boot the armhfp disk images initially- this also stop USB from work so you will need to SSH to the machine to install the kernel-lpae package. The RAM limitation can then be removed and USB should work.
Raspberry Pi 400
Pass pass
Pass pass
Pass pass
Pass pass
Fail fail
Fail fail
Recommended image: Xfce, Server, Minimal or Fedora IoT Edition.
Banana Pi
Pass pass
Pass pass
Pass pass
Fail fail
Warning warn
none
none
Recommended image: Minimal

WiFi shows up but the signal is poor, results may vary.

Wandboard Quad
none
none
none
none
none
Recommended image:
Jetson TK1
none
none
none
none
none
none
none
Recommended image:
Pandaboard
Pass pass
Pass pass
Pass pass
Pass pass
none
Recommended image: Xfce or Minimal
BeagleBoneBlack
none
none
none
none
none
none
none
Recommended image:
BeagleBoneWhite
Pass pass
Pass pass
Pass pass
Recommended image: Minimal.

To run dnf a swapfile is required.

Cubietruck
Pass pass
Pass pass
Pass pass
Pass pass
Warning warn
none
none
Recommended image: Server or Minimal
** Desktop image requires 'cma=192M' added to kargs 

AArch64 Hardware Status

Hardware Serial Console USB Wired Network Display Wi-Fi Bluetooth Audio Notes
Raspberry Pi 3
Pass pass
Pass pass
Pass pass
Pass pass
**
Pass pass
Pass pass
Pass pass
Recommended image: Xfce, Server, Minimal or Fedora IoT Edition.
Raspberry Pi 4
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Recommended image: Workstation*(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition.
  • GUI frequently locks up when using Wayland on the Workstation Edition. Switching to Xorg is recommended.
Raspberry Pi 400
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Recommended image: Workstation*(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition.
  • GUI frequently locks up when using Wayland on the Workstation Edition. Switching to Xorg is recommended.
Pine 64 Plus
Pass pass
Pass pass
Fail fail
Pass pass
none
Recommended image: Workstation, Xfce, , Server, Minimal or Fedora IoT Edition.

The NIC shows up in Linux but is unable to reliably connect to the network.

Jetson Nano
none
Pass pass
Pass pass
Pass pass
Pass pass
Recommended image: Workstation or Xfce
PineBook Pro
none
Pass pass
Pass pass
Warning warn
Fail fail
Recommended image: Workstation or Xfce

Needed for working WiFi.
U-Boot installation instructions

Jetson NX
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Installation with PXE or USB.


** Desktop images require 'cma=192M' added to kargs

Tips & Tricks

This section includes various tips and tricks used to tweak performance on arm systems.

  • Disable modularity:
  sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/fe*mod*
  • Don’t install weak dependencies:
  echo "install_weak_deps=False" >> /etc/dnf/dnf.conf
  • Disable dnf makecache:
  systemctl disable dnf-makecache; systemctl mask dnf-makecache