ardangelo / sharp-drm-driver

Linux DRM Driver for 2.7" Sharp Memory LCD
GNU General Public License v2.0
35 stars 18 forks source link

Not building on current Raspberry Pi OS version (10-10-23) #6

Closed KGOrphanides closed 1 year ago

KGOrphanides commented 1 year ago

Neither the sharp-drm driver nor its companion keyboard driver build on the Raspberry Pi OS Lite 32-bit image from the Raspberry Pi Imager, dated October 10th 2023 (https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-10-10/2023-10-10-raspios-bookworm-armhf-lite.img.xz).

bash-log.txt sharp-drm-make.log

I've also detailed the issue in an issue raised on the documentation at https://github.com/sqfmi/beepy-docs/issues/21

And added keyboard driver make logs this issue at https://github.com/ardangelo/beepberry-keyboard-driver/issues/4

ardangelo commented 1 year ago

Thanks for the detailed reports. I updated the packages to support changes in Debian 12, and they are working for me on both Debian 11 and 12 now. Please let me know if you are seeing any more problems.

KGOrphanides commented 1 year ago

Confirmed working. Thank you for the fast response.