Hello,
I build a yocto distro for fsl-imx-xwayland and imx8qmmek machine with v5.4.70 kernel version as below. I use the below imx8qm-mek-hdmi.dts file.
Touchscreen (Atmel mXT) doesn't work with HDMI display. Can anyone point out what I am doing wrong or missing ?
* Atmel mXT touchscreen is connected to imx8qm-mek eboard via USB port.
* A PC monitor has physical resolution 1920x1080@60 and connected to imx8qm-mek eboard via HDMI port.
I am getting the below atmel_mxt_ts i2c transfer failed error.
While touchscreen is successfully recognized as USB HID input device.
A PC monitor with 1920x1080 resolution is connected to eboard via HDMI port.
"weston.ini" file as below.
When I run the weston-touch-calibrator application, it tells there is no device listed.
Can anyone point out what I am doing wrong or missing ?
Regards,
Turgay
Hi Turgay
,
You are trying to establish connection through I2C. You need to add USB module in dts and then add it in kernel.
Best Regards,
Diego.