Skip to content

Commit

Permalink
Merge pull request #2241 from longjuanfeng05/main
Browse files Browse the repository at this point in the history
Add support for OneCloudPro-V1.2
  • Loading branch information
ophub authored Apr 15, 2024
2 parents d1b31da + ec350d6 commit dad7ea0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
#-------+-------------------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+-------------------------------------------+--------------+------------+-------------+----------------+------------------------------------------+--------------------+----------
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
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
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


# Amlogic G12A Family
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ create_partition() {
BLANK1="117" # After using the ampart to part disk, space after [ 117 MiB ] could be used.
BOOT="512"
BLANK2="0"
elif [[ "${AMLOGIC_SOC}" == "s912" && "${boxid}" -eq "213" ]]; then
BLANK1="700"
BOOT="512"
BLANK2="220"
elif [[ "${AMLOGIC_SOC}" == "s912" || "${AMLOGIC_SOC}" == "s905d" ]]; then
BLANK1="68"
BOOT="512"
Expand Down

0 comments on commit dad7ea0

Please sign in to comment.