-
Notifications
You must be signed in to change notification settings - Fork 177
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
Issue with DSI (RPi 7" LCD) display touch interface #236
Comments
Overlay was initially added in 0c2da8a |
Yes, this overlay is active.
|
I am starting to feel that the problem is not in RPi display itself, but something wrong is with I2C1 bus. Currently, I started getting tons of the following errors and even "i2cdetect -y 1" was very slow. I did "sudo reboot" but it did not help and the same situation was repeating even after reboot. I had to disconnect the power completely.
|
Another weird thing from the debugging.
But when I start communicating with the touch interface (0x38), strange things starts happening and i2cdetect shows random devices on every run:
It can be seen with simple I also tried different LCD display and it behaves in the same wrong way. |
So I tried experiment. The display connected to 5V, GND, I2C6 SDA/SCL pins, the overlay modified to use i2c6 instead of i2c1. The same problem appears - tons of -6 errors, i2cdetect detects random devices. Then I covered SDA/SCL pins on DSI flex cable. Errors disappeared and now everything works without a single problem. Since we bought several units of Rock 4B+, I also tested the others to be sure that the unit is not damaged. And the same problem appears also on another unit. |
Hello,
I'm trying to make the official Raspberry Pi display to work on Radxa Rock 4B+. The image over DSI wotk correctly, but touch interface is somehow buggy. Driver raspits_ft5426 is loaded but only many errors are logged. Touch does not work.
I only connected DSI cable, 5V and GND cables. The following is returned by i2cdetect:
But when I connect also SDA/SCL pins to I2C7_SDA and I2C7_SCL pins (https://wiki.radxa.com/Rockpi4/hardware/gpio) then the touch starts working. Although the "read error -6" errors are still logged and it randomly sends touch event to right bottom corner.
The only enabled overlay is for Raspberry Pi display.
I'm trying to understand what's going on. Could there be some bug in the kernel? Why touch starts working when connected to I2C7 pins although the overlay is for I2C1?
EDIT: When connected to I2C6 pins then it works too (with many errors logged). When only 5V+GND pins are connected then it responds to touch very rarely.
The text was updated successfully, but these errors were encountered: