Skip to content

BeagleBone Black is not detected properly on kernel 5.10 and later #218

@Dario503

Description

@Dario503
debian@BeagleBone:~$ sudo python3
Python 3.9.2 (default, Feb 28 2021, 17:03:44) 
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from adafruit_platformdetect import Detector
>>> detector = Detector()
>>> print("Chip id: ", detector.chip.id)
Chip id:  AM33XX
>>> print("Board id: ", detector.board.id)
Board id:  None
>>> # Check for specific board models:
>>> print("Pi 3B+? ", detector.board.RASPBERRY_PI_3B_PLUS)
Pi 3B+?  False
>>> print("BBB? ", detector.board.BEAGLEBONE_BLACK)
BBB?  False
>>> print("Orange Pi PC? ", detector.board.ORANGE_PI_PC)
Orange Pi PC?  False
>>> print("generic Linux PC? ", detector.board.GENERIC_LINUX_PC)
generic Linux PC?  False
>>> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions