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)