[meta-freescale] Yocto + Qt5: Starting at Boot

Jay Cady jcady92 at gmail.com
Tue Apr 8 17:18:37 PDT 2014


Works perfectly!  I ended up setting the whole slew of them like this:

 export TSLIB_TSDEVICE=/dev/input/touchscreen0
 export TSLIB_TSEVENTTYPE=INPUT
 export TSLIB_CONFFILE=/etc/ts.conf
 export TSLIB_CALIBFILE=/etc/pointercal

And it worked!

Thanks a lot Dmitriy!


On Tue, Apr 8, 2014 at 3:13 PM, Dmitriy B. <rzk333 at gmail.com> wrote:

> It says:
>>
>> ts_open() failed (No such file or directory)
>>
>
> This means that tslib could not open needed touchscreen device. Try
> setting TSLIB_TSDEVICE (pointing to /dev/ node of your touchscreen) and
> TSLIB_FBDEVICE (pointing to framebuffer /dev/ node that you want to use)
> environment variables by hand in your startup script using export. For
> testing, instead of running your actual program, you can use ts_calibrate
> and ts_test to see if tslib works okay.
>
> Best Regards,
> Dmitriy Beykun
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20140408/c154ef74/attachment.html>


More information about the meta-freescale mailing list