File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -575,6 +575,8 @@ def _rk3566_id(self) -> Optional[str]:
575
575
board = boards .LUBANCAT1
576
576
if board_value and "Radxa CM3 IO" in board_value :
577
577
board = boards .RADXA_CM3
578
+ if board_value and "Radxa ROCK3 Model C" in board_value :
579
+ board = boards .ROCK_PI_3C
578
580
if board_value and "Rockchip RK3566 OPi 3B" in board_value :
579
581
board = boards .ORANGE_PI_3B
580
582
if board_value and "Hardkernel ODROID-M1S" in board_value :
Original file line number Diff line number Diff line change 195
195
RADXA_CM3 = "RADXA_CM3"
196
196
197
197
ROCK_PI_3A = "ROCK_PI_3A"
198
+ ROCK_PI_3C = "ROCK_PI_3C"
198
199
ROCK_PI_S = "ROCK_PI_S"
199
200
ROCK_PI_4 = "ROCK_PI_4"
200
201
ROCK_PI_4_C_PLUS = "ROCK_PI_4C+"
528
529
ROCK_PI_5 ,
529
530
RADXA_CM3 ,
530
531
ROCK_PI_3A ,
532
+ ROCK_PI_3C ,
531
533
)
532
534
533
535
# UDOO
You can’t perform that action at this time.
0 commit comments