-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPi 3 Model A+ Rev 1.1 - Hardware revision is not supported #526
Comments
Hello, I manually added this to my rpihw.c file but I'm still getting the -3 Hardware revision not supported runtime error. I confirmed I am on hwver 9020e1, are there any other configurations I might be missing? (Brand new user, be kind) |
I got it running on my Pi 3A+ v1.1 and have opened PR #531 with this change. |
@daprezjer sorry about that, I think it was just this other issue: |
Latest hardware rev of the Pi 3 Model A+ is not yet supported. Please add the following to rpihw.c
, { .hwver = 0x9020e1, .type = RPI_HWVER_TYPE_PI2, .periph_base = PERIPH_BASE_RPI2, .videocore_base = VIDEOCORE_BASE_RPI2, .desc = "Pi 3 Model A Plus Rev 1.1", }
The text was updated successfully, but these errors were encountered: