보드에 hello 예제를 뛰웠는데 터치가 인식이 안되는거에요 ㅠ

그래서 터치스크린 이상 유무 확인을 위해

http://forum.falinux.com/zbxe/?document_srl=448893

이 강좌를 읽어 보며 해보았습니다.

저는 명령을 내렸을때

 

[root@localhost /]# cat /proc/bus/input/devices
I: Bus=0017 Vendor=0001 Product=0001 Version=0100
N: Name="Macintosh mouse button emulation"
P: Phys=
S: Sysfs=/class/input/input0
U: Uniq=
H: Handlers=mouse0 event0
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input1
U: Uniq=
H: Handlers=kbd event1
B: EV=120013
B: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0005 Version=0000
N: Name="ImPS/2 Generic Wheel Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input2
U: Uniq=
H: Handlers=mouse1 event2
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103

I: Bus=0019 Vendor=0000 Product=0002 Version=0000
N: Name="Power Button (FF)"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=kbd event3
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button (CM)"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/class/input/input4
U: Uniq=
H: Handlers=kbd event4
B: EV=3
B: KEY=4000 0 0 0 0

 

이렇게 뜨는데요.. ez-x5 와 ez-pi 가 합체 되어잇고 LCD도 연결다 되어잇고

시리얼포트, 전원, 랜선연결 이까지만 되어잇는 상태구요..

혹시 저 명령어가 보드에서 실행한 명령인가여?

보드에서 저 명령하니 아무것도 안뜨는데..잘못된건가요?

 

아 참.. 그리고 QT4-HELLO 프로그램

http://forum.falinux.com/zbxe/?mid=graphic&page=2&document_srl=413939

여기서 만든 프로그램은 LCD에 출력되면 터치가 원래 안되는건가여??