No edit summary |
|||
Line 3: | Line 3: | ||
<br>Uboot : uboot-tools-2021.10-2.fc35 | <br>Uboot : uboot-tools-2021.10-2.fc35 | ||
=== Hardware Status === | |||
Below is a list of Hardware tested for Fedora 35. If your device is missing, please feel free to update the hardware status below. | Below is a list of Hardware tested for Fedora 35. If your device is missing, please feel free to update the hardware status below. | ||
<div style="background-color: green; text-align: center; border-style: solid; border-width: thin"> | <div style="background-color: green; text-align: center; border-style: solid; border-width: thin"> | ||
==== ARMv7hl | ==== ARMv7hl ==== | ||
</div> | </div> | ||
{| class="wikitable" border="1" width=100% | {| class="wikitable" border="1" width=100% | ||
Line 147: | Line 148: | ||
<div style="background-color: pink; text-align: center; border-style: solid; border-width: thin"> | <div style="background-color: pink; text-align: center; border-style: solid; border-width: thin"> | ||
==== AArch64 | ==== AArch64 ==== | ||
</div> | </div> | ||
{| class="wikitable" border="1" width=100% | {| class="wikitable" border="1" width=100% |
Revision as of 14:33, 2 November 2021
Fedora Linux 35
Kernel: 5.14.10-300.fc35
Uboot : uboot-tools-2021.10-2.fc35
Hardware Status
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 | 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: Xfce or Minimal. |
- Desktop image requires 'cma=192M' added to kargs
AArch64
Hardware | Serial Console | USB | Wired Network | Display | Wi-Fi | Bluetooth | Audio | Notes |
---|---|---|---|---|---|---|---|---|
Jetson Nano | Recommended image: Workstation or Xfce | |||||||
Jetson NX | Recommended image: 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.
|
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 in Fedora Linux 35, please visit the Common bugs page.