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 @@ -226,6 +226,8 @@ def _armbian_id(self):
226
226
board = boards .ORANGE_PI_PC_PLUS
227
227
if board_value == "pinebook-a64" :
228
228
board = boards .PINEBOOK
229
+ if board_value == "orangepi2" :
230
+ board = boards .ORANGE_PI_2
229
231
230
232
return board
231
233
Original file line number Diff line number Diff line change 35
35
ORANGE_PI_LITE = "ORANGE_PI_LITE"
36
36
ORANGE_PI_PC_PLUS = "ORANGE_PI_PC_PLUS"
37
37
ORANGE_PI_PLUS_2E = "ORANGE_PI_PLUS_2E"
38
+ ORANGE_PI_2 = "ORANGE_PI_2"
38
39
39
40
# NVIDIA Jetson boards
40
41
JETSON_TX1 = "JETSON_TX1"
104
105
ORANGE_PI_LITE ,
105
106
ORANGE_PI_PC_PLUS ,
106
107
ORANGE_PI_PLUS_2E ,
108
+ ORANGE_PI_2 ,
107
109
)
108
110
109
111
_CORAL_IDS = (CORAL_EDGE_TPU_DEV ,)
190
192
("A5B" , "A335BNLT0A5B" ),
191
193
("A5C" , "A335BNLT0A5C" ),
192
194
("A6" , "A335BNLT00A6" ),
195
+ ("B" , "A335BNLT000B" ),
193
196
("C" , "A335BNLT000C" ),
194
197
("C" , "A335BNLT00C0" ),
195
198
),
You can’t perform that action at this time.
0 commit comments