Hi everyone,
I was developing GUI applications with Qt on OMAP 35x EVM(Mistral). I have a USB falsh drive, mouse and keyboard connected to the board via a USB hub.
I booted the newest Linux IMAGE from sdk1.0.2. I can mount the USB flash drive and access its content.
I run a Qt demo program on the usb FLASH drive and the program was able to display its main windows on LCD touchscreen, but when I click on the touchscreen it did not have any response.
I thought something wrong with the touch screen driver, so I switched the display to DVI on my LCD monitor and hope I can use external USB mouse connected to the EVM board via a USB hub.
I run the program again, the program windows shows up on my LCD monitor, but still not way to move the mouse cursor.
does anybody know what could go wrong with my program?