PolarSPARC

Using Raspberry Pi Imager


Bhaskar S 01/16/2026


Overview

Raspberry Pi is a very popular Single Board Computer (SBC) that can be used for a range of purposes, including Internet of Things (IoT) projects as well as general computing experiments.

In this article, we will show step-by-step how one can install the official Raspberry Pi OS (Debian Linux) on the Raspberry Pi SBC.


Raspberry Pi OS Setup

If one is using older versions of the Raspberry Pi SBC (upto Raspberry Pi 1 through 4), one can only use a MicroSD card as the boot device. However, with Raspberry Pi 5, one can also use an NVMe SSD (using an M.2 HAT) as the boot device.

In this article, we will look at the following THREE cases:

In order to flash the Raspberry Pi OS on the supported boot device, one can make use of a Ubuntu 24.04 LTS based Linux desktop to install the imager utility by executing the following command in a terminal window:


$ sudo apt install rpi-imager -y


To launch the Raspberry Pi Imager utility, execute the following command in a terminal window:


$ sudo rpi-imager


This completes the Raspberry Pi OS install on the chosen boot device !!!



© PolarSPARC