File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,8 @@ def _armbian_id(self):
260
260
board = boards .BANANA_PI_M2_ZERO
261
261
if board_value == "orangepizeroplus2-h5" :
262
262
board = boards .ORANGE_PI_ZERO_PLUS_2H5
263
+ if board_value == "orangepizeroplus" :
264
+ board = boards .ORANGE_PI_ZERO_PLUS
263
265
264
266
return board
265
267
Original file line number Diff line number Diff line change 40
40
ORANGE_PI_PLUS_2E = "ORANGE_PI_PLUS_2E"
41
41
ORANGE_PI_2 = "ORANGE_PI_2"
42
42
ORANGE_PI_ZERO_PLUS_2H5 = "ORANGE_PI_ZERO_PLUS_2H5"
43
+ ORANGE_PI_ZERO_PLUS = "ORANGE_PI_ZERO_PLUS"
43
44
44
45
# Banana Pi boards
45
46
BANANA_PI_M2_ZERO = "BANANA_PI_M2_ZERO"
141
142
ORANGE_PI_PLUS_2E ,
142
143
ORANGE_PI_2 ,
143
144
ORANGE_PI_ZERO_PLUS_2H5 ,
145
+ ORANGE_PI_ZERO_PLUS ,
144
146
)
145
147
146
148
# BananaPI
You can’t perform that action at this time.
0 commit comments