Created
August 17, 2024 09:44
-
-
Save indraAsLesmana/926ae88cca5f1a8f60230e9544691f51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Armbian bookworm on S905x4 | AX810 tvbox | |
1. flash img to SDcard with BalenaAtcher | |
2. unplug sdcard, and plug again to laptop to show drive name "BOOT" | |
3. edit enEnv.ext from FDT=/dtb/amlogic/meson-gxl-s905x-b860h.dtb to FDT=/dtb/amlogic/meson-sc2-s905x4-akari-ax810.dtb | |
4. edit extlinux.conf.bak to "fdt /dtb/amlogic/meson-sc2-s905x4-akari-ax810.dtb" | |
5. delete u-boot.ext | |
6. insert SDcard to tvbox. | |
post install: | |
login with ssh: | |
ssh root@[ip] | |
password: 1234 | |
after finishing the setup. | |
run "armbian-tf" command to expand SDcard size to max. from 4GB. | |
run "armbian-update" form update armbian to latest. | |
note: | |
if it first install armbian. u need push reset button before plug power adaptor. to be able BOOT | |
from SDcard. | |
next time it will automaticly boot from SDcard, if SDcard contain bootloader. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment