No edit summary |
|||
Line 25: | Line 25: | ||
| style="background:lightgrey;"| | | style="background:lightgrey;"| | ||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
| Raspberry Pi 3 | | Raspberry Pi 3 | ||
Line 35: | Line 35: | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
| Raspberry Pi 4 | | Raspberry Pi 4 | ||
Line 45: | Line 45: | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
| Raspberry Pi 400 | | Raspberry Pi 400 | ||
Line 55: | Line 55: | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
| Banana Pi | | Banana Pi | ||
Line 65: | Line 65: | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
| Wandboard Quad | | Wandboard Quad | ||
Line 75: | Line 75: | ||
| style="background:lightgrey;"| | | style="background:lightgrey;"| | ||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
| Jetson TK1 | | Jetson TK1 | ||
Line 85: | Line 85: | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
| Pandaboard | | Pandaboard | ||
Line 95: | Line 95: | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
| BeagleBoneBlack | | BeagleBoneBlack | ||
Line 105: | Line 105: | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
| BeagleBoneWhite | | BeagleBoneWhite | ||
Line 115: | Line 115: | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| To run dnf a swapfile is required. | | <b>Recommended image:</b> | ||
To run dnf a swapfile is required. | |||
|- | |- | ||
| Cubietruck | | Cubietruck | ||
Line 125: | Line 126: | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| | | <b>Recommended image:</b> | ||
|- | |- | ||
|} | |} |
Revision as of 02:04, 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 | Recommended image: | |||||||
Raspberry Pi 3 | Recommended image: | |||||||
Raspberry Pi 4 | Recommended image: | |||||||
Raspberry Pi 400 | Recommended image: | |||||||
Banana Pi | Recommended image: | |||||||
Wandboard Quad | Recommended image: | |||||||
Jetson TK1 | Recommended image: | |||||||
Pandaboard | Recommended image: | |||||||
BeagleBoneBlack | Recommended image: | |||||||
BeagleBoneWhite | Recommended image:
To run dnf a swapfile is required. | |||||||
Cubietruck | Recommended image: |
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.
Desktop image requires 'cma=192M' added to kargs | |||||||
Raspberry Pi 4 | 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 | 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 | Recommended image: Workstation, Xfce, or Minimal
The NIC shows up in Linux but is unable to reliably connect to the network. | |||||||
Jetson Nano | Recommended image: Minimal. | |||||||
PineBook Pro | Recommended image: Workstation or Xfce Needs Wifi RPM for wireless. U-Boot installation instructions | |||||||
Jetson NX | Installation with PXE or USB. |
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