File tree 2 files changed +11
-3
lines changed
build-armbian/common-files/rootfs 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 26
26
107:B860H:s905x:meson-gxl-s905x-b860h.dtb:u-boot-p212.bin:NA:NA
27
27
108:TBee:s905x:meson-gxl-s905x-tbee.dtb:u-boot-p212.bin:NA:NA
28
28
109:W95:s905w:meson-gxl-s905w-p281.dtb:u-boot-s905x-s912.bin:NA:NA
29
+ 110:M302A:s905x:meson-gxl-s905l3b-m302a.dtb:u-boot-s905x-s912.bin:NA:NA
29
30
30
31
# Amlogic GXM Family
31
32
201:Octopus Planet:s912:meson-gxm-octopus-planet.dtb:u-boot-zyxq.bin:NA:NA
Original file line number Diff line number Diff line change @@ -223,9 +223,16 @@ create_partition() {
223
223
BOOT=" 512"
224
224
BLANK2=" 220"
225
225
elif [[ " ${AMLOGIC_SOC} " == " s905x" ]]; then
226
- BLANK1=" 700"
227
- BOOT=" 160"
228
- BLANK2=" 0"
226
+ if [[ " ${boxid} " -eq " 110" ]]; then
227
+ # Compatible with Android 4 and Android 9 firmware
228
+ BLANK1=" 128"
229
+ BOOT=" 513"
230
+ BLANK2=" 720"
231
+ else
232
+ BLANK1=" 700"
233
+ BOOT=" 160"
234
+ BLANK2=" 0"
235
+ fi
229
236
elif [[ " ${AMLOGIC_SOC} " == " s905l3a" && " ${boxid} " -eq " 304" ]]; then
230
237
BLANK1=" 570" # e900v22c/d: The first [ 570 MiB ] is not writable.
231
238
BOOT=" 256"
You can’t perform that action at this time.
0 commit comments