Line 208: | Line 208: | ||
| [https://fedora.roving-it.com/brcm-pinebookpro-0.0-1.noarch.rpm Needs Wifi RPM for wireless]. | | [https://fedora.roving-it.com/brcm-pinebookpro-0.0-1.noarch.rpm Needs Wifi RPM for wireless]. | ||
Recommended image: Workstation or Xfce | Recommended image: Workstation or Xfce | ||
[https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/ U-Boot installation instructions] | |||
|- | |- | ||
| Jetson NX | | Jetson NX |
Revision as of 01:34, 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 | ||||||||
Raspberry Pi 3 | ||||||||
Raspberry Pi 4 | ||||||||
Raspberry Pi 400 | ||||||||
Banana Pi | ||||||||
Wandboard Quad | ||||||||
Jetson TK1 | ||||||||
Pandaboard | ||||||||
BeagleBoneBlack | ||||||||
BeagleBoneWhite | To run dnf a swapfile is required. | |||||||
Cubietruck |
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 | Wayland frequently locks up when using the Workstation Edition. Switching to Xorg is recommended.
Recommended image: Workstation(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition. | |||||||
Raspberry Pi 400 | Wayland frequently locks up when using the Workstation Edition. Switching to Xorg is recommended.
Recommended image: Workstation(using Xorg), Xfce, Server, Minimal or Fedora IoT Edition. | |||||||
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 | Needs Wifi RPM for wireless.
Recommended image: Workstation or Xfce U-Boot installation instructions | |||||||
Jetson NX | Install 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. It never seems to be up to date when you need it anyway:
systemctl disable dnf-makecache; systemctl mask dnf-makecache