Insert the flashed media into your SBC, connect an Ethernet cable (or monitor/keyboard), and power it on. On the first boot, Armbian performs an automated setup:
Connect an Ethernet cable (or prepare to use Wi-Fi) and power on the device.
Do not simply copy the downloaded file to your storage card. You must use dedicated flashing software to write the image bit-by-bit. Recommended open-source tools include: (Cross-platform) Rufus (Windows) Raspberry Pi Imager (Cross-platform) 3. Flash the Medium armbian iso
The reason there is no "Armbian ISO" comes down to how computers boot.
Instead of manually editing text files in the terminal, Armbian includes a centralized, text-based configuration menu. By typing sudo armbian-config , users can easily manage Wi-Fi, toggle hardware interfaces (SPI, I2C, UART), freeze kernel updates, and install standard software stacks with one click. Understanding Armbian Build Variants Insert the flashed media into your SBC, connect
Armbian maintains its own kernel branches. While official Debian kernels are often "vanilla," Armbian kernels are heavily patched to support the specific hardware found on SBCs—Wi-Fi chips, GPIO headers, GPU acceleration, and power management. The ISO ensures that the correct kernel version (Legacy, Current, or Edge) is baked into the image.
But if you search the Armbian website for an ISO, you’ll come up empty-handed. You’ll find .img.xz files instead. So, what gives? Let’s clear up the confusion and show you how to get Armbian running on your board today. You must use dedicated flashing software to write
Navigate to the official Armbian download page. Select Your Board: Search for your specific board. Choose Branch: Stable: Best for production, daily drivers, and stability.
Armbian is optimized for SBC servers and edge devices, offering board-specific tuning that generic distributions cannot match. It delivers stable or current kernel branches, allowing users to choose between maximum stability and access to the latest features.