I'm configuring a BBB with Debian Linux beaglebone 3.8.13-bone67 #1 SMP Wed Sep 24 21:30:03 UTC 2014 armv7l GNU/Linux It detects I have the 4DCape-43T installed and loads the firmware:
[ 0.662242] bone-capemgr bone_capemgr.9: slot #3: '4D 4.3 LCD CAPE- 4DCAPE-43T ,00A1,4D SYSTEMS ,BB-BONE-LCD4-01' It then detect my USB mouse [ 0.673338] mousedev: PS/2 mouse device common for all mice It assigns the touch device to event1 [ 0.677616] input: ti-tsc as /devices/ocp.3/44e0d000.tscadc/tsc/input/input1 later, it assigns the USB mouse to the same event [ 1.569478] hid-generic 0003:04F2:0112.0002: input,hidraw1: USB HID v1.10 Mouse [CHICONY USB Keyboard] on usb-musb-hdrc.1.auto-1.1/input1 TSLIB can't detect the touch screen. If I force it to use input1, it seems works properly. I can run ts_calibrate and it gets values when I touch the screen. I have Qt 5.3.2 Fingerpaint application running LinuxFb. If I tell it to use touch as /usr/input/event1, it fails. If I tell it to use mouse as /usr/input/event1, I can touch the screen and get touch events that move the mouse cursor and do not match the touch points (calibration is way off) It looks like touch events are coming in through /dev/input/event1, but it identifies itself as a mouse. Is there some sort of driver or configuration I need to set to make it load the LCD cape correctly? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
