Hello,
My i.MX93-EVK board does not detect the USB HID touchscreen.
I am using the T080a portable touch monitor, the touchscreen is connected via USB-C.
I built used the following build commands
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-mickledore -m imx-6.1.55-2.2.0.xml
repo sync
MACHINE=imx93evk DISTRO=fsl-imx-fb source imx-setup-release.sh -b build
bitbake imx-image-core
The device tree is fdtfile=imx93-11x11-evk.dtb
It seems the USB HID device is not even detected.
There is not even a log in dmesg when connecting the USB cable, so the device /dev/input/touchscreen0 is not created
root@imx93evk:~# ls /dev/input/
by-path event0 event1
root@imx93evk:~# lsusb
root@imx93evk:~#
root@imx93evk:~# evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0: 44440000.bbnsm:pwrkey
/dev/input/event1: WM8962 Beep Generator
Select the device event number [0-1]:
Could you provide a solution for this issue?
Thanks,
Nicolas
ps: the USB port is functional, a USB mouse on the same port is detected.