From Fedora Project Wiki
Line 164: Line 164:
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
|  <b>Recommended image:</b>  Workstation(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition.
|  <b>Recommended image:</b>  Workstation*(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition.
Wayland frequently locks up when using the Workstation Edition. Switching to Xorg is recommended.
*Wayland frequently locks up when using the Workstation Edition. Switching to Xorg is recommended.
|-
|-
| Raspberry Pi 400
| Raspberry Pi 400
Line 175: Line 175:
| style="background:lightgrey;"|
| style="background:lightgrey;"|
| {{result|pass}}
| {{result|pass}}
|  <b>Recommended image:</b>  Workstation(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition.
|  <b>Recommended image:</b>  Workstation*(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition.
Wayland frequently locks up when using the Workstation Edition. Switching to Xorg is recommended.
*Wayland frequently locks up when using the Workstation Edition. Switching to Xorg is recommended.
|-
|-
| Pine 64 Plus
| Pine 64 Plus

Revision as of 02:24, 24 September 2021

Fedora Linux 35 Beta

Kernel: 5.14.0-60.fc35.aarch64

Uboot : uboot-tools-2021.10-0.6.rc4.fc35

ARMv7hl Hardware Status

Hardware Serial Console USB Wired Network Display Wi-Fi Bluetooth Audio Notes
Raspberry Pi 2
none
Pass pass
Pass pass
Pass pass
**
none
Recommended image:
Raspberry Pi 3
none
none
none
none
none
none
none
Recommended image:

Desktop image requires 'cma=192M' added to kargs

Raspberry Pi 4
none
none
none
none
none
none
none
Recommended image:
Raspberry Pi 400
none
none
none
none
none
none
none
Recommended image:
Banana Pi
none
none
none
none
none
none
none
Recommended image:
Wandboard Quad
none
none
none
none
none
Recommended image:
Jetson TK1
none
none
none
none
none
none
none
Recommended image:
Pandaboard
none
none
none
none
none
none
none
Recommended image:
BeagleBoneBlack
none
none
none
none
none
none
none
Recommended image:
BeagleBoneWhite
none
none
none
none
none
none
none
Recommended image: Minimal.

To run dnf a swapfile is required.

Cubietruck
none
none
none
none
none
none
none
Recommended image:

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.
  • Wayland frequently locks up when using the Workstation Edition. Switching to Xorg is recommended.
Raspberry Pi 400
none
Pass pass
Pass pass
Pass pass
Pass pass
Recommended image: Workstation*(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition.
  • Wayland frequently locks up when using the Workstation Edition. Switching to Xorg is recommended.
Pine 64 Plus
Pass pass
Pass pass
Fail fail
Pass pass
none
Recommended image: Workstation, Xfce, or Minimal

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

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

Needs Wifi RPM for wireless. U-Boot installation instructions

Jetson NX
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