Things You Will Need
- A microSD card at least 8 GB
Downloads and Flashing to MicroSD
- Download Armbian Download
- Download u-boot Download
- Download Balena Etcher Download
- Run Balena Etcher
- Burn Armbian image to microSD card
- Safely remove microSD and re-insert
- Ignore/close the Windows dialogs to format the inserted microSD card
- Burn u-boot image to microSD card
- Safely remove microSD and re-insert
- Ignore/close the Windows dialogs to format the inserted microSD card
Configure MicroSD Card for Armbian
- Open the readable partition of the microSD card in Explorer
-
Edit uEnv.txt in a text editor
- Comment out rk-3399 lines by adding #
-
Uncomment aw h6 lines by removing #
# aw h6
FDT=/dtb/allwinner/sun50i-h6-tanix-tx6.dtb
#APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyS0,115200 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 mem=2048M video=HDMI-A-1:e
APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyS0,115200 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0Save - Save
- Close
-
Rename the following files, adding .orig to the filename
Rename boot.cmd to boot.cmd.orig
Rename boot.scr to boot.scr.orig
Rename boot-emmc.cmd to boot-emmc.cmd.orig
Rename boot-emmc.scr to boot-emmc.scr.orig -
Rename the following .aw files, removing the .aw extension
Rename boot.cmd.aw to boot.cmd
Rename boot.scr.aw to boot.scr
Rename boot-emmc.cmd.aw to boot-emmc.cmd
Rename boot-emmc.scr.aw to boot-emmc.scr - Safely remove microSD
- Insert microSD card to Android TV box
Booting to Armbian for the First Time
- Plug the power adapter into the Android TV box
- You should see the Armbian terminal running startup scripts
- When prompted, login with username: root password: 1234
- Input a new root password
- Confirm the new root password
- When prompted, input a username
- Input a password for the new user
- Confirm the password for the new user
- Follow any additional the prompts
- Armbian will boot into the desktop environment
Special thanks to the developers and forum members over at Armbian.com for making this possible