Raspberry Pi Imager Makes Flashing OS Images Easier on Windows, macOS and Ubuntu

Most regular readers of this blog will probably find flashing operating system images to a MicroSD card to be child play. Just download the latest OS image, install balenaEtcher, select the image, the MicroSD card and you’re done.

But people who have never used such tools may find it a bit confusing, so the Raspberry Pi Foundation has developer and now released a tool – Raspberry Pi Imager – working on Windows, macOS, and Ubuntu that makes it even easier.

You’ll find the tool for your OS of choice on the Download page on Raspberry Pi website. I’ve given it a try in Ubuntu 18.04. Click on Operating System will bring you a list of the latest supported operating systems, an option to fully erase the MicroSD card, and another to install your own – already downloaded – custom image.

Raspberry Pi Imager OS Selection

I’ve selected Raspbian 2020-02-13, inserted my SD card and selected it.

Select Operating System and SD CardTo get started simply click on the Write button, and here to my surprise it just started to write immediately. That means instead of downloading the image, and then flashing, the utility flashes the image as it receives the data which should save some time.

Raspberry Pi Imager Write

The Raspberry Pi Foundation also explains the utility caches the image, so next time the image does not need to be downloaded again. After a while, the write operation completed successfully.

Raspbian Flashed Successfully

Note there does not seem to be a verification step like in balenaEtcher to make sure there aren’t any issues with the MicroSD card or downloaded file.

Raspberry Pi Imager is based on PiBakery, but is meant to be simpler to use. The latter is for advanced users, and allows you to set the password, configure WiFi, SSH, a VNC server, etc… before flashing the image.

Raspberry Pi Imager is open-source and released under an Apache License. You’ll find the source code on Github. Based on the comments in the announcement post, the utility can also run on a Raspberry Pi board, but at this time, it needs to be compiled from source, and there’s no pre-built binary image for download.

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
16 Comments
oldest
newest
willy
willy
4 years ago

I’ve never been convinced at all by the benefits of such tools which are only frontends to the basic operation of copying an image to a flash. In the days of CD-based installation, linux users would use “dd” to put their floppy images on floppies and dos/windows users would use “rawrite” and nobody would find this complicated at all. As time passed, some started to add some eye-candy stuff on top of this, hiding all the critically important information and starting to scare the users about what they were about to validate by click on the “start” button. Since this… Read more »

willy
willy
4 years ago

And when you see empiric stuff like this in the code, you can be sure it will add its dose of entropy in field:

tkaiser
tkaiser
4 years ago

> such tools which are only frontends to the basic operation of copying an image to a flash Not talking about the tool above but about balenaEtcher now. Etcher is not just ‘copying an image’ but more importantly by default also verifying that the stuff arrived there correctly. If the image has been provided with a checksum it also verifies download integrity. This is the stuff newbies fail with (silent data corruption while downloading and/or flashing) and that’s the reason I only recommend Etcher to anyone. Since it protects you from the most common fails that happen rather often and… Read more »

Bablfish
Bablfish
4 years ago

Hmmm, ya. Balena Etcher phone home software without (full) opt out option. They even know that they are violating laws like the GDPR (see github and statements from balena) and they just give a sh!t. They take your data and don’t even run, they just take it again and again…

tkaiser
tkaiser
4 years ago

Thanks for mentioning this. It pointed me to an interesting alternative: https://github.com/balena-io/etcher/issues/2497#issuecomment-589642836

NoName
4 years ago

Why wouldn’t someone like to use a 500.000 Kilobytes program to write and verify a image file? I guess this usbimager (https://gitlab.com/bztsrc/usbimager) who claims to do the same in 250 Kilobytes is doing black magic! And how does this even work? Without analytics, ads and other bloatware included? How should this work?

Peter
Peter
4 years ago

Well, seems usbimager could be little larger because on my Windows it has corrupted GUI. Nothing major but still.

willy
willy
4 years ago

Or just the good old dd if=/dev/sdb bs=1M count=XXX | sha256sum which continues to work and doesn’t come with countless dependencies.

tkaiser
tkaiser
4 years ago

Sure, if you simply ignore the target audience then this is a great optional step nobody takes since it takes time and is optional. 😉 The target audience (inexperienced SBC users) will find out that there is no dd on Windows, that there are no sdN devices on macOS and most probably they’ve overwritten the wrong disk already in the first step with dd when they wanted to flash an image to an SD card. If you look at this from the ‘Linux expert’ perspective this is something entirely different than looking at it from the ‘support novice SBC users’… Read more »

Willy
4 years ago

I consider there’s way more risks of wiping the wrong device using a magical tool that decides for you which device to use than by listing all the device names, their characteristics and contents and letting you picking the right one. The problem is that such tools aimed at inexperienced people make a business of keeping them inexperienced. Once you understand how that works you don’t need them anymore or you use them for what they provide (such as easy verification) and you don’t panic the first time you land on a machine where you can’t install or use them.

tkaiser
tkaiser
4 years ago

> there does not seem to be a verification step like in balenaEtcher to make sure there aren’t any issues with the MicroSD card or downloaded file

…or the card reader (writer) or the internal USB cabling if USB3 card readers are used on PC’s USB3 front ports.

‘Verify by default’ is what makes balenaEtcher outstanding. Not implementing verify for this target audience is just plain stupid.

tkaiser
tkaiser
4 years ago

> Not implementing verify for this target audience is just plain stupid.

But it turns out it is implemented at the end of the writing process. Just in a way users can skip the verify at any time so guess what those with crappy SD cards where the writing already took ages will do…

boudyka
boudyka
4 years ago

half the battle, was getting it to load !

tkaiser
tkaiser
4 years ago

The tests are modular so they could also throw in another shell script testing for undervoltage easily (problem N°1 of average RPi users not buying their official PSU).

And I really don’t understand why they implement a check for SD card’s performance in an optional way. In Armbian I added this years ago as mandatory check on 1st boot so at least console users get notified that they’re running off an inferior SD card when they start using the device the first time.

theguyuk
theguyuk
4 years ago

In no way is it going to be perfection, but has anyone experimented with the Androiid app Pi SD Card imager, by Mike Redrobe. Does it even work?

Khadas VIM4 SBC