Skip to content

Commit

Permalink
Add Tencent Aurora 3Pro (s905x3-b) partition table
Browse files Browse the repository at this point in the history
  • Loading branch information
livelier authored Oct 12, 2022
1 parent 85b1757 commit 4ee63d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-armbian/common-files/rootfs/usr/sbin/armbian-install
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ee63d9

Please sign in to comment.