From Fedora Project Wiki
Line 46: | Line 46: | ||
| {{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. | ||
* The Raspberry Pi 4 needs to be limited to 1Gb of RAM to boot the armhfp disk images initially- this also stop USB from work so you will need to SSH to the machine to install the kernel-lpae package. The RAM limitation can then be removed and USB should work. | |||
|- | |- | ||
| Raspberry Pi 400 | | Raspberry Pi 400 |
Revision as of 13:55, 24 September 2021
Fedora Linux 35 Beta
Kernel: 5.14.0-60.fc35
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: 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: | |||||||
Banana Pi | Recommended image: | |||||||
Wandboard Quad | Recommended image: | |||||||
Jetson TK1 | Recommended image: | |||||||
Pandaboard | Recommended image: | |||||||
BeagleBoneBlack | Recommended image: | |||||||
BeagleBoneWhite | Recommended image: Minimal.
To run dnf a swapfile is required. | |||||||
Cubietruck | 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, 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 | |||||||
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