Location:
Search - s3c2440 kernel
Search list
Description: Linux2.4.20针对三星公司的s3c2440内核基础上的一些设备驱动代码-Linux2.4.20 against Samsung companies s3c2440 kernel based on the displacement of some equipment move code
Platform: |
Size: 264180 |
Author: 贾军 |
Hits:
Description: 三星2440 ARM 内核 核心 源代码-Samsung 2440 ARM kernel source code
Platform: |
Size: 401266 |
Author: 凡尘 |
Hits:
Description: 三星s3c2440 ARM9芯片在linux下的MMC卡驱动-s3c2440 Samsung ARM9 chip in the linux MMC Card Driver
Platform: |
Size: 22528 |
Author: 王孝丰 |
Hits:
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: u-boot源代码, 用于引到Linux内核, 非常重要的bootloader-u-boot source code for the Linux kernel to which, it is very important Bootloader
Platform: |
Size: 3072 |
Author: 石峰 |
Hits:
Description: 三星2440 ARM 内核 核心 源代码-Samsung 2440 ARM kernel source code
Platform: |
Size: 521216 |
Author: 凡尘 |
Hits:
Description: s3c2440核心板原理图,非常详细,欢迎下载-s3c2440 core plate diagram is very detailed and welcome to download
Platform: |
Size: 134144 |
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: S3C2440开发板,基于2.6.12内核的dm9000网卡驱动程序-S3C2440 development board, based on the 2.6.12 kernel dm9000 network card driver
Platform: |
Size: 13312 |
Author: tequlialv |
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: powarm S3C2440 kernel schematics
Platform: |
Size: 194560 |
Author: powarm |
Hits:
Description: s3c2440 kernel 2.4.20的源代码。还有s3c2440的u-boot和jflash。
手头的都是开发板带过来的,一直想找原版的,网上也找不到。在三星的网站上也下不到(好像要帐号,也不开放注册)。
从一个同事那拷过来,他说是很多年前在三星的网站上下的。还望各位帮忙鉴别一下。-s3c2440 kernel 2.4.20 source code. Development board are at hand to bring up, has been looking for the original and can not find online. Samsung' s Web site is also less than (it seems to account, not open for registration). Copy from a colleague that come, he said many years ago, Samsung' s Web site from top to bottom. Members also hope to help identify you.
Platform: |
Size: 29793280 |
Author: 王云 |
Hits:
Description: 三星S3C2440的 LINUX内核2.4.20-Samsung S3C2440 the LINUX kernel 2.4.20
Platform: |
Size: 36329472 |
Author: jiang |
Hits:
Description: s3c2440 u-boot--kernel--根文件系统移植详细报告-s3c2440 u-boot kernel rootfs
Platform: |
Size: 13312 |
Author: 任浩然 |
Hits:
Description: install linux on S3C2440
Platform: |
Size: 865280 |
Author: zack |
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内核在S3C2440上移植的方法,学位论文-Linux kernel porting to S3C2440
Platform: |
Size: 346112 |
Author: hhfa |
Hits:
Description: 有关S3C2440内核的英文书籍,详细介绍了S3C2440的相关知识-English books on S3C2440 kernel, detailed knowledge of the S3C2440
Platform: |
Size: 2234368 |
Author: 刘京京 |
Hits: