jgarff / rpi_ws281x

Userspace Raspberry Pi PWM library for WS281X LEDs
BSD 2-Clause "Simplified" License
1.76k stars 615 forks source link

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

Open avidesk opened 8 months ago

avidesk commented 8 months ago

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 commented 8 months ago

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 commented 6 months ago

@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 commented 6 months ago

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

daprezjer commented 1 week ago

@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 commented 1 week ago

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