6by9
6by9
See #4 and for an alternative to Waveshare's drivers. The latest Pi kernels (6.1.25 and newer) have a reverse engineered driver for the Waveshare panels.
> any chance the reverse-engineered driver can be compiled for a bananapi? Quite plausibly, but it's not something that Raspberry Pi will be working on. I don't know how well...
https://github.com/waveshare/Waveshare-DSI-LCD/issues/1#issuecomment-1276965891 > When the Raspberry Pi OS kernel is updated, we will update the Waveshare-DSI-LCD driver package within 48 hours. Sorry for not checking your ISSUE in time. If you...
Actually it looks like they have updated this repo, but not commented or closed this issue.
From issue 4, I've created an open source driver in https://github.com/raspberrypi/linux/pull/5433. If running Raspberry Pi OS then you should be able to use ```sudo rpi-update pulls/5433``` to get the CI...
Quoting ``` Mar 30 11:38:39 megacam kernel: [45756.100199] WARNING: CPU: 3 PID: 5864 at drivers/firmware/raspberrypi.c:64 rpi_firmware_transaction+0xec/0x128 Mar 30 11:38:39 megacam kernel: [45756.100212] Firmware transaction timeout ``` is useless. It just...
NB That https://github.com/raspberrypi/rpi-eeprom/issues/182 only applies to Pi4 and Pi5. For Pi1-3 the network boot code is in the bootrom and can not be changed. (You've chosen to ignore the template's...
As you've noted from https://github.com/raspberrypi/linux/blob/rpi-6.12.y/drivers/gpu/drm/vc4/vc4_plane.c#L1242-L1292, D0 sets up alpha slightly differently from C1 in the dlist. That change hasn't been reflected in the bootloader. I'll see if I can create...
I have a patch, but need to find a few minutes to test it. I can throw it on here if you want to test it.
Sorry, I've been out of the office since Thursday. Updated fw attached. Extract to a blank SD card with FAT partition, and reboot. After about 5 secs you should get...