Location:
Search - 2.4.18-rmk7
Search list
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: linux嵌入式课程实践中的一个关于声卡驱动程序 。
Platform: |
Size: 33538666 |
Author: 焦志文 |
Hits:
Description:
Platform: |
Size: 734644 |
Author: runningman |
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: linux嵌入式课程实践中的一个关于声卡驱动程序 。-linux embedded curriculum practice on sound card drivers.
Platform: |
Size: 33539072 |
Author: |
Hits:
Description: pxa255交叉编译环境 for Xscale 2-PXA255 cross compiler environment for Xscale 2
Platform: |
Size: 144384 |
Author: 李超俊 |
Hits:
Description: SMDK2410 Linux Patch 2.4.18
Platform: |
Size: 500736 |
Author: Shiv |
Hits:
Description: Linux kernel 2.4.18.rmk7 配置系统解析-Linux kernel 2.4.18.rmk7
Platform: |
Size: 8192 |
Author: wangmeng |
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下的2.4.18内核补丁工具,可以移植到ARM上-patch for ARM-Linux2.4.18,explant for ARM
Platform: |
Size: 596992 |
Author: quliangdong |
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:
Description: 嵌入式linux内核,linux-2.4.18-rmk7-pxa1-mz5-zhiyuan.tar.bz2。下载后把文件名改为linux-2.4.18-rmk7-pxa1-mz5-zhiyuan.tar.bz-Embedded linux kernel, linux-2.4.18-rmk7-pxa1-mz5-zhiyuan.tar.bz2.
Platform: |
Size: 24797184 |
Author: luoxuliang |
Hits:
Description: 构建交叉开发环境 在PC上构建嵌入式linux开发环境,需要安装适合于目标处理器的交叉编译器和调试器 以及将要使用的嵌入式linux发行版本源代码-linux-2.4.18-rmk7-pxa1-mz5-zhiyuan.tar.bz2 本站没有 百度也没有
Platform: |
Size: 40765440 |
Author: 刘心羽 |
Hits: