-
Notifications
You must be signed in to change notification settings - Fork 2k
/
model_database.conf
201 lines (179 loc) · 40 KB
/
model_database.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
#=================================================================================================================================================================
#
# This file is licensed under the terms of the GNU General Public
# License version 2. This program is licensed "as is" without any
# warranty of any kind, whether express or implied.
#
# This file is a part of the Rebuild Armbian
# https://github.com/ophub/amlogic-s9xxx-armbian
#
# Function: Define the list of supported devices
# Copyright (C) 2021- https://github.com/unifreq/openwrt_packit
# Copyright (C) 2021- https://github.com/ophub/amlogic-s9xxx-armbian
#
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
# [ Column 5 ]: called <UBOOT_OVERLOAD> in Amlogic, <TRUST_IMG> in Rockchip, Not used in Allwinner.
# [ 8.KERNEL_BRANCH ] is the directory name of https://github.com/ophub/kernel/tree/main/pub/
# [ rk3588 ] : rk3588/5.10.y : used for Rockchip rk3588 series devices
# [ 6.x.y ] : stable/6.x.y : used for Rockchip rk3399/rk3568 series devices
# [ 5.15.y ] : stable/5.15.y : used for Amlogic series devices without UBOOT_OVERLOAD
# [ 5.10.y ] : stable/5.10.y : used for Allwinner H6 TQC-A01 and other devices
# [ stable ] : stable/* : used for all devices
# When building the Armbian firmware, find [ the first ] configuration information with the [ same BOARD name ] and [ BUILD as yes ]
# In [ armbian-install ], only the list of [ the same FAMILY ] is displayed by default
# Description: https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/build-armbian/documents/amlogic_model_database.md
#
#=================================================================================================================================================================
# Amlogic GXL Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
101 :Phicomm-N1 :s905d :meson-gxl-s905d-phicomm-n1.dtb :u-boot-n1.bin :NA :u-boot-2015-phicomm-n1.bin :stable :amlogic :meson-gxl :uEnv.txt :s905d :yes
102 :Phicomm-N1(DMA-thresh) :s905d :meson-gxl-s905d-phicomm-n1-thresh.dtb :u-boot-n1.bin :NA :u-boot-2015-phicomm-n1.bin :stable :amlogic :meson-gxl :uEnv.txt :s905d :no
103 :HG680P :s905x :meson-gxl-s905x-p212.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905x :yes
104 :TX3-Mini :s905w :meson-gxl-s905w-tx3-mini.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905w :yes
105 :MECOOL-KI-Pro :s905d :meson-gxl-s905d-mecool-ki-pro.dtb :u-boot-p201.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905d-ki :yes
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
106 :T95 :s905x :meson-gxl-s905x-p212.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :extlinux.conf :s905x-t95 :no
107 :B860H :s905x :meson-gxl-s905x-b860h.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905x :no
108 :TBee :s905x :meson-gxl-s905x-tbee.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905x :no
109 :W95 :s905w :meson-gxl-s905w-p281.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905w :no
110 :X96-Mini :s905w :meson-gxl-s905w-x96-mini.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905w :no
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
111 :TX9 :s905x :meson-gxl-s905x-tx9.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905x :no
112 :M302A/M304A :s905l3b :meson-gxl-s905l3b-m302a.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905l3b :yes
113 :MGV2000/MGV3000 :s905l2 :meson-gxl-s905l2-x7-5g.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905l2 :yes
114 :Wojia-TV-IPBS9505 :s905l2 :meson-gxl-s905l2-ipbs9505.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905l2 :no
115 :Q96-mini :s905l-b :meson-gxl-s905x-p212.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905l-b :no
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
116 :CM311-1/HG680-LC/M401A :s905l3 :meson-gxl-s905l2-x7-5g.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905l3 :yes
117 :E900V22E :s905l3b :meson-gxl-s905l3b-e900v22e.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905l3b :no
118 :BesTV-R3300L :s905l-b :meson-gxl-s905x-p212.dtb :u-boot-r3300l.bin :r3300l-u-boot.bin.sd.bin :NA :stable :amlogic :meson-gxl :extlinux.conf :s905lb-r3300l :yes
119 :X96W/FunTV/MXQ-Pro-4K :s905w :meson-gxl-s905w-x96w.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905w :no
# Amlogic GXM Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
201 :Octopus-Planet :s912 :meson-gxm-octopus-planet.dtb :u-boot-zyxq.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912 :yes
202 :Octopus-Planet(FAKE) :s912 :meson-gxm-octopus-planet.dtb :u-boot-zyxq.bin :NA :bl-fake-octopus-planet.bin :stable :amlogic :meson-gxm :uEnv.txt :s912 :no
203 :H96-Pro-Plus :s912 :meson-gxm-octopus-planet.dtb :u-boot-zyxq.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912 :no
204 :Tanix-TX92 :s912 :meson-gxm-octopus-planet.dtb :u-boot-zyxq.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912 :no
205 :VORKE-Z6-Plus :s912 :meson-gxm-octopus-planet.dtb :u-boot-zyxq.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912 :no
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
206 :MECOOL-M8S-Pro-L :s912 :meson-gxm-q201.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912-m8s :yes
207 :T95Z-Plus :s912 :meson-gxm-t95z-plus.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxm :extlinux.conf :s912-t95z-plus :no
208 :TX9-Pro(3G_32G_1Gb) :s912 :meson-gxm-tx9-pro.dtb :u-boot-zyxq.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912 :no
209 :TX9-Pro(2G_16G_100Mb) :s912 :meson-gxm-q201.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912 :no
210 :Nexbox-A1/A95X :s912 :meson-gxm-nexbox-a1.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912 :no
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
211 :Nexbox-A95X-A2 :s912 :meson-gxm-nexbox-a2.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912 :no
212 :Tanix-TX8-MAX :s912 :meson-gxm-tx8-max.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912 :no
213 :Vontar-X92 :s912 :meson-gxm-x92.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912 :no
214 :Phicomm-T1 :s912 :meson-gxm-phicomm-t1.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxm :uEnv.txt :s912-m8s :no
# Amlogic G12A Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
301 :X96-Max-4GB/Tx5-Max :s905x2 :meson-g12a-x96-max.dtb :u-boot-x96max.bin :x96max-u-boot.bin.sd.bin :NA :stable :amlogic :meson-g12a :uEnv.txt :s905x2 :yes
302 :X96-Max-2GB/A95X-F2 :s905x2 :meson-g12a-x96-max-rmii.dtb :u-boot-x96max.bin :x96max-u-boot.bin.sd.bin :NA :stable :amlogic :meson-g12a :uEnv.txt :s905x2 :no
303 :MECOOL-KM3-4G :s905x2 :meson-g12a-sei510.dtb :u-boot-x96max.bin :x96max-u-boot.bin.sd.bin :NA :stable :amlogic :meson-g12a :uEnv.txt :s905x2-km3 :no
304 :E900V22C-D :s905l3a :meson-g12a-s905l3a-e900v22c.dtb :u-boot-e900v22c.bin :NA :NA :stable :amlogic :meson-g12a :uEnv.txt :s905l3a :yes
305 :CM311-1a-YST :s905l3a :meson-g12a-s905l3a-cm311.dtb :u-boot-e900v22c.bin :NA :NA :stable :amlogic :meson-g12a :uEnv.txt :s905l3a :no
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
306 :M401A/UNT403A/B863AV3.2-M :s905l3a :meson-g12a-s905l3a-m401a.dtb :u-boot-e900v22c.bin :NA :NA :stable :amlogic :meson-g12a :uEnv.txt :s905l3a :no
# Amlogic G12B Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
401 :GT-King :s922x :meson-g12b-gtking.dtb :u-boot-gtking.bin :gtking-u-boot.bin.sd.bin :NA :stable :amlogic :meson-g12b :uEnv.txt :s922x-gtking :no
402 :GT-King-Pro/X88-King :s922x :meson-g12b-gtking-pro.dtb :u-boot-gtkingpro.bin :gtkingpro-u-boot.bin.sd.bin :NA :stable :amlogic :meson-g12b :uEnv.txt :s922x :yes
403 :GT-King-Pro-H :s922x :meson-g12b-gtking-pro-h.dtb :u-boot-gtkingpro.bin :gtkingpro-u-boot.bin.sd.bin :NA :stable :amlogic :meson-g12b :uEnv.txt :s922x :no
404 :GT-King-Pro-Rev_A :s922x :meson-g12b-gtking-pro-rev_a.dtb :u-boot-gtkingpro-rev-a.bin :NA :NA :stable :amlogic :meson-g12b :uEnv.txt :s922x-reva :yes
405 :Hardkernel-ODroid-N2 :s922x :meson-g12b-odroid-n2.dtb :u-boot-gtkingpro.bin :odroid-n2-u-boot.bin.sd.bin :NA :stable :amlogic :meson-g12b :uEnv.txt :s922x-n2 :no
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
406 :UGOOS-AM6-Plus :s922x :meson-g12b-ugoos-am6.dtb :u-boot-gtkingpro.bin :gtkingpro-u-boot.bin.sd.bin :NA :stable :amlogic :meson-g12b :uEnv.txt :s922x :no
407 :Khadas-VIM3 :a311d :meson-g12b-a311d-khadas-vim3.dtb :u-boot-gtkingpro.bin :khadas-vim3-u-boot.sd.bin :NA :stable :amlogic :meson-g12b :uEnv.txt :a311d :yes
408 :Ali-CT2000 :s922x :meson-g12b-ali-ct2000.dtb :u-boot-gtkingpro.bin :NA :NA :5.15.y :amlogic :meson-g12b :uEnv.txt :s922x-ct2000 :yes
# Amlogic SM1 Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
501 :X96-Max+_100Mb :s905x3 :meson-sm1-x96-max-plus-100m.dtb :u-boot-x96maxplus.bin :x96maxplus-u-boot.bin.sd.bin :hk1box-bootloader.img :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :yes
502 :X96-Max+_1GB :s905x3 :meson-sm1-x96-max-plus.dtb :u-boot-x96maxplus.bin :x96maxplus-u-boot.bin.sd.bin :hk1box-bootloader.img :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
503 :X96-Max+(OverClock) :s905x3 :meson-sm1-x96-max-plus-oc.dtb :u-boot-x96maxplus.bin :x96maxplus-u-boot.bin.sd.bin :hk1box-bootloader.img :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
504 :X96-Max+(IP1001M) :s905x3 :meson-sm1-x96-max-plus-ip1001m.dtb :u-boot-x96maxplus.bin :x96maxplus-u-boot.bin.sd.bin :hk1box-bootloader.img :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
505 :X96-Max+Q2 :s905x3 :meson-sm1-x96-max-plus-q2.dtb :u-boot-x96maxplus.bin :x96maxplus-u-boot.bin.sd.bin :hk1box-bootloader.img :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
506 :HK1-Box/Vontar-X3 :s905x3 :meson-sm1-hk1box-vontar-x3.dtb :u-boot-x96maxplus.bin :hk1box-u-boot.bin.sd.bin :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
507 :HK1-Box(OverClock) :s905x3 :meson-sm1-hk1box-vontar-x3-oc.dtb :u-boot-x96maxplus.bin :hk1box-u-boot.bin.sd.bin :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
508 :H96-Max-X3 :s905x3 :meson-sm1-h96-max-x3.dtb :u-boot-x96maxplus.bin :h96maxx3-u-boot.bin.sd.bin :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
509 :H96-Max-X3(OverClock) :s905x3 :meson-sm1-h96-max-x3-oc.dtb :u-boot-x96maxplus.bin :h96maxx3-u-boot.bin.sd.bin :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
510 :Ugoos-X3 :s905x3 :meson-sm1-ugoos-x3.dtb :u-boot-ugoos-x3.bin :ugoos-x3-u-boot.bin.sd.bin :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
511 :Ugoos-X3(OverClock) :s905x3 :meson-sm1-ugoos-x3-oc.dtb :u-boot-ugoos-x3.bin :ugoos-x3-u-boot.bin.sd.bin :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
512 :TX3-1Gb :s905x3 :meson-sm1-tx3-qz.dtb :u-boot-tx3-qz.bin :x96maxplus-u-boot.bin.sd.bin :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
513 :TX3-1Gb(OverClock) :s905x3 :meson-sm1-tx3-qz-oc.dtb :u-boot-tx3-qz.bin :x96maxplus-u-boot.bin.sd.bin :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
514 :TX3-100Mb :s905x3 :meson-sm1-tx3-bz.dtb :u-boot-tx3-bz.bin :x96maxplus-u-boot.bin.sd.bin :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
515 :TX3-100Mb(OverClock) :s905x3 :meson-sm1-tx3-bz-oc.dtb :u-boot-tx3-bz.bin :x96maxplus-u-boot.bin.sd.bin :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
516 :X96-Air-1Gb :s905x3 :meson-sm1-x96-air-gbit.dtb :u-boot-x96maxplus.bin :NA :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
517 :X96-Air/X96-Max+100W_100Mb :s905x3 :meson-sm1-x96-air.dtb :u-boot-x96maxplus.bin :NA :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
518 :X96-Air-Q1000 :s905x3 :meson-sm1-x96-max-plus-q2.dtb :u-boot-x96maxplus.bin :x96maxplus-u-boot.bin.sd.bin :hk1box-bootloader.img :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
519 :A95XF3-Air-1Gb :s905x3 :meson-sm1-a95xf3-air-gbit.dtb :u-boot-x96maxplus.bin :NA :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
520 :A95XF3-Air-100Mb :s905x3 :meson-sm1-a95xf3-air.dtb :u-boot-x96maxplus.bin :NA :NA :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
521 :Tencent-Aurora-3Pro :s905x3 :meson-sm1-skyworth-lb2004-a4091.dtb :u-boot-skyworth-lb2004.bin :skyworth-lb2004-u-boot.bin.sd.bin :skyworth-lb2004-bootloader.img :stable :amlogic :meson-sm1 :uEnv.txt :s905x3-b :yes
522 :X96-Max+_A100 :s905x3 :meson-sm1-sei610.dtb :u-boot-x96maxplus.bin :x96maxplus-u-boot.bin.sd.bin :hk1box-bootloader.img :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
523 :X96-Max+Q1 :s905x3 :meson-sm1-x96-max-plus-q1.dtb :u-boot-x96maxplus.bin :x96maxplus-u-boot.bin.sd.bin :hk1box-bootloader.img :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
524 :X96-Max+_2101 :s905x3 :meson-sm1-x96-max-plus-2101.dtb :u-boot-x96maxplus.bin :x96maxplus-u-boot.bin.sd.bin :hk1box-bootloader.img :stable :amlogic :meson-sm1 :uEnv.txt :s905x3 :no
# Amlogic GXBB Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UBOOT_OVERLOAD 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
a01 :Beelink-Mini-MX-2G :s905 :meson-gxbb-beelink-mini-mx.dtb :u-boot-s905.bin :NA :NA :stable :amlogic :meson-gxbb :uEnv.txt :s905 :yes
a02 :Sunvell-T95M :s905 :meson-gxbb-p201.dtb :u-boot-s905.bin :NA :NA :stable :amlogic :meson-gxbb :uEnv.txt :s905 :no
a03 :MXQ-Pro+ :s905 :meson-gxbb-mxq-pro-plus.dtb :u-boot-p201.bin :NA :NA :stable :amlogic :meson-gxbb :uEnv.txt :s905 :no
# Rockchip RK3588 Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.TRUST_IMG 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
r101 :Rock5B :rk3588 :rk3588-rock-5b.dtb :NA :u-boot.itb :idbloader.img :rk3588 :rockchip :rk3588 :armbianEnv.txt :rock5b :yes
r102 :H88K :rk3588 :rk3588-hinlink-h88k.dtb :NA :NA :rk3588-h88k-bootloader.bin :rk3588 :rockchip :rk3588 :armbianEnv.txt :h88k :yes
# Rockchip RK3568 Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.TRUST_IMG 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
r201 :R66S :rk3568 :rk3568-fastrhino-r66s.dtb :NA :u-boot.itb :idbloader.img :6.x.y :rockchip :rk3568 :armbianEnv.txt :r66s :yes
r202 :R68S :rk3568 :rk3568-fastrhino-r68s.dtb :NA :NA :bootloader.bin :6.x.y :rockchip :rk3568 :armbianEnv.txt :r68s :yes
r203 :H66K :rk3568 :rk3568-opc-h66k.dtb :NA :NA :bootloader.bin :6.x.y :rockchip :rk3568 :armbianEnv.txt :h66k :yes
r204 :H68K :rk3568 :rk3568-opc-h68k.dtb :NA :NA :bootloader.bin :6.x.y :rockchip :rk3568 :armbianEnv.txt :h68k :yes
r205 :E25 :rk3568 :rk3568-radxa-e25.dtb :NA :u-boot.itb :idbloader.img :6.x.y :rockchip :rk3568 :armbianEnv.txt :e25 :yes
# Rockchip RK3399 Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.TRUST_IMG 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
r301 :EAIDK-610 :rk3399 :rk3399-eaidk-610.dtb :NA :u-boot.itb :idbloader.img :6.x.y :rockchip :rk3399 :armbianEnv.txt :eaidk-610 :yes
r302 :KING3399 :rk3399 :rk3399-king3399.dtb :trust.bin :u-boot.img :idbloader.bin :stable :rockchip :rk3399 :armbianEnv.txt :king3399 :yes
r303 :TN3399 :rk3399 :rk3399-tn3399.dtb :trust.bin :u-boot.img :idbloader.bin :stable :rockchip :rk3399 :armbianEnv.txt :tn3399 :yes
r304 :KYLIN3399 :rk3399 :rk3399-kylin3399.dtb :trust.bin :u-boot.img :idbloader.bin :stable :rockchip :rk3399 :armbianEnv.txt :kylin3399 :yes
# Rockchip RK3328 Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.TRUST_IMG 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
r401 :BeikeYun :rk3328 :rk3328-beikeyun-1296mhz.dtb :NA :NA :btld-rk3328.bin :stable :rockchip :rk3328 :armbianEnv.txt :beikeyun :yes
r402 :L1-Pro :rk3328 :rk3328-l1pro-1296mhz.dtb :NA :NA :btld-rk3328.bin :stable :rockchip :rk3328 :armbianEnv.txt :l1pro :yes
# Allwinner h6 Family
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.UNUSED 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+------------------+-------
w101 :Vplus-Cloud :h6 :sun50i-h6-vplus-cloud.dtb :NA :NA :u-boot-sunxi-with-spl.bin :stable :allwinner :sun50i-h6 :armbianEnv.txt :vplus :yes
w102 :TQC-A01 :h6 :sun50i-h6-tqc-a01.dtb :NA :NA :u-boot-sunxi-with-spl.bin :5.10.y :allwinner :sun50i-h6 :extlinux.conf :tqc-a01 :yes
w103 :Tanix-TX6 :h6 :sun50i-h6-tanix-tx6.dtb :NA :NA :u-boot-sunxi-with-spl.bin :stable :allwinner :sun50i-h6 :extlinux.conf :tanix-tx6 :yes