Currently, the Armbian system can run normally on yy3568, yy3588, and youyeetoo R1. This document uses youyeetoo R1 as an example to introduce how to use the Armbian system.
Do NOT hot-swap the SD card during the system building process!!!
Currently, flashing the Armbian system to eMMC is not supported. The system can only be flashed to a TF card and then boot from the TF card.
Armbian Imager is used to write the Armbian image to the TF card, packaging it into a form that can be booted by simply inserting the TF card into the board.
Armbian Imager Official Download
Armbian Imager Baidu Netdisk Download
Armbian Imager Official Network Disk Download
Installation process omitted.
The Armbian system is not a completely new distribution built from scratch, but is based on mature Debian or Ubuntu systems, with the addition of armbian-config and some extra features and optimizations.
Armbian images are divided into 4 kernel version categories: edge, current, vendor, and legacy.
Simply put, vendor and current kernel versions are generally recommended. The vendor kernel is more stable with the best hardware compatibility; the current kernel version is more recent with more modern features, but may not be compatible with older hardware.
For images built based on Ubuntu systems, there are two versions: GNOME and KDE. Actual testing shows that only GNOME has a desktop environment, while KDE only has a command-line interface.
Images can be downloaded from the Armbian official website or in Armbian Imager, but the speed is relatively slow. Here are the download links:
To accommodate users with network issues, the following download links are provided:
After downloading, you will get an xxx.img.xz file that can be imported directly into Armbian Imager, or you can extract the xxx.img file from it and then import it into Armbian Imager. Extracting first before importing will be faster.
This document mainly demonstrates building the system through custom images. You can also search for youyeetoo through the search box at the top of Armbian Imager and build the system according to the prompts. This method may have network issues. The specific operations are shown in the following image:

Below shows using a custom image to build the system, with the same effect.

Then import the image. Here the file has been extracted from the xz archive in advance. You can also import the xz archive directly without extracting, but the speed will be slower.

Insert and select the storage device. Note to check if the information on the left corresponds.

After selecting the storage device, it will jump to the following page. If there is important information, please back it up in advance. This process will clear all data on the storage device. After ensuring there is no important data, click Erase and Flash.

After the build is complete, remove the card reader.


Connect the board to the computer, power on to enter loader mode (specific operations see references), and open the Rockchip development tool (RKDevTool). When the device is recognized as having entered loader mode, click Advanced Functions and then click Erase All. Wait for the progress to complete, then power off.

Insert the TF card into the board, connect the screen, and power on to boot the Armbian system. Afterward, you will first enter the configuration page. This process will configure the root user's password, create a regular user, and configure the network, time zone, and language. After configuration is complete, you can use the Armbian system.