Skip to content

1.3 Linux flash Micro SD CARD

In this guide, I'll walk you through the steps to install operating system (server or desktop) on your Smart Pi One. Layout Smart Pi One

1.3.1 Hardware

  • Smart Pi One
  • Micro SD Card (Minimum of 16GB)
  • USB keyboard and mouse
  • Computer display (HDMI)
  • Micro-USB C power supply (5V - 2A or Power delivery )

1.3.2 Download

Go to Official images. Choose the Armbian version you'd like to install (Debian 12 or UBuntu)

1.3.3 Use Etcher to write the Smart Pi One SD Card Image to your microSD card

Download, install, and launch Etcher.

  • Open Etcher and click "Select image".

ether1

  • Choose the operating system image you downloaded.

ether2

  • Click "Select target".

ether3

  • Choose the micro sd and click "Select 1".

ether4

  • Click “Flash!” and wait for the process to complete.

ether5

It will take Etcher about 10 minutes to write and validate the image if your microSD card.

1.3.4 Booting from MicroSD (First Boot)

Insert the microSD card into your Smart Pi One.

Connect your Smart Pi One to a display, keyboard, and mouse (if necessary).

Power on your Smart Pi One.

1.3.5 Initial Setup

Operating system will guide you through the initial setup. Follow the on-screen instructions, including setting a root password and creating a user.

1.3.6 Software Updates

After booting, open a terminal. Run the following commands to update your system:

sudo apt update && sudo apt upgrade

Debian 12 or Ubuntu will download and install the latest updates and patches.

1.3.7 Additional Software

Install additional software or packages you need by running:

psudo apt install [package-name]

Let's go! Operating system is now up and running on your Smart Pi One. You can explore a variety of applications, use it as a server, or engage in some exciting DIY projects.