Debian bookworm S905x4 installation guide.
img: https://1024terabox.com/s/1KQzrrwfl9D6ankBS2ckEMw
Follow the steps below to install and configure Armbian on your TV box:
- Flash the image to the SD card using BalenaEtcher.
- Unplug the SD card and plug it back into your laptop. Look for the drive named "BOOT".
- Edit
enEnv.ext
in the "BOOT" drive and changeFDT=/dtb/amlogic/meson-gxl-s905x-b860h.dtb
toFDT=/dtb/amlogic/meson-sc2-s905x4-akari-ax810.dtb
. - Edit
extlinux.conf.bak
in the "BOOT" drive and changefdt /dtb/amlogic/meson-gxl-s905x-b860h.dtb
tofdt /dtb/amlogic/meson-sc2-s905x4-akari-ax810.dtb
. - Delete
u-boot.ext
from the "BOOT" drive. - Insert the SD card into the TV box.
- Log in via SSH:
- Username:
root
- Password:
1234
- Username:
- After completing the setup, run the
armbian-tf
command to expand the SD card size to its maximum capacity (from 4GB).
- If this is your first installation of Armbian, you must push the reset button before plugging in the power adapter to enable booting from the SD card.
- The TV box will automatically boot from the SD card in subsequent starts if the SD card contains the bootloader.
- this image expected to running on all S905x4 tv box with no guarantee
- Credit to : https://dbai.team
where is link to dtb and image?