Description: MIZI Research, Inc.发布的嵌入式Linux内核源码,现在的版本是是2.4.18-rmk7-pxa1-mz5。其中包含了很多常用硬件驱动,如CS8900、UDA1341等。 这是为一款用SAMSUNG公司S3C2410A芯片为处理器的系统配置的内核,可支持 640*480 TFT、Audio、LAN、RS-232、USB等接口。-MIZI Research, Inc. Release of embedded Linux kernel source, the current version is over 2.4.18 - rmk7 - pxa1 - mz5. It covers a lot of common hardware drivers, such as CS8900, UDA1341 so. This is a new company with Samsung S3C2410A chip processor for the system configuration of the kernel, can support 640 * 480 TFT, Audio, LAN, RS-232, USB interface. Platform: |
Size: 31262180 |
Author:何飞 |
Hits:
Description: MIZI Research, Inc.发布的嵌入式Linux内核源码,现在的版本是是2.4.18-rmk7-pxa1-mz5。其中包含了很多常用硬件驱动,如CS8900、UDA1341等。 这是为一款用SAMSUNG公司S3C2410A芯片为处理器的系统配置的内核,可支持 640*480 TFT、Audio、LAN、RS-232、USB等接口。-MIZI Research, Inc. Release of embedded Linux kernel source, the current version is over 2.4.18- rmk7- pxa1- mz5. It covers a lot of common hardware drivers, such as CS8900, UDA1341 so. This is a new company with Samsung S3C2410A chip processor for the system configuration of the kernel, can support 640* 480 TFT, Audio, LAN, RS-232, USB interface. Platform: |
Size: 31261696 |
Author:何飞 |
Hits:
Description: 移植到samsungarm2410的内核愿代码,内带dm9000的驱动实现-Samsungarm2410 transplanted into the kernel would like to code, within the belt of the drive to achieve dm9000 Platform: |
Size: 24797184 |
Author:chenyuan |
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: 此文件为ARM-linux-2.4.18的rtai实时化补丁,网上比较难找到,本人有幸直接从原作者那里直接得到,希望方便又需要的朋友。-This file is ARM-linux-2.4.18 patch of rtai real-time, on-line more difficult to find, I had the honor to be directly from the original author directly, where I hope convenient and necessary friend. Platform: |
Size: 7168 |
Author:zjx |
Hits: