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):
290290 board = boards .ORANGE_PI_ZERO_PLUS_2H5
291291 elif board_value == "orangepizeroplus" :
292292 board = boards .ORANGE_PI_ZERO_PLUS
293+ elif board_value == "orangepizero2" :
294+ board = boards .ORANGE_PI_ZERO_2
293295 elif board_value == "nanopiair" :
294296 board = boards .NANOPI_NEO_AIR
295297 elif board_value == "nanopiduo2" :
Original file line number Diff line number Diff line change @@ -195,6 +195,9 @@ def _linux_id(self):
195195 if self .detector .check_dt_compatible_value ("sun50iw9" ):
196196 return chips .H616
197197
198+ if self .detector .check_dt_compatible_value ("sun50i-h616" ):
199+ return chips .H616
200+
198201 if self .detector .check_dt_compatible_value ("mediatek,mt8167" ):
199202 return chips .MT8167
200203
You can’t perform that action at this time.
0 commit comments