-
Notifications
You must be signed in to change notification settings - Fork 15
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
Drivers not working. #24
Comments
I'll second this request, I'm running Bookworm on a Pi 4 as well, but with 6.1.63. Well, I was until I attempted to update a package and ended up getting a Kernel patch to 6.1.73. Releasing the source would allow us to rebuild the ko files and device trees as needed, and would even allow Raspberry Pi to include support for your DSI displays from scratch, massively improving the user experience - For example not having to move your modifications to the config.txt file since you are inserting them in the legacy location - without the need for them to reverse engineer your drivers as they did with your 7" DSI screen. It would also bring you in to compliance with the GPL v2 license that some of your code seems to be built on, from what I've read. |
Same issue. We need drivers for 6.1.73. |
Seconded the requirement for drivers for 6.1.73. Unless this method works - agherzan/meta-raspberrypi#1211 ? |
Fix: Use older Raspberry Pi OS build due to issues with latest version The latest version of the Raspberry Pi OS has issues. Switching to the older build "2023-12-05-raspios-bookworm-arm64.img.xz" resolves these problems. This build uses Linux kernel version 6.6.20, which has no known issues. |
I am running a Pi 4 on bookworm and the last kernel that works with any of your drivers is 6.1.21. Please release your source code so drivers can be maintained publicly and I don't have to go through hell every time apt-upgrade updates my firmware. Thanks.
The text was updated successfully, but these errors were encountered: