From Fedora Project Wiki
< Architectures | ARM
No edit summary |
|||
Line 17: | Line 17: | ||
! Audio | ! Audio | ||
! Notes | ! Notes | ||
|- | |||
| Arndale | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| style="background:lightgrey;"| | |||
| style="background:lightgrey;"| | |||
| style="background:lightgrey;"| | |||
| {{result|pass}} | |||
| | |||
|- | |||
| Banana Pi | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|fail}} | |||
| {{result|warn}} | |||
| {{result|none}} | |||
| {{result|none}} | |||
| <b>Recommended image:</b> Minimal | |||
WiFi shows up but the signal is poor, results may vary. | |||
|- | |||
| BeagleBoneBlack | |||
| {{result|none}} | |||
| {{result|none}} | |||
| {{result|none}} | |||
| {{result|none}} | |||
| {{result|none}} | |||
| {{result|none}} | |||
| {{result|none}} | |||
| <b>Recommended image:</b> | |||
|- | |||
| BeagleBoneWhite | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| style="background:lightgrey;"| | |||
| style="background:lightgrey;"| | |||
| style="background:lightgrey;"| | |||
| style="background:lightgrey;"| | |||
| <b>Recommended image:</b> Minimal. | |||
To run dnf a swapfile is required. | |||
|- | |||
| Cubietruck | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|warn}} | |||
| {{result|none}} | |||
| {{result|none}} | |||
| <b>Recommended image:</b> Server or Minimal | |||
|- | |||
| Pandaboard | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| {{result|pass}} | |||
| style="background:lightgrey;"| | |||
| style="background:lightgrey;"| | |||
| {{result|none}} | |||
| <b>Recommended image:</b> Xfce or Minimal | |||
|- | |- | ||
| Raspberry Pi 2 | | Raspberry Pi 2 | ||
Line 57: | Line 119: | ||
| {{result|fail}} | | {{result|fail}} | ||
| {{result|fail}} | | {{result|fail}} | ||
| <b>Recommended image:</b> Xfce, Server, Minimal or Fedora IoT Edition. | | <b>Recommended image:</b> Xfce, Server, Minimal or Fedora IoT Edition. | ||
|- | |- | ||
| Jetson TK1 | | Jetson TK1 | ||
Line 90: | Line 131: | ||
| <b>Recommended image:</b> | | <b>Recommended image:</b> | ||
|- | |- | ||
| | | Wandboard Quad | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| style="background:lightgrey;"| | |||
| style="background:lightgrey;"| | |||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
|} | |} |
Revision as of 14:04, 2 November 2021
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 |
---|---|---|---|---|---|---|---|---|
Arndale | ||||||||
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. | |||||||
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 |
---|---|---|---|---|---|---|---|---|
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.
| |||||||
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. | |||||||
Jetson Nano | Recommended image: Workstation or Xfce | |||||||
PineBook Pro | Recommended image: Workstation or Xfce | |||||||
Jetson NX | 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
Common Bugs
For common bugs and issues reported please visit the Fedora Linux 35 Common bugs page.