Location:
Search - arm linux led
Search list
Description: 广州友善之臂SBC-2410X所使用的测试程序包,含源代码.linux 的led 按键等驱动-Guangzhou friendliness arm SBC-2410X used in the test procedure kits, with the source code. linux led the drive button, etc.
Platform: |
Size: 175929 |
Author: 吕春秋 |
Hits:
Description: 该压缩包里面含两个源码,一个是LED流水灯实验,一个是按键控制源码。里面都包括驱动程序和相应的应用程序,开发平台为arm-linux-gcc,所用ARM板为ST2410.
Platform: |
Size: 4165 |
Author: 刘贵华 |
Hits:
Description: 基于ARMs3c44b0的键盘输入输出i/o的在 led上显示出来的程序--Show the output based from ARMs3c44b0 keyboard on led.
Platform: |
Size: 9497 |
Author: 欧阳纯风 |
Hits:
Description: 基于ARMs3c44b0的键盘输入输出i/o的在 led上显示出来的程序--Show the output based from ARMs3c44b0 keyboard on led.
Platform: |
Size: 9216 |
Author: 欧阳纯风 |
Hits:
Description: s3c2410 armlinux下字符型设备驱动的例子(控制led灯)-s3c2410 armlinux character device driver under example (control led HEC)
Platform: |
Size: 5120 |
Author: fenghui |
Hits:
Description: 基于linux操作系统ATMELARM9200 开发平台的LED演示程序-ATMELARM9200 development platform LED Demonstration Program
Platform: |
Size: 17408 |
Author: wang |
Hits:
Description: 广州友善之臂SBC-2410X所使用的测试程序包,含源代码.linux 的led 按键等驱动-Guangzhou friendliness arm SBC-2410X used in the test procedure kits, with the source code. linux led the drive button, etc.
Platform: |
Size: 176128 |
Author: 吕春秋 |
Hits:
Description: linux下的外围键盘及led驱动程序,对于学习嵌入式arm linux编程有帮助-linux under the external keyboard and led driver, learning Embedded Linux programming arm help
Platform: |
Size: 41984 |
Author: lisunny |
Hits:
Description: 这是友善之臂arm9开发板SBC2410的嵌入式Linux开发指南,书中介绍了linux开发环境的建立,还有一些linux下的驱动程序和应用程序源码,例如led的驱动与应用程序,按键的驱动与应用程序等,适合linux下编写驱动与应用程序者。-This is a friendly arm on the SBC2410 development board ARM9 Embedded Linux development guidelines, the book describes the establishment of linux development environment, there are still some driver under linux and application source code, for example, led the drive with the application, the button driver and application procedures for the preparation of drivers under linux and application procedure.
Platform: |
Size: 871424 |
Author: 刘贵华 |
Hits:
Description: 该压缩包里面含两个源码,一个是LED流水灯实验,一个是按键控制源码。里面都包括驱动程序和相应的应用程序,开发平台为arm-linux-gcc,所用ARM板为ST2410.-Compression inside the package containing the two-source, a LED light water experiment, a source button control. Which includes the driver and the corresponding applications, development platform for the arm-linux-gcc, used by ARM board for ST2410.
Platform: |
Size: 4096 |
Author: 刘贵华 |
Hits:
Description: 这是ARM2410上LED驱动,可以实现跑马灯的功能,六个小灯循环点亮,很不错!-This is the ARM2410 on LED driver can achieve the functions of Marquee, six small circle of lights lit, very good!
Platform: |
Size: 148480 |
Author: liguojin |
Hits:
Description: 友善之臂ARM2440 LED控制程序,可脱离Linux运行-Arm friendliness ARM2440 LED control program can be run from Linux
Platform: |
Size: 120832 |
Author: zhaolin |
Hits:
Description: ARM Linux2.4 S3C2410 LED驱动程序-ARM Linux2.4 S3C2410 LED driver
Platform: |
Size: 4096 |
Author: 陈超 |
Hits:
Description: arm linux s3c2410 led驱动例程,方便学习驱动-arm linux s3c2410 led device
Platform: |
Size: 3072 |
Author: sober |
Hits:
Description: 1、将makefile中的
CROSS =/usr/local/arm/2.95.3/bin/arm-linux-
CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include
CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux
CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include
路径改为你宿主机上的。
2、#make,来编译驱动模块。
3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径
#arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序
最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。
4、#mkdir /tmp/1
5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。
6、#mknod /dev/gpio c 220 0 //创建文件节点
#insmod gpiodrv.o
#chmod +x gpio_test
#./gpio_test
然后,就可以看到四个LED灯在闪烁了。:)-1, the makefile in the CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+ =- I/usr/local/arm/2.95.3/arm-linux/include changed the path on your host. 2,# make, to compile driver modules. 3,# export PATH = $ PATH:/usr/local/arm/2.95.3/bin// depends on your host on the path of the cross compiler tool# arm-linux-gcc-o gpio_test gpio_test.c// compile the application procedures for the ultimate in your current folder will be generated under the two documents gpiodrv.o and gpio_test. 4,# mkdir/tmp/1 5, through the ftp way to gpiodrv.o File Download gpio_test with the development of your board/tmp/1 directory. 6,# mknod/dev/gpio c 220 0// create a file node# insmod gpiodrv.o# chmod+ x gpio_test#./Gpio_test then four LED lights can be seen in the flicker of. :)
Platform: |
Size: 9216 |
Author: 马工 |
Hits:
Description: 嵌入式arm9-linux,led小灯驱动实验,实验驱动,包含Makefile文件-Embedded arm9-linux, led a small light-driven experiments drive, including the Makefile file
Platform: |
Size: 3072 |
Author: Final.winds |
Hits:
Description: 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(LED、按键、扩展串口、网卡、硬盘、SD卡、LCD和USB等),GUI系统的移植(包含两个GUI系统:基于Qtopia和基于X),应用程序调试技术。
本书从最简单的点亮一个LED开始,由浅入深地讲解,使读者最终可以配置、移植、裁剪内核,编写驱动程序,移植GUI系统,掌握整个嵌入式Linux系统的开发方法。
-This book a comprehensive introduction to embedded Linux system development process, from the bottom to the upper GUI application system to support all aspects of Linux operating system, covers the installation and use of related tools, configuration, embedded programming basics needed (cross- compilation tool option settings, Makefile syntax, ARM assembly instructions, etc.), the use of hardware components and programming (include the common hardware, such as UART, I* IC, LCD, etc.), U-Boot, Linux kernel analysis of , configuration, and migration, the root file system structure (including the transplant busybox, glibc, make image files, etc.), kernel debugging techniques (such as adding kgdb patch, stack back, etc.), driver programming and transplant (LED, button, extended serial port, network cards, hard drives, SD card, LCD, and USB, etc.), GUI system, transplantation (includes two GUI systems: based on Qtopia and based on X), the application debug technology.
This book, from th
Platform: |
Size: 561152 |
Author: 流浪 |
Hits:
Description: arm-linux LED流水灯实验源码-arm-liunx leds code
Platform: |
Size: 2048 |
Author: guanpeng |
Hits:
Description: 用于做ARM-LINUX系统的测试驱动程序,这是LED流水灯测试程序。-ARM-LINUX system for doing the test driver, which is LED lights water testing procedures.
Platform: |
Size: 7168 |
Author: xiaopang |
Hits:
Description: arm linux \led屏源代码 这个代码是友善之臂开发板上的 朋友们有需要的拿走-arm linux \ computer source code
Platform: |
Size: 1024 |
Author: gxh |
Hits: