Skip to content

Commit 6d44d27

Browse files
committed
Chip ID equals to RK3568 on Radxa Rock 3B
1 parent 5ae9bf9 commit 6d44d27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adafruit_platformdetect/board.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,6 @@ def _armbian_id(self) -> Optional[str]:
468468
board = boards.PCDUINO3
469469
elif board_value == "rock-3a":
470470
board = boards.ROCK_PI_3A
471-
elif board_value == "rock-3b":
472-
board = boards.ROCK_PI_3B
473471
elif board_value == "radxa-zero3":
474472
board = boards.RADXA_ZERO3
475473
elif board_value == "repka-pi3-h5":
@@ -685,8 +683,6 @@ def _rock_pi_id(self) -> Optional[str]:
685683
board = boards.ROCK_PI_4_SE
686684
if board_value and "ROCK3 Model A" in board_value:
687685
board = boards.ROCK_PI_3A
688-
if board_value and "ROCK 3 Model B" in board_value:
689-
board = boards.ROCK_PI_3B
690686
return board
691687

692688
def _libre_id(self) -> Optional[str]:

0 commit comments

Comments
 (0)