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: Samsung S3C2440 bootloader。串口输出,支持USB下载内核镜像,主要分为硬件初始化的汇编代码init.s和C的内核引导代码u2440mon.c两部分-Samsung S3C2440 bootloader. Serial output, support for USB download kernel-image, mainly divided into the assembly code to initialize the hardware init.s and C of the core to guide the two parts of the code u2440mon.c Platform: |
Size: 945152 |
Author:费鹏 |
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: s3c2440 gpio 的控制,是基于2.4内核开发的驱动,-s3c2440 gpio control is based on the 2.4 kernel driver development, Platform: |
Size: 3072 |
Author:林海 |
Hits:
Description: UDA1431 语音芯片的驱动源码及测试程序。在s3c2440开发板linux2.6内核实现语音双工。使用方法:在内核源码中找到相应的C源文件替换即可。压缩包内有语音同时输入输出的测试程序。-Voice chip UDA1431 driver source code and testing procedures. S3C2440 development board in linux2.6 core duplex voice. Usage: In the kernel source code found in the corresponding C source file can be replaced. Compressed packet voice input and output at the same time of the test procedure. Platform: |
Size: 11264 |
Author:gao |
Hits:
Description: 移植过的2.6内核时钟的驱动,经过验证绝对可以用-Transplantation had a 2.6 kernel clock-driven, can be verified absolutely Platform: |
Size: 4096 |
Author:娄朝晖 |
Hits:
Description: 基于s3c2410、2440的从SD卡引导Linux内核程序,实现FAT文件系统,读取SD卡内的Linux内核到SDRAM中,并运行。-Based on s3c2410, 2440 from the SD card boot Linux kernel procedures, implementation FAT file system, read the SD card inside the Linux kernel to SDRAM, and running. Platform: |
Size: 234496 |
Author:XZY |
Hits:
Description: 基于arm S3C2440 linux内核下的AD采样驱动程序,并将其转换成电压值-Based on arm S3C2440 linux kernel driver for the AD samples, and convert it into a voltage value Platform: |
Size: 2048 |
Author:kechangxue1 |
Hits:
Description: vivi源码,基于s3c2440,支持128M nandflash,与128M SDRAM,自己修改,DM9000网卡,网口下载内核与文件系统-vivi source code, based on s3c2440, support 128M nandflash, and 128M SDRAM, their changes, DM9000 network card, Ethernet port to download the kernel and file system! ! ! Platform: |
Size: 1198080 |
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: 一个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: