Fedora 25 Beta Linux distro now available for Raspberry Pi -- here's how to install it

RaspberryPiFedora

The Raspberry Pi computers are extremely popular. It isn't hard to see why people like them -- they are small, inexpensive, and very useful for various projects. While they are arguably under-powered for use as, say, a full-time workstation, the diminutive machines aren't really meant for that.

If you do want to use it as a workstation, however, I have good news. Fedora 25 Beta Workstation is now available for both the Raspberry Pi 2 and Raspberry Pi 3. In addition to the Workstation image, Fedora 25 Beta Server is available too. Owners of ARMv6-powered Pi models, such as the Pi Zero, are out of luck, as the operating system will not be made available for them.

"So support for the Raspberry Pi in Fedora has been a long time coming and yes, it's FINALLY here with support landing just in time for Beta! The most asked question I’ve had for a number of years is around support of the Raspberry Pi. It’s also something I've been working towards for a very long time on my own time. The eagle-eye watchers would have noticed we almost got there with Fedora 24, but I got pipped at the post because I felt it wasn't quite good enough yet. There were too many minor issues around ease of use", says Peter Robinson, Fedora engineering team.

Robinson also says, "we support everything you'd expect from a device supported by Fedora. We have a proper Fedora supported upstream userspace and kernel, with all the standard Fedora features like SELinux support. It receives the usual array of updates so no need to exclude kernel updates! The kernel supports all the drivers you'd expect, like various USB WiFi dongles, etc. You can run whichever desktop you like or Docker/Kubernetes/Ceph/Gluster as a group of devices -- albeit it slowly over a single shared USB bus".

You can download the Workstation image here. To install it, you must write it to a properly formatted storage card (see here). To do so, please use the command below. You will obviously need to change '/dev/XXX' to match the location of your card.

xzcat Fedora-Workstation-armhfp-25_Beta-1.1-sda.raw.xz | sudo dd status=progress bs=4M of=/dev/XXX

If you instead want to download the Fedora 25 Beta Server image, that is here. It can be written to the card using the command below. Again, be sure to alter the command to match your card.

xzcat Fedora-Server-armhfp-25_Beta-1.1-sda.raw.xz | sudo dd status=progress bs=4M of=/dev/XXX

While you can use pretty much any micro SD card, the Fedora team suggests using one rated at Class 10 for optimal performance. In addition, Raspberry Pi 3 owners will may want to get both Bluetooth and Wi-Fi USB dongles if needed, as the integrated radios are not yet functioning. Raspberry Pi 2 does not have these radios, so those owners have always needed the USB dongles.

Are you excited to try Fedora 25 Beta on your Raspberry Pi? Tell me in the comments.

25 Responses to Fedora 25 Beta Linux distro now available for Raspberry Pi -- here's how to install it

© 1998-2024 BetaNews, Inc. All Rights Reserved. Privacy Policy - Cookie Policy.