Line 160: | Line 160: | ||
! Notes | ! Notes | ||
|- | |- | ||
| | | Jetson Nano | ||
| {{result|none}} | |||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| | | style="background:lightgrey;"| | ||
| style="background:lightgrey;"| | |||
| {{result|pass}} | | {{result|pass}} | ||
|<b>Recommended image:</b> Workstation or Xfce</br> | |||
| <b>Recommended image:</b> | |||
|- | |- | ||
| | | Jetson NX | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| | | style="background:lightgrey;"| | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| style="background:lightgrey;"| | | style="background:lightgrey;"| | ||
| | | Installation with PXE or USB. | ||
|- | |- | ||
| Pine 64 Plus | | Pine 64 Plus | ||
Line 202: | Line 190: | ||
| <b>Recommended image:</b> Workstation, Xfce, , Server, Minimal or Fedora IoT Edition. | | <b>Recommended image:</b> Workstation, Xfce, , Server, Minimal or Fedora IoT Edition. | ||
The NIC shows up in Linux but is unable to reliably connect to the network. | The NIC shows up in Linux but is unable to reliably connect to the network. | ||
|- | |- | ||
| PineBook Pro | | PineBook Pro | ||
Line 225: | Line 203: | ||
[https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/ U-Boot installation instructions] | [https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/ U-Boot installation instructions] | ||
|- | |- | ||
| | | Raspberry Pi 3 | ||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}}* | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| <b>Recommended image:</b> Xfce, Server, Minimal or Fedora IoT Edition. | |||
|- | |||
| Raspberry Pi 4 | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | | {{result|pass}} | ||
| <b>Recommended image:</b> 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 | |||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| style="background:lightgrey;"| | | style="background:lightgrey;"| | ||
| | | style="background:lightgrey;"| | ||
| {{result|pass}} | |||
| <b>Recommended image:</b> 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. | |||
|- | |- | ||
|} | |} |
Revision as of 14:11, 2 November 2021
Fedora Linux 35
Kernel: 5.14.10-300.fc35
Uboot : uboot-tools-2021.10-2.fc35
Below is a list of Hardware tested for Fedora 35. If your device is missing, please feel free to update the hardware status below.
ARMv7hl Hardware Status
Hardware | Serial Console | USB | Wired Network | Display | Wi-Fi | Bluetooth | Audio | Notes |
---|---|---|---|---|---|---|---|---|
Arndale | Recommended image: Minimal | |||||||
Banana Pi | Recommended image: Minimal
WiFi shows up but the signal is poor, results may vary. | |||||||
BeagleBoneBlack | Recommended image: | |||||||
BeagleBoneWhite | Recommended image: Minimal.
To run dnf a swapfile is required. Partition 1 needs to be moved forward to write U-boot. | |||||||
Cubietruck | Recommended image: Server or Minimal | |||||||
Pandaboard | Recommended image: Xfce or Minimal | |||||||
Raspberry Pi 2 | Recommended image: Xfce, Server, Minimal or Fedora IoT Edition. | |||||||
Raspberry Pi 3 | Recommended image: Xfce, Server, Minimal or Fedora IoT Edition. | |||||||
Raspberry Pi 4 | Recommended image: Xfce, Server, Minimal or Fedora IoT Edition.
| |||||||
Raspberry Pi 400 | Recommended image: Xfce, Server, Minimal or Fedora IoT Edition. | |||||||
Jetson TK1 | Recommended image: | |||||||
Wandboard Quad | Recommended image: |
- Desktop image requires 'cma=192M' added to kargs
AArch64 Hardware Status
Hardware | Serial Console | USB | Wired Network | Display | Wi-Fi | Bluetooth | Audio | Notes |
---|---|---|---|---|---|---|---|---|
Jetson Nano | Recommended image: Workstation or Xfce | |||||||
Jetson NX | Installation with PXE or USB. | |||||||
Pine 64 Plus | 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. | |||||||
PineBook Pro | Recommended image: Workstation or Xfce | |||||||
Raspberry Pi 3 | Recommended image: Xfce, Server, Minimal or Fedora IoT Edition. | |||||||
Raspberry Pi 4 | Recommended image: Workstation*(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition.
| |||||||
Raspberry Pi 400 | Recommended image: Workstation*(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition.
|
- 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
Common Bugs
For common bugs and issues reported please visit the Fedora Linux 35 Common bugs page.