搜索资源列表
ulcd.tar
- 用于天嵌s2440板子的lcd简单测试程序,在linux环境下以make命令编译出ulcd.bin文件。然后在uboot环境下使用:输入 tftp 0x30000000 ulcd.bin上传二进制代码后,再运行go 0x30000000即可看到液晶屏出现色彩条纹。-Simple LCD test routines for EmbedSky TQ2440 board. Please compile it by make on linux, then use it on uboot: First
COM_Test
- 基于TQ2440开发板的linux串口通信测试源码-TQ2440-based development board linux serial communications test source
buttons-irq
- tq2440按键测试,主要涉及中断内容。是初学者测试的工具-tq2440 key test, mainly related to interrupt the content. Is a test tool for beginners
usbCamera
- 基于ZC0301摄像头的驱动开发源码,在TQ2440上编译测试通过。-ZC0301 webcam driver open source, compiled in TQ2440 test.
led_io_duankou
- 嵌入式linux下采用IO端口方式控制LED 在TQ2440开发板上测试成功-Embedded linux IO ports used under way to control the LED on TQ2440 development board test was successful
gspca-2.13.6
- 中星微ZC301P摄像头驱动程序及OK6410上测试程序,适用于:mini2440 tiny6410 ok6410 te6410 micro2440 mini6410 mini210 tiny210 fl2440 tq2440 tq6410-Vimicro ZC301P camera driver test program and OK6410, suitable for:mini2440 tiny6410 ok6410 te6410 micro2440 mini6410 mini210 t
18b20_linux_Qt
- tq2440的ds18b20的驱动,测试程序和QT程序,我已亲自检验过。-The driver TQ2440 DS18B20, test program and QT program, I have personally tested.
KEIL_MDK_2015-3-2
- 基于KEIL MDK的tq2440裸机工程模板。亲测,可以。-Based KEIL MDK s tq2440 bare project template. Pro-test, you can.
iceboot
- 基于TQ2440的建议Uboot实现,包括: 核心初始化 内存初始化 mmu初始化 按键初始化 nandflash初始化 DMA初始化 LCD初始化 电阻式触摸屏驱动 网卡初始化 移植tftp客户端 移植bootm命令 对上述内容的测试程序 代码风格良好,注释详细,可用于2440平台的学习,有兴趣的可以向本人要学习所做的笔记。QQ:49042765-Based on Uboot s proposed TQ24