DEV Community

Aris Kurniawan
Aris Kurniawan

Posted on

Home Labs #1: Install Raspberry Pi OS Lite (64-bit) on Raspberry

Want to set up a headless server or lightweight IoT project using Raspberry Pi?

This guide walks you through installing the 64-bit Lite version of Raspberry Pi OS on a Raspberry Pi 3 Model B+.


๐Ÿงฐ 1. Download Raspberry Pi Imager

๐Ÿ‘‰ https://www.raspberrypi.com/software/

Choose the installer based on your OS:

  • Windows โ†’ .exe
  • macOS โ†’ .dmg
  • Linux โ†’ .deb / .rpm

Install it as usual.


๐Ÿ’พ 2. Prepare microSD Card & Raspberry Pi

  • Use at least an 8GB microSD (Recommended: 16GB or more).
  • In this tutorial, I use a 32GB microSD.
  • Make sure you have a microSD card reader ready.

๐Ÿš€ 3. Launch Raspberry Pi Imager

  • Insert the microSD card into your computer.
  • Open Raspberry Pi Imager.


๐Ÿง  4. Choose OS

  1. Click "Choose OS"
  2. Select: Raspberry Pi OS (Other) โ†’ Raspberry Pi OS Lite (64-bit)

โš ๏ธ "Lite" means no desktop environment โ€” it's CLI only!


๐Ÿ’ฝ 5. Choose Storage

  • Click "Choose Storage"
  • Select your microSD card

โš™๏ธ 6. Configure Settings (Optional but Recommended)

Click the gear icon โš™๏ธ at the bottom right to set:

  • โœ… Enable SSH
  • ๐Ÿ‘ค Set username and password
  • ๐Ÿ“ถ Enter your WiFi SSID and password
  • ๐ŸŒ Set Locale, Timezone, and Keyboard layout

๐Ÿ“ These settings will apply automatically when you boot. No manual config needed!


๐Ÿ“ฅ 7. Flash the OS

  • Click Write
  • Wait for the process to complete
  • Eject the microSD card safely

๐Ÿงพ 8. Boot Your Raspberry Pi

  1. Insert the microSD card into your Raspberry Pi
  2. Power it up and wait for it to boot
  3. Login using terminal or SSH (if enabled)
Username: pi
Password: [your password]
Enter fullscreen mode Exit fullscreen mode

๐Ÿ”— Next Up: Home Labs #2: Setup Raspberry Pi with Cloudflare Zero Trust (Managed Tunnel)

Top comments (0)