File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ def id(self):
121
121
board_id = self ._pynq_id ()
122
122
elif chip_id == chips .A64 :
123
123
board_id = self ._pine64_id ()
124
+ elif chip_id == chips .H5 :
125
+ board_id = self ._armbian_id ()
124
126
elif chip_id == chips .A33 :
125
127
board_id = self ._clockwork_pi_id ()
126
128
elif chip_id == chips .RK3308 :
Original file line number Diff line number Diff line change 38
38
ORANGE_PI_PC_PLUS = "ORANGE_PI_PC_PLUS"
39
39
ORANGE_PI_PLUS_2E = "ORANGE_PI_PLUS_2E"
40
40
ORANGE_PI_2 = "ORANGE_PI_2"
41
+ ORANGE_PI_ZERO_PLUS_2H5 = "ORANGE_PI_ZERO_PLUS_2H5"
41
42
42
43
# Banana Pi boards
43
44
BANANA_PI_M2_ZERO = "BANANA_PI_M2_ZERO"
126
127
ORANGE_PI_PC_PLUS ,
127
128
ORANGE_PI_PLUS_2E ,
128
129
ORANGE_PI_2 ,
130
+ ORANGE_PI_ZERO_PLUS_2H5 ,
129
131
)
130
132
131
133
# BananaPI
Original file line number Diff line number Diff line change 27
27
ZYNQ7000 = "ZYNQ7000"
28
28
A64 = "A64"
29
29
A33 = "A33"
30
+ H5 = "H5"
30
31
RK3308 = "RK3308"
31
32
LPC4330 = "LPC4330"
32
33
RK3288 = "RK3288"
You can’t perform that action at this time.
0 commit comments