Skip to content

Commit dad7ea0

Browse files
authored
Merge pull request #2241 from longjuanfeng05/main
Add support for OneCloudPro-V1.2
2 parents d1b31da + ec350d6 commit dad7ea0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build-armbian/armbian-files/common-files/etc/model_database.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
#-------+-------------------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+-------------------------------------------+--------------+------------+-------------+----------------+------------------------------------------+--------------------+----------
107107
211 :Nexbox-A95X-A2 :s912 :meson-gxm-nexbox-a2.dtb :u-boot-p212.bin :NA :NA :2GB-RAM,16GB-ROM,2.4G/5.0G-WiFi,1Gb-Nic :stable :amlogic :meson-gxm :uEnv.txt :sibondt :s912-nexbox-a2 :no
108108
212 :Tanix-TX8-MAX :s912 :meson-gxm-tx8-max.dtb :u-boot-p212.bin :NA :NA :3GB-RAM,16GB/32GB-eMMC,1Gb-Nic :stable :amlogic :meson-gxm :uEnv.txt :Fengke6 :s912-tx8-max :no
109+
213 :OneCloudPro-V1.2 :s912 :meson-gxm-octopus-planet.dtb :u-boot-zyxq.bin :NA :NA :2GB-Mem,1Gb-Nic :stable :amlogic :meson-gxm :uEnv.txt :unifreq :s912 :yes
109110

110111

111112
# Amlogic G12A Family

build-armbian/armbian-files/platform-files/amlogic/rootfs/usr/sbin/armbian-install

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ create_partition() {
360360
BLANK1="117" # After using the ampart to part disk, space after [ 117 MiB ] could be used.
361361
BOOT="512"
362362
BLANK2="0"
363+
elif [[ "${AMLOGIC_SOC}" == "s912" && "${boxid}" -eq "213" ]]; then
364+
BLANK1="700"
365+
BOOT="512"
366+
BLANK2="220"
363367
elif [[ "${AMLOGIC_SOC}" == "s912" || "${AMLOGIC_SOC}" == "s905d" ]]; then
364368
BLANK1="68"
365369
BOOT="512"

0 commit comments

Comments
 (0)