Skip to content

New raspberry Pi 3 hardware revision #294

Description

@strickon

I just got a new pi and it won't load the drivers correctly. The audio driver doesn't load. The latest pi 3 is A52082

https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md

in utils.py you are missing the new hardware revision.

    # The order of checks here is done Descending by Most Likely Model.
    if revision_hex & 0x00FFFFFF in (0x00A02082, 0x00A22082, 0x00A32082):
        model_name = RPI_3_KEY

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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