Skip to content

Commit

Permalink
rebuild add s905l3a for e900v22c
Browse files Browse the repository at this point in the history
  • Loading branch information
Calmact committed Mar 1, 2022
1 parent 326c804 commit 676e93a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tmp_aml_image="${tmp_dir}/tmp_aml_image"
os_release_file="etc/os-release" # Get armbian ${VERSION_CODENAME}: such as [ focal ]
armbian_release_file="etc/armbian-release" # Set banner's ${BOARD_NAME}: such as [ s905x3 ]
ophub_release_file="etc/ophub-release" # Add custom armbian firmware information
build_armbian=("a311d" "s922x" "s922x-n2" "s922x-reva" "s905x3" "s905x2" "s905x2-km3" "s912" "s912-t95z" "s905d" "s905d-ki" "s905x" "s905w" "s905")
build_armbian=("a311d" "s922x" "s922x-n2" "s922x-reva" "s905x3" "s905x2" "s905l3a" "s905x2-km3" "s912" "s912-t95z" "s905d" "s905d-ki" "s905x" "s905w" "s905")
#
# Latest kernel download repository
kernel_repo="https://github.com/ophub/kernel/tree/main/pub"
Expand Down Expand Up @@ -257,6 +257,13 @@ confirm_version() {
MAINLINE_UBOOT="x96max-u-boot.bin.sd.bin"
ANDROID_UBOOT=""
;;
s905l3a)
FDTFILE="meson-g12a-u200.dtb"
UBOOT_OVERLOAD="u-boot-u200.bin"
MAINLINE_UBOOT="x96max-u-boot.bin.sd.bin"
ANDROID_UBOOT=""
AMLOGIC_SOC="s905l3a"
;;
s905x2-km3)
FDTFILE="meson-g12a-sei510.dtb"
UBOOT_OVERLOAD="u-boot-x96max.bin"
Expand Down

0 comments on commit 676e93a

Please sign in to comment.