Welcome![Sign In][Sign Up]
Location:
Search - linux usb s3c2410

Search list

[Otherbootusb

Description: 基于linux的s3c2410开发板usb驱动程序-s3c2410 linux-based development board usb drivers
Platform: | Size: 1281214 | Author: 小雨 | Hits:

[Linux-UnixUSB

Description: USB驱动代码,是Linux下做的S3C2410实验箱的USB驱动
Platform: | Size: 6536 | Author: 田立斌 | Hits:

[Other resourceusb-slave-s3c2410

Description: ARM S3C2410 USB SLAVE LINUX驱动
Platform: | Size: 684970 | Author: zhouying | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixohci-s3c2410

Description: 这是s3c2410USB主机驱动程序,编译linux内核然后烧进2410板-s3c2410USB host driver, compile Linux kernel then burned into the 2410 Plate
Platform: | Size: 4096 | Author: 王庆 | Hits:

[Linux-UnixLinux2410_usb

Description: linux2.4.20下的针对三星公司的s3c2410的usb模块驱动代码-linux2.4.20 against the Samsung company s3c2410 the usb driver code module
Platform: | Size: 1566720 | Author: 贾军 | Hits:

[Linux-Unixlinux11_mig1_11release

Description: 关于嵌入式s3c2410开发平台上linux2.6内核移植以及其驱动程序开发的讲解文档,讲叙的十分清楚,是难得的好文章!-s3c2410 on embedded development platform linux2.6 kernel transplantation and its driver on the development of the document, spoke of the very clearly, it was rare good article!
Platform: | Size: 1026048 | Author: 吴志华 | Hits:

[SCMUSB_image

Description: 在嵌入式Linux开发环境下S3C2410 为系统处理核心、以 CMOS图像传感器 OV7620 为图像采集工具、以USB 图像处理器 OV511 为图像处理工具来实现图像采集和显示的方法-in Embedded Linux development environment S3C2410 system for the processing core, to CMOS CMOS Image Sensor OV7620 for tools for image acquisition, USB OV511 image processor for image processing tools for image acquisition and display methods
Platform: | Size: 194560 | Author: lifeng | Hits:

[ARM-PowerPC-ColdFire-MIPSCy2410_Bios

Description: s3c2410 bios程序 可引导wince linux vxworks-s3c2410 bios procedures to guide wince linux vxworks
Platform: | Size: 376832 | Author: | Hits:

[Documentslinux_usb_driver

Description: 实现基于S3C2410处理器的系统板与PC机通过USB接口进行互联,通过PC机访问和控制嵌入式开发板上的FLASH存储器。 以往访问嵌入式主机板上的存储器通过串口或者网口通过键入Linux命令来完成,不但速度低,而且对硬件环境和操作者有严格要求(会Linux系统命令),通过此课题可以提升开发产品档次,使普通用户也可以对开发板上的FLASH存储器进行管理,速度上有一定提高,使用了主流的USB接口,方便以后的更新、升级,达到了缩短产品的开发周期和降低了开发难度,节约成本的目的。因此,此课题具有很深远的研究开发意义。
Platform: | Size: 274432 | Author: 王强 | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C2410_BIOS_V2

Description: NAND Flash Boot Please select function : 0 : USB download file(通过USB下载文件) 1 : Uart download file(通过串口下载文件) 2 : Write Nand flash with download file(将下载的文件烧写到NandFlash) 3 : Load Pragram from Nand flash and run(从NandFlash装载文件并运行) 4 : Erase Nand flash regions(擦除NandFlash区域) 5 : Write NOR flash with download file(将下载的文件烧写到NorFlash) 6 : Set boot params(设置Linux启动相关参数) 7 : Set AutoBoot parameter,1:linux 2:wince(设置WINCE自启动)-NAND Flash BootPlease select function: 0: USB download file (through the USB to download files) 1: Uart download file (through the serial port to download files) 2: Write Nand flash with download file (the downloaded file to the programmer NandFlash) 3: Load Pragram from Nand flash and run (from the NANDFLASH loading files and running) 4: Erase Nand flash regions (Erase the NANDFLASH region) 5: Write NOR flash with download file (the downloaded file to the programmer NorFlash) 6: Set boot params ( Linux set to start the relevant parameters) 7: Set AutoBoot parameter, 1: linux 2: wince (set up since the launch of WINCE)
Platform: | Size: 409600 | Author: yang | Hits:

[Linux-UnixUSB

Description: USB驱动代码,是Linux下做的S3C2410实验箱的USB驱动-USB driver code, is done under Linux boxes S3C2410 experimental USB driver
Platform: | Size: 6144 | Author: 田立斌 | Hits:

[Embeded Linuxservfox

Description: linux下的USB摄像头的驱动程序 支持微中芯芯片组的摄像头 在2410的开发板上已经验证过-linux under the camera
Platform: | Size: 34816 | Author: 冯海东 | Hits:

[Embeded Linuxusb-slave-s3c2410

Description: ARM S3C2410 USB SLAVE LINUX驱动-ARM S3C2410 USB SLAVE LINUX driver
Platform: | Size: 685056 | Author: zhouying | Hits:

[Linux-Unixusb_for_vivi_on_linux

Description: 可以写s3c2410 USB device的PC端USB驱动和程序-Can write s3c2410 USB device the PC-side USB drive and procedures
Platform: | Size: 21504 | Author: 韦东 | Hits:

[Embeded Linux2410mon

Description: 根据三星公司提供的在linux环境下的bootloader vivi,经过重新组合变成在ADS1.2环境下编译,并增加了USB下载功能。此源码作为监控程序,烧录在NORFLASH里面,作为专用下载软件使用。-According to Samsung provided in the linux environment bootloader vivi, after re-combination into the ADS1.2 compiler environment, and increase the USB download function. This source as a monitoring program, burn in NORFLASH inside, as a special download software to use.
Platform: | Size: 558080 | Author: liumao | Hits:

[Embeded LinuxUSB_camera

Description: 本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver development process framework and an important data structure, the realization of a USB camera embedded Linux drivers, and S3C2410 platform to achieve the image acquisition.
Platform: | Size: 71680 | Author: 陈天葆 | Hits:

[Linux-Unixohci-s3c2410

Description: usb ohci-s3c2410 LINUX驱动,可供参考,实际可使用-usb ohci-s3c2410 LINUX driver available for reference, the actual use
Platform: | Size: 4096 | Author: duyufang | Hits:

[USB developusb

Description: 嵌入式驱动程序 平台:S3C2410 + LINUX 名字:USB驱动-driver for usb
Platform: | Size: 1130496 | Author: 许多 | Hits:

[Embeded LinuxS3C2410_USB_Linux

Description: 本程序为在Linux操作系统下,ARM9内核芯片S3C2410A的USB固件驱动程序。此源代码在ADS 1.2集成开发环境中设计完成,并在实际工程中调通。USB外围电路、PC界面编程代码和使得Windows识别此USB的驱动文件均在此包中。-This package contains the USB firmware codes of S3C2410A under the Linux operating system. It is developed in the ADS 1.2 platform and can be put into use in practical projects. The USB circuit, PC interface codes and the USB driver which enables Windows98/200/XP to identify this S3C2410 USB device are also included in the packet.
Platform: | Size: 262144 | Author: 张集墨 | Hits:
« 12 »

CodeBus www.codebus.net