⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 用shell编写的使博创2410s ARM9开发板能成功驱动触摸屏的补丁
💻
字号:
##########################################################################
#namee:     README
#Purpose:   In order to enable the touchscreen in qt on arm2410s platform
#Author:    Joseph Wang
#Ver:       1.0
#Created:   22-June-2008
#########################################################################
step 0: copy file 
	--------------------------------------------------	      	
	  ./install.sh
	-------------------------------------------------

step 1: configure nfs server and start the service
	work on PC with the RedHat 9.0 linux enviroment
	--------------------------------------------------
	cd setupnfs
	./setupnfs.sh
	--------------------------------------------------

Step 2: install tslib to support TouchScreen 
        work on arm2410s platform
	-------------------------------------------
	mount -t nfs -o nolock 192.168.0.121:/arm2410s /mnt/nfs
	cd /var
	cp /mnt/nfs/arm-ts-setup.tar.gz ./
	tar -xzvf arm-ts-setup.tar.gz
	cd arm-ts-setup
	./install-ts.sh
	--------------------------------------------

Step 3: flash the kernel and root filesystem for arm2410s
        work on arm2410s platform
	--------------------------------------------------------
	#mount -t nfs -o nolock 192.168.0.121:/arm2410s /mnt/nfs  
	cd /mnt/nfs/kernel-root-flash
	./iw_kernel.sh
	./iw_root.sh
	--------------------------------------------------------

step 4: reboot the arm2410s board, 
	now you will find you are in /mnt/yaffs directory
        next time you can do the following things:
	--------------------------------------------------------
        a: mount nfs server to /mnt/nfs directory 
           ./mountnfs
        b: test the touchscreen
           ./qts.sh
        c: start QT
           cd Qtopia
           ./qtopia.sh            
	--------------------------------------------------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -