Skip to content

Commit

Permalink
Add Mecool M8S PRO L
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Mar 12, 2022
1 parent 53568eb commit 1ceb763
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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" "s905l3a" "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" "s912-m8s" "s905d" "s905d-ki" "s905x" "s905w" "s905")
#
# Latest kernel download repository
kernel_repo="https://github.com/ophub/kernel/tree/main/pub"
Expand Down Expand Up @@ -314,6 +314,12 @@ confirm_version() {
MAINLINE_UBOOT=""
ANDROID_UBOOT=""
;;
s912-m8s | s912-m8s-pro)
FDTFILE="meson-gxm-q201.dtb"
UBOOT_OVERLOAD="u-boot-s905x-s912.bin"
MAINLINE_UBOOT=""
ANDROID_UBOOT=""
;;
s922x | belink | belinkpro | ugoos)
FDTFILE="meson-g12b-gtking-pro.dtb"
UBOOT_OVERLOAD="u-boot-gtkingpro.bin"
Expand Down

0 comments on commit 1ceb763

Please sign in to comment.