File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ def id(self):
121121 board_id = self ._pynq_id ()
122122 elif chip_id == chips .A64 :
123123 board_id = self ._pine64_id ()
124+ elif chip_id == chips .H5 :
125+ board_id = self ._armbian_id ()
124126 elif chip_id == chips .A33 :
125127 board_id = self ._clockwork_pi_id ()
126128 elif chip_id == chips .RK3308 :
Original file line number Diff line number Diff line change 3838ORANGE_PI_PC_PLUS = "ORANGE_PI_PC_PLUS"
3939ORANGE_PI_PLUS_2E = "ORANGE_PI_PLUS_2E"
4040ORANGE_PI_2 = "ORANGE_PI_2"
41+ ORANGE_PI_ZERO_PLUS_2H5 = "ORANGE_PI_ZERO_PLUS_2H5"
4142
4243# Banana Pi boards
4344BANANA_PI_M2_ZERO = "BANANA_PI_M2_ZERO"
126127 ORANGE_PI_PC_PLUS ,
127128 ORANGE_PI_PLUS_2E ,
128129 ORANGE_PI_2 ,
130+ ORANGE_PI_ZERO_PLUS_2H5 ,
129131)
130132
131133# BananaPI
Original file line number Diff line number Diff line change 2727ZYNQ7000 = "ZYNQ7000"
2828A64 = "A64"
2929A33 = "A33"
30+ H5 = "H5"
3031RK3308 = "RK3308"
3132LPC4330 = "LPC4330"
3233RK3288 = "RK3288"
You can’t perform that action at this time.
0 commit comments