码迷,mamicode.com
首页 >  
搜索关键字:tslib移植    ( 8个结果
最新QT4.8+kernel_3.2.5+uboot_2010.06+tslib移植成功-问题小结
2012-02-19 21:34:13 都是从源码下载然后自己修改,使用与TQ2440,之前uboot其实已经完成了。但是yaffs2没带起来。现在回头看来是很简单的了。bootargs参数中我设置成了ramdisk但是无法挂载yaffs2啦。修改了下就可以了。 安装配置QT4.8到是花费了大半天的 ...
分类:其他好文   时间:2019-04-27 13:17:06    阅读次数:165
搭建qt环境
一. 什么是QT 二. tslib移植和测试 2.1. 什么是tslib 2.2. 部署tslib 2.2.1. 获取tslib-1.4源文件 a. 下载地址:https://github.com/kergoth/tslib#setup-and-configure-tslib b. tar -xvf ...
分类:其他好文   时间:2019-01-23 00:24:11    阅读次数:200
tslib移植中环境变量编辑
(1)将/usr/local/tslib下的所有文件复制到移植系统文件中/usr/local(2)编辑移植系统中/etc/profile添加触摸屏支持内容:在/etc/profile文件中设置tslib环境变量:# 指定tslib主目录位置export TSLIB_ROOT=/home/system ...
分类:其他好文   时间:2017-11-01 13:25:42    阅读次数:140
【转载】tslib移植_freescale imx6
本文来自网络:http://blog.csdn.net/xishuang_gongzi/article/details/49422879 环境:host:Ubuntu12.04target:freescale imx6交叉编译链:4.6.2tslib源代码:在https://github.com/k ...
分类:其他好文   时间:2016-10-28 15:36:29    阅读次数:354
移植Qt与Tslib到X210开发板的体会
1、将QT移植到X210上,让X210开发板可以运行QT东西,需要几个东西。tslibQT源码编译后的lib库等(1)tslib移植:@1:下载tslib,官方上下就可以。@2:解压。比如解压到了/root/xin_210/下@3:选择固定的交叉编译工具连,内核,tslib,QT源码都要用这一个编译,我用的是arm-2009q3...
分类:其他好文   时间:2016-09-24 22:08:27    阅读次数:360
tslib-1.4移植(转)
转自:http://blog.163.com/zhuandi_h/blog/static/180270288201222310291262/ 环境:host:Ubuntu11.10target:Omap35X EVm 交叉编译链:4.3.2,Sourcery G++ Lite 2008q1-126 ...
分类:其他好文   时间:2016-07-30 06:51:48    阅读次数:202
tslib移植
1.下载tslib源代码 https://github.com/kergoth/tslib 2.解压源代码tslib 3.进入源代码文件夹 # cd tslib-master 4.配置 # ./autogen.sh 出错:./autogen.sh: 3: ./autogen.sh: autoreconf: not found 下载工具:autoconf #...
分类:其他好文   时间:2015-08-27 15:29:22    阅读次数:147
移植tslib库出现selected device is not a touchscreen I understand
selected device is not a touchscreen I understand...
分类:其他好文   时间:2014-09-05 18:14:41    阅读次数:386
8条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!