Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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