diff --git a/adafruit_platformdetect/board.py b/adafruit_platformdetect/board.py index 2574c5facc413f84ca0c2870691022efe21b553a..6ebf23802324aee6e1010846b2da39a08403f820 100644 --- a/adafruit_platformdetect/board.py +++ b/adafruit_platformdetect/board.py @@ -411,7 +411,7 @@ class Board: def _imx6xxx_id(self): """Check what type iMX6XXX board.""" board_value = self.detector.get_device_model() - if "NPi" in board_value: + if "Embedfire" in board_value: return EMBEDFIRE_IMX6ULL return None