Description: Linux2.4.20针对三星公司的s3c2440内核基础上的一些设备驱动代码-Linux2.4.20 against Samsung companies s3c2440 kernel based on the displacement of some equipment move code Platform: |
Size: 264192 |
Author:贾军 |
Hits:
Description: s3c2440芯片嵌入linux(2.6内核)系统后的LED控制程序。通过它可以学习再linux下一般I/O口的操作方法-S3C2440 chip embedded linux (2.6 kernel) system after the LED control procedures. Can learn through it again under linux in general I/O port operation Platform: |
Size: 97280 |
Author:htx |
Hits:
Description: Linux 2.4.18 s3c2440 led driver
使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。
insmod main.o //安裝模組
mknod /dev/leds c 221 0
使用方法:
int main(int argc, char *argv[])
{
int testdev
//led test...
testdev = open("/dev/QuickMarkLed",O_RDWR)
ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1
ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1
close(testdev)
return 0
}
-Linux 2.4.18 s3c2440 led driver to use dev-C++ Writing, the need for linux 2.4.18 kernel include, compiled after the completion of led module. insmod main.o// install the module mknod/dev/leds c 221 0 to use: int main (int argc, char* argv []) (int testdev// led test ... testdev = open (/ dev/QuickMarkLed , O_RDWR) ioctl (testdev, 2, 1)// ioctl (device, led number, open/close) open = 1 ioctl (testdev, argv [1] [0]- 0, argv [2] [0]- 0 )// ioctl (device, led number, open/close) open = 1 close (testdev) return 0) Platform: |
Size: 5120 |
Author:Jia-Yang Chen |
Hits:
Description: 一个linux 2.6内核下的完整的字符驱动实例,可以静态加载进内核,源码包含了对Makefile和Kconfig的修改,硬件平台是s3c2440.-A linux 2.6 kernel complete examples of character-driven, you can still load into the kernel source code contains a Makefile and Kconfig changes to the hardware platform is s3c2440. Platform: |
Size: 5120 |
Author:白文晓 |
Hits:
Description: 移植过的2.6内核时钟的驱动,经过验证绝对可以用-Transplantation had a 2.6 kernel clock-driven, can be verified absolutely Platform: |
Size: 4096 |
Author:娄朝晖 |
Hits:
Description: linux2.6.30内核在s3c2440上的设备驱动的例子,利用新的os API编写的驱动。-linux2.6.30 the kernel' s device drivers s3c2440 example of the use of new os API driver prepared. Platform: |
Size: 94208 |
Author:赵新 |
Hits:
Description: 使用于S3C2440开发板上的OV9650摄像头的Linux驱动,Linux内核为2.6版本-Linux driver of camera ov9650 for arm s3c2440, Linux kernel version is 2.6 Platform: |
Size: 25600 |
Author:linzhenze |
Hits:
Description: 该程序是一个基于s3c2440的步进电机驱动程序和测试程序,编译内核版本为linux-2.6.13。-The program is a stepping motor based s3c2440 drivers and test program, compile the kernel version is linux-2.6.13. Platform: |
Size: 9216 |
Author:郑道宝 |
Hits:
Description: 一个linux2.6.10内核的源码,很稳定的一版,已经成功移植到S3C2440开发板上,适用于嵌入式开发人员。-A linux2.6.10 kernel source, a very stable version has been successfully transplanted to the S3C2440 development board for embedded developers. Platform: |
Size: 52105216 |
Author:王刚 |
Hits:
Description: 为S3C2440移植成功的u-boot,可以引导linux内核2.6.32,硬件平台为Friedly ARM开发板。-S3C2440 a successful transplant for the u-boot, you can boot linux kernel 2.6.32, hardware platform, Friedly ARM development board. Platform: |
Size: 11789312 |
Author:左左 |
Hits:
Description: 自己写的平台总线 根据linux系统架构分为dev和drvier 还有测试程序和makfile 支持s3c2440
内核2.6-Write their own platform bus the dev and drvier also test procedures and makfile to support s3c2440 linux system architecture is divided into
Kernel 2.6 Platform: |
Size: 5120 |
Author:yxf |
Hits:
Description: DM9000网卡版本号为2.09,从厂家得到驱动后移植到s3c2440里支持内核2.6-DM9000 network card version number is 2.09, transplanted to S3C2440 drive from manufacturers support kernel 2.6 Platform: |
Size: 13312 |
Author:yxf |
Hits:
Description: ARM9 S3C2440驱动源代码(网卡驱动),内核2.6.40.3,调试通过,可正常使用,包含.c Makefile和测试程序-ARM9 S3C2440 driver source code (NIC driver), kernel 2.6.40.3, debugging through normal use, including c Makefile and test procedures Platform: |
Size: 18432 |
Author:吕志明 |
Hits:
Description: ARM9 S3C2440驱动源代码(内存映射硬件访问源代码),内核2.6.40.3,调试通过,可正常使用,包含.c Makefile和测试程序-ARM9 S3C2440 driver source code (memory-mapped hardware access to the source code), kernel 2.6.40.3, debugging through normal use, including c Makefile and test procedures Platform: |
Size: 3072 |
Author:吕志明 |
Hits:
Description: ARM9 S3C2440驱动源代码(中断测试应用驱动),内核2.6.40.3,调试通过,可正常使用,包含.c Makefile和测试程序-ARM9 S3C2440 driver source code (interrupt test drive), kernel 2.6.40.3, debugging through normal use, including c Makefile and test procedures Platform: |
Size: 3072 |
Author:吕志明 |
Hits: