diff --git a/build-armbian/common-files/files/usr/sbin/armbian-install b/build-armbian/common-files/files/usr/sbin/armbian-install index 1567d27115..a69b2b033d 100755 --- a/build-armbian/common-files/files/usr/sbin/armbian-install +++ b/build-armbian/common-files/files/usr/sbin/armbian-install @@ -89,6 +89,7 @@ AMLOGIC_MODEL_LIST=" 23:Tanix-TX92:s912:meson-gxm-octopus-planet.dtb:u-boot-zyxq.bin:NA:NA:3GB DDR4 32GB eMMC,1.5GHz,5G WIFI,1Gb Nic 24:VORKE-Z6-Plus:s912:meson-gxm-octopus-planet.dtb:u-boot-zyxq.bin:NA:NA:3GB DDR3 32GB eMMC5.0,1.5Ghz,TF CARD Support 1~32GB,1Gb Nic 25:T95Z Plus:s912:meson-gxm-t95z-plus.dtb:u-boot-s905x-s912.bin:NA:NA:3G+32G,Octa-Core,2.4/5.8G Dual-Band Wi-Fi/1Gb LAN 64Bit BT4.0 +26:MECOOL M8S Pro L:s912:meson-gxm-q201.dtb:u-boot-s905x-s912.bin:NA:NA:2G RAM,3G RAM,16G ROM,32G ROM,WiFi Chip: QCA9377,100M Nic # Amlogic G12A Family 31:X96 Max 4GB:s905x2:meson-g12a-x96-max.dtb:u-boot-x96max.bin:/usr/lib/u-boot/x96max-u-boot.bin.sd.bin:NA:4C@1908Mhz,4GB Mem,1Gb Nic diff --git a/rebuild b/rebuild index c037de1a35..4a2b5f5b2d 100755 --- a/rebuild +++ b/rebuild @@ -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" @@ -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"