-
Notifications
You must be signed in to change notification settings - Fork 160
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
ST7789V drivers failure #149
Comments
|
Ok, so I have managed to get it to build, I will add my changes later (pretty much just followed what it said to change it to) if everything else is ok. I just get a blackscreen. The backlight is on. I have tried fbi / cat /dev/random > /dev/fb1, but both do nothing. Anywhere I can start to try and work out whats happening? I tried startx too and the Xorg logs look like they are working. |
|
I was able to reproduce this with the 1.14" Mini PiTFT and Raspberry Pi OS Lite. |
Me too with a bare wired IPS 2.0" ST7789V display and Retropie Raspbian GNU/Linux 10 (buster) Linux retropie 5.10.14+ #1401 Mon Feb 8 14:19:47 GMT 2021 armv6l GNU/Linux. 😬 |
|
It appears they made some code breaking changes in some kernel headers such as https://elixir.bootlin.com/linux/latest/source/include/drm/drm_mipi_dbi.h |
|
The kernel fix posted here https://learn.adafruit.com/adafruit-mini-pitft-135x240-color-tft-add-on-for-raspberry-pi/kernel-module-troubleshooting looks to fix the issue: But it would be neccesary to modify the ST7789V driver in order to make it work natively with the new kernel and the new |
|
Ok, here's what I've figured out poking around. If you run the So what that means is that even though I can get it to compile successfully on the 5.10 headers, that will ultimately break with the fix for other issue (#138). So until we have #138 fixed, I really shouldn't mess with the driver unless I can add some conditional compilation so it works on both versions. For now, the plan is to modify the pitft installer to run the pinning script. |
|
I got it to compile conditionally, so the driver update is part of #151. |
I am trying to install the ST7789 drivers, and I get the following errors.
Can you help?
Thanks
The text was updated successfully, but these errors were encountered: