Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-31 Thread Emran Caan
ubuntu@arm OS: Ubuntu 16.04 xenial Kernel: armv7l Linux 4.15.0-bone2.1 Uptime: 56m Packages: 418 Shell: 14888 CPU: ARMv7 rev 2 (v7l) @ 1GHz RAM: 47MiB / 491MiB uname -a Linux arm 4.15.0-bone2.1 #1 Tue Jan 30 11:48:09 GMT 2018 armv7l armv7l armv7l GNU/Linux ubuntu@arm:~$

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-08 Thread Hartley Sweeten
On Saturday, January 6, 2018 at 11:50:04 AM UTC-7, Hartley Sweeten wrote: > > On Friday, January 5, 2018 at 6:33:12 PM UTC-7, RobertCNelson wrote: >> >> On Fri, Jan 5, 2018 at 7:04 PM, Robert Nelson >> wrote: >> >> Well, I must be doing something wrong.. >> >> >> >> When

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-06 Thread Hartley Sweeten
On Friday, January 5, 2018 at 6:33:12 PM UTC-7, RobertCNelson wrote: > > On Fri, Jan 5, 2018 at 7:04 PM, Robert Nelson > wrote: > >> Well, I must be doing something wrong.. > >> > >> When I installed libsdl1.2debian I ended up getting: > >> $ dpkg -l | grep

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-05 Thread Robert Nelson
On Fri, Jan 5, 2018 at 7:04 PM, Robert Nelson wrote: >> Well, I must be doing something wrong.. >> >> When I installed libsdl1.2debian I ended up getting: >> $ dpkg -l | grep libsdl1.2debian >> ii libsdl1.2debian:armhf 1.2.15-10+b1 > > Oh i missed that "+b1" it

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-05 Thread Robert Nelson
> Well, I must be doing something wrong.. > > When I installed libsdl1.2debian I ended up getting: > $ dpkg -l | grep libsdl1.2debian > ii libsdl1.2debian:armhf 1.2.15-10+b1 Oh i missed that "+b1" it was a rebuild, thus my version won't install over debian's.. rebuilding now. ;)

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-05 Thread Hartley Sweeten
On Friday, January 5, 2018 at 5:10:39 PM UTC-7, Hartley Sweeten wrote: > > On Friday, January 5, 2018 at 5:05:33 PM UTC-7, Hartley Sweeten wrote: >> >> On Friday, January 5, 2018 at 2:53:01 PM UTC-7, RobertCNelson wrote: >>> >>> On Fri, Jan 5, 2018 at 10:36 AM, Robert Nelson

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-05 Thread Hartley Sweeten
On Friday, January 5, 2018 at 5:05:33 PM UTC-7, Hartley Sweeten wrote: > > On Friday, January 5, 2018 at 2:53:01 PM UTC-7, RobertCNelson wrote: >> >> On Fri, Jan 5, 2018 at 10:36 AM, Robert Nelson >> wrote: >> > On Fri, Jan 5, 2018 at 10:26 AM, Hartley Sweeten

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-05 Thread Hartley Sweeten
On Friday, January 5, 2018 at 2:53:01 PM UTC-7, RobertCNelson wrote: > > On Fri, Jan 5, 2018 at 10:36 AM, Robert Nelson > wrote: > > On Fri, Jan 5, 2018 at 10:26 AM, Hartley Sweeten > wrote: > >> Grrr... This is a bigger can of worms than I

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-05 Thread Robert Nelson
On Fri, Jan 5, 2018 at 10:36 AM, Robert Nelson wrote: > On Fri, Jan 5, 2018 at 10:26 AM, Hartley Sweeten wrote: >> Grrr... This is a bigger can of worms than I thought... >> >> libsdl1.2debian is available in wheezy, jessie, stretch, buster, and sid

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-05 Thread Hartley Sweeten
On Friday, January 5, 2018 at 9:37:55 AM UTC-7, RobertCNelson wrote: > > On Fri, Jan 5, 2018 at 10:26 AM, Hartley Sweeten > wrote: > > Grrr... This is a bigger can of worms than I thought... > > > > libsdl1.2debian is available in wheezy, jessie, stretch, buster, and sid

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-05 Thread Robert Nelson
On Fri, Jan 5, 2018 at 10:26 AM, Hartley Sweeten wrote: > Grrr... This is a bigger can of worms than I thought... > > libsdl1.2debian is available in wheezy, jessie, stretch, buster, and sid but > the > package is compiled differently on each system. > > wheezy has: >

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-05 Thread Hartley Sweeten
Grrr... This is a bigger can of worms than I thought... libsdl1.2debian is available in wheezy, jessie, stretch, buster, and sid but the package is compiled differently on each system. wheezy has: libsdl1.2debian version 1.2.15-5 with libdirectfb-1.2.9 and libts-0.0-0 This version should work

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-04 Thread bigguiness
Hi Robert, That appears to work. With the 4.4.91-ti-r133 kernel I had to do this to run the libts-bin utilities: $ sudo TSLIB_TSDEVICE=/dev/input/event2 ts_calibrate $ sudo TSLIB_TSDEVICE=/dev/input/event2 ts_test With the 4.4.91-ti-r141.1 kernel the utilities now work with just: $ sudo

Re: [beagleboard] ti_am335x_tsc.c driver

2018-01-03 Thread Robert Nelson
On Wed, Jan 3, 2018 at 5:34 PM, wrote: > Hello all, > > The TI touch screen driver does not work _right_ with the libts-bin package > in the jessie image. > > $ cat /etc/dogtag > BeagleBoard.org Debian Image 2018-01-01 > > $ lsb_release -a > No LSB modules are available. >

[beagleboard] ti_am335x_tsc.c driver

2018-01-03 Thread bigguiness
Hello all, The TI touch screen driver does not work _right_ with the libts-bin package in the jessie image. $ cat /etc/dogtag BeagleBoard.org Debian Image 2018-01-01 $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux 8.10 (jessie) Release: