Hi,
By updating the AM3517 EVM from SDK 4.01 (PSP 3.0) to PSP 4.02, I have no more access to the touch controller through the ts bin's. Display is still ok.
In the linux shell
export TSLIB_FBDEVICE=/dev/fb0
export TSLIB_CONSOLEDEVICE=none
export TSLIB_CONFFILE=/etc/ts.conf
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_TSDEVICE=/dev/input/event0
ts_calibrate
xres = 480, yres = 272
selected device is not a touchscreen I understand
device is available:
ls -l /dev/input/
total 0
crw------- 1 root root 13, 64 Jan 1 01:00 event0
crw------- 1 root root 13, 63 Jan 1 01:00 mice
crw------- 1 root root 13, 32 Jan 1 01:00 mouse0
Reading the irq count, I can see that some events are available.
root@prc:~# cat /proc/interrupts
CPU0
225: 91 GPIO tsc2004
but all as spurious interrupts, what not happens with the earlier PSP.
root@prc:~# cat /proc/irq/225/spurious
count 91
unhandled 0
last_unhandled 0 ms
No warning during bootup
[ 6.559600] input: TSC2004 Touchscreen as /devices/virtual/input/input0
[ 6.573242] i2c-core: driver [tsc2004] registered
Is the touch screen fully supported in the PSP 4.02 ? Any option I have to set ?
Regards
David