© 2022 - aleteo.co
Following our efforts to bring elementary OS to the ARM-based Pinebook Pro, we’ve added experimental builds for the ARM-based Raspberry Pi 4 series—including the recently-launched Raspberry Pi 400—to our Early Access program. Like Pinebook Pro builds, Raspberry Pi support is considered an experiment and is not something we have committed to officially support indefinitely. However, if you’re one of the many folks with a Raspberry Pi 4 sitting around and wanted to see how a full, modern desktop operating system runs, elementary OS is now an option!
Personally, I typically use Raspberry Pi 4 as a network device, e.g. a DNS server and for network-attached storage. However, I’ve been using elementary OS builds on it for the past week, and I’m impressed. While it won’t compete experience-wise with a high end desktop, it is a real option for casual computing, development, and writing. In fact, this blog post was written entirely on my Raspberry Pi 4 running elementary OS. It would even be possible to run the same network services on the hardware from within elementary OS just so you get a nice modern GUI when doing any local management.
The release, known as iRaspbian, mimics the look and feel of the Apple Mac OS X operating system. The iRaspbian image is available for the Raspberry Pi, working great on the Raspberry Pi 4. Of course, we'll start the list with Raspberry Pi's own operating system, Raspbian. This OS is a gimme because it was entirely created with Raspberry Pi in mind. The day after announcing Raspberry Pi 4, the Raspberry Pi Foundation recently announced the Raspbian 'Buster' update. This update accommodates the RPi 4's new features, addresses some.
Like with Pinebook Pro, there are some things you should know if you plan to use elementary OS Early Access builds on Raspberry Pi:
Since Ubuntu has released Raspberry Pi images, we are able to rely on that work to ship a supported and updated kernel. Thanks to all of the folks at Canonical and in the Ubuntu community who have worked to make that happen!
elementary OS on Raspberry Pi 4 is not going to match the polished experience of a full modern desktop computer, largely due to our current software stack. GTK3 does not offer GPU-accelerated animations, so animations within apps are less smooth than we would like. Still, for a computer coming in at under $100, it’s impressive and perfectly usable for several tasks.
There are also some things you can do to improve performance. We would definitely recommend using some sort of cooling with your Raspberry Pi, whether that’s a a heatsink and fan (like the recently-announced Raspberry Pi 4 Case Fan), or a passive case like one from Flirc—my favorite for its looks and silence. Since Raspberry Pi 4 tends to throttle due to heat under desktop loads, cooling will help it stay more responsive. We also recommend trying USB3 storage as your boot drive, as it should be faster than a microSD card. Using a 1080p (or lower) resolution also works a fair bit better than trying to push a 1440p or 4K display, but your mileage may vary based on your use case.
We recommend Raspberry Pi 4 or Raspberry Pi 400 with 4 GB RAM at a minimum—but the more, the better. (We don’t even recommend less than 8 GB for computers with much faster CPUs, graphics, and storage.)
Older models of Raspberry Pi (like the original, Raspberry Pi Zero, Raspberry Pi 2 series, and Raspberry Pi 3 series) are not supported; elementary OS requires the faster processor, additional RAM, and 64-bit architecture of the Raspberry Pi 4 series. For older models, we recommend sticking to Raspberry Pi OS or a “headless” OS like Ubuntu Server.
In its current state, we would not consider elementary OS on Raspberry Pi as polished of an experience as running on well-supported AMD- or Intel-based hardware.
That said, the audience for Raspberry Pi leans toward tinkerers and experimenters; as such, we’ve decided to publish our builds under our Early Access builds program. This means dedicated sponsors of elementary OS who wish to run elementary OS on Raspberry Pi can download it from the same place as Early Access builds of elementary OS. As a note, all of this work has been focused on bringing the pre-release of elementary OS 6 to Raspberry Pi, so all the usual disclaimers about pre-release builds apply here as well.
Once you have access to Early Access builds, head over to the elementary OS wiki to get it installed on your own hardware. If you find and file any issues, please remember to specify the build of the OS you downloaded as well as that you are running on Raspberry Pi—it will help us validate and triage issues much more quickly.
Bringing elementary OS to Raspberry Pi was a collaborative effort. Andrew, David Hewitt, and Marius Meisenzahl specifically worked to prototype, improve, and ultimately ship these builds. And of course countless folks across the Raspberry Pi Foundation, Debian, Canonical, Ubuntu, and more have worked for years on making the underlying system work well for us to build on.
RetroPie, starting from the version 4.6, can be installed on Raspberry Pi 4.
In this note i will show how to download the latest image of RetroPie and how to install it on Raspberry Pi 4 using Raspberry Pi’s Imager in Windows, MacOS and Linux.
Additionally, i will show how to burn the RetroPie’s image on a microSD card using the dd
command from the Linux command line.
Cool Tip: How to find the Raspberry Pi’s IP on network! Read more →
Download an archive with the latest official image of RetroPie for Raspberry Pi 4.
Download and install the Raspberry Pi’s official Imager:
Plug an empty microSD card into a computer and use the Imager to install the RetroPie’s image for Raspberry Pi 4 on microSD card.
For this, in “Operating System” choose “Use custom” and select the retropie-buster-X.X-rpi4.img.gz
archive that you have downloaded previously.
Select an “SD Card” and click on “Write”.
Once the Imager has finished the installation of the RetroPie, you can eject the microSD card and plug it into your Raspberry Pi 4.
Cool Tip: How to enable SSH on Raspberry Pi without monitor! Read more →
Alternatively, Linux users can install the RetroPie’s image on a microSD card from the command line using dd
command.
Download an archive with the latest official image of RetroPie for Raspberry Pi 4:
Extract the downloaded archive:
Execute the lsblk
command to identify the microSD card:
Unmount the microSD if it is mounted:
Copy the RetroPie’s image to the microSD card using dd
command:
Once the dd
command has finished to copy the image, you can eject the microSD card with the RetroPie and plug it into your Raspberry Pi 4.
Cool Tip: Shutdown & reboot Raspberry Pi safely! Read more →