File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,8 @@ def _armbian_id(self):
290
290
board = boards .ORANGE_PI_ZERO_PLUS_2H5
291
291
elif board_value == "orangepizeroplus" :
292
292
board = boards .ORANGE_PI_ZERO_PLUS
293
+ elif board_value == "orangepizero2" :
294
+ board = boards .ORANGE_PI_ZERO_2
293
295
elif board_value == "nanopiair" :
294
296
board = boards .NANOPI_NEO_AIR
295
297
elif board_value == "nanopiduo2" :
Original file line number Diff line number Diff line change @@ -195,6 +195,9 @@ def _linux_id(self):
195
195
if self .detector .check_dt_compatible_value ("sun50iw9" ):
196
196
return chips .H616
197
197
198
+ if self .detector .check_dt_compatible_value ("sun50i-h616" ):
199
+ return chips .H616
200
+
198
201
if self .detector .check_dt_compatible_value ("mediatek,mt8167" ):
199
202
return chips .MT8167
200
203
You can’t perform that action at this time.
0 commit comments