diff --git a/build-armbian/common-files/rootfs/usr/sbin/armbian-install b/build-armbian/common-files/rootfs/usr/sbin/armbian-install index 60738a2295..ba0d4b939a 100755 --- a/build-armbian/common-files/rootfs/usr/sbin/armbian-install +++ b/build-armbian/common-files/rootfs/usr/sbin/armbian-install @@ -238,6 +238,10 @@ create_partition() { BLANK1="128" # https://github.com/janko888/MBH-M30xA BOOT="513" # M302A/M304A, Compatible with Android 4 and Android 9 firmware BLANK2="720" + elif [[ "${FDTFILE}" == "meson-sm1-skyworth-lb2004-a4091.dtb" ]]; then + BLANK1="108" + BOOT="512" + BLANK2="562" else BLANK1="68" BOOT="256" # S905x3: A total of [ 1120 MiB ] can be used in this block, and the remaining [ 864 MiB ] can be used.