Skip to content
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

Open
avidesk opened this issue Oct 24, 2023 · 5 comments
Open

RPi 3 Model A+ Rev 1.1 - Hardware revision is not supported #526

avidesk opened this issue Oct 24, 2023 · 5 comments

Comments

@avidesk
Copy link

avidesk commented Oct 24, 2023

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", }

@LaWfulN
Copy link

LaWfulN commented Nov 8, 2023

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)

@rnlgreen
Copy link

@LaWfulN there are some instructions I found here that talk you through how to manually update and install the module with the details @avidesk provided:

@presinnovation
Copy link

I got it running on my Pi 3A+ v1.1 and have opened PR #531 with this change.

@daprezjer
Copy link

@LaWfulN there are some instructions I found here that talk you through how to manually update and install the module with the details @avidesk provided:

@rnlgreen it looks like your link didn't post correctly.

@rnlgreen
Copy link

@daprezjer sorry about that, I think it was just this other issue:
https://github.com/jgarff/rpi_ws281x/issues/483

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants