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 95054f8 commit f3b84ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-armbian/common-files/files/usr/sbin/armbian-install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 f3b84ec

Please sign in to comment.