Nano Pi Touch Support

Yair Saucedo
Hi!

I alredy have a Nano Pi running with debian jessie and touch screen W35,
but not work touch of screen.

I try install libts-bin or xserver-xorg-input-tslib but i receive the
message:  "Unable to locate package libts-bin" 

¿Can help me?

davef
Are you getting this message during cross-compilation or building?

Check that files has been cross-compiled properly:

   readelf -a <filename>

and look at the last 4-5 lines.  You are looking for some reference to
armv5t

It helps if you state which tutorial you are following.

Yair Saucedo
Hi Davef,

I don't compile anywhere, follow this instructions:

http://wiki.friendlyarm.com/wiki/index.php/NanoPi

and get nano pi with debian jessie. Install via apt-get this packages: xorg
and python-tk 

Execute startx and run my Tkinter program with python.

With mouse the program its ok, but touch screen not work.

Regards!

davef
Still waiting for my NanoPi to arrive.

Read through that tutorial.

Do you have ts_calibrate?

Seeing as that was the tutorial I had some trouble with can you answer the
questions I had in my posting?

3) this command: sudo find . -name \*.ko | xargs arm-linux-strip
--strip-unneeded  gives the following error:
   could not create temporary file to hold stripped copy: No error
4) the Rabbit Linux instructions:
   sudo make && make install && make strip (they had su)
doesn't work either.  I am using Xubuntu.

davef
Ignore my questions:

3) only relevant when you "add YOUR own modules to the kernel or you
changed your kernel configurations you need to recompile these new modules"