请问官方开发板AM3517EVM的触摸屏怎样进行触点校正??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在SDK的rootfs下usr/bin/ts_calibrate
校正方法如下:
1 #minicom -c on //开启串口监控,首先要配置好minicom参数 ttyUSB0 115200n8
2 开启EVM电源后进入系统,minicom打印出系统启动信息,之后
最后一行显示:am3517-evm login:
输入root 登陆
3 此时界面显示的是Matrix GUI,要退出GUI,之后
#cd /usr/bin
#./ts_calibrate
之后触摸屏出现校正点,按照提示,点击屏幕,
校正后终端会显示出校正的信息
1 在Linux终端使用minicom登录EVM
2 官方EVM开启后会自动进入Matrix gui,所以先退出gui
#cd /etc/init.d
# ./matrix-gui-e stop
# cd
# cd /usr/bin
# ./ts_calibrate
进入触摸屏校正程序,之后重新启动gui
# cd
# cd /etc/init.d
# ./matrix-gui-e start