Welcome![Sign In][Sign Up]
Location:
Search - linux serial driver 2.4

Search list

[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-Unixserial

Description: linux下的串口口驱动程序,适用于LINUX,内核2.4版本-serial port under linux driver for LINUX, kernel version 2.4
Platform: | Size: 100352 | Author: 李昱 | Hits:

[USB developftdi_sio.tar

Description: USB FTDI Serial Converters Driver-Instructions to install new driver You may require the sources matching the current kernel to be installed on your system (and built). There are many helpfull websites that can assist you with this step and it isnt as daunting as you first think! Try http://www.osnews.com/story.php?news_id=2949&page=2 as a first step if the link is still available. To install the ftdi_sio driver use the following steps: 1. Create a temporary folder in your linux machine. 2. Extract the files from ftdi_sio.tar.gz file to your temporary folder "gunzip ftdi_sio.tar.gz" "tar-xvf ftdi_sio.tar" 3. Build the driver "make" 4. Plug in your ftdi device 5. Check to see if default driver was loaded "lsmod"- you will see ftdi_sio if a driver is loaded 6. Remove the default installed driver "rmmod ftdi_sio"
Platform: | Size: 34816 | Author: kc101 | Hits:

[Driver Developadv950_source_v3.32.tar

Description: 研华串口卡Linux平台驱动程序,支持2.4,2.6内核-advantech serial cards linux driver,support 2.4 and 2.6 kernel
Platform: | Size: 111616 | Author: feng | Hits:

[Linux-UnixLinux-driver-development14

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第14章、Linux终端设备驱动。在Linux系统中,终端设备非常重要,没有终端设备,系统将无法向用户反馈信息,Linux系统中包含控制台、串口和伪终端3类终端设备。14.1节阐述了终端设备的概念及分类,14.2节给出了Linux终端设备驱动的框架结构,重点讲解tty_driver结构体及其成员。14.3~14.5节在14.2节的基础上,分别讲解Linux终端设备驱动的模块加载/卸载函数和open()、close()函数,数据读写流程及tty设备线路设置的编程方法。在Linux系统中,串口驱动完全遵循tty驱动的框架结构,但是进行了底层操作的再次封装,14.6节讲解了Linux系统针对串口tty驱动的这一封装,14.7节则具体给出了串口tty驱动的实现方法。14.8节基于14.6节和14.7节的讲解给出了串口tty驱动的设计实例,即S3C2410集成UART的驱动。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 14, Linux terminal device drivers. In Linux system, terminal equipment is very important, no terminal equipment, the system will not be able to user feedback information, Linux system contains the console, serial ports, and false terminal 3 class terminal equipment. Section 14.1 expounds the concept and classification of the terminal equipment, section 14.2 gives Linux terminal device driver of the frame structure, point to explain in detail tty_driver structures and its members. 14.3 ~ 14.5 in section 14.2, respectively, on the basis of explaining Linux terminal equipment driver module loading/unloading function and open () () function, close reading and writing data, process and equipment set lines tty programming method. In Linux system, serial driver and comply fully with the frame structure, drive tty but the bottom
Platform: | Size: 706560 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development2

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第2章、驱动设计的硬件基础。本章讲解底层驱动工程师必备的硬件基础,给出了嵌入式系统硬件原理及分析方法的全景视图。2.1节讲解微控制器、微处理器、数字信号处理器以及应用于特定领域的处理器各自的特点。2.2节对嵌入式系统中所使用的各类存储器与CPU的接口、应用领域及特点进行了详细讲解。2.3节讲解常见的外设接口与总线的工作方式,包括串口、I2C、USB、以太网接口、ISA、PCI和cPCI等。嵌入式系统硬件电路中经常会使用CPLD和FPGA,2.4节讲解了CPLD和FPGA在电路中的作用。2.5~2.7节讲解实际项目开发过程中硬件分析的方法,包括如何进行原理图分析、时序分析以及如何快速地从芯片手册获取有效信息。2.8节讲解了调试过程中常用仪器、仪表的使用方法,涉及万用表、示波器和逻辑分析仪。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 2, drive design hardware foundation. This chapter explaining the bottom drive engineers must hardware foundation, gives the embedded system hardware principle and analysis methods of the panoramic views. Section 2.1 explain micro controller, microprocessor, digital signal processor and the application in particular areas of the processor respective characteristics. Section 2.2 of embedded system used in all kinds of memory and CPU interface, application field and features detailed explanation. Section 2.3 interpretation of common interface and peripherals, including bus way of working serial port, the I2C, USB, the Ethernet interface, ISA, PCI and cPCI, etc. The embedded system hardware circuit we often use CPLD and FPGA, section 2.4 explained CPLD and FPGA in a circuit ?
Platform: | Size: 866304 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development22

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第22章、Linux设备驱动的调试。“工欲善其事,必先利其器”,为了方便进行Linux设备驱动的开发和调试,建立良好的开发环境很重要,包括实验室环境建设、使用必要的工具软件以及掌握常用的调试技巧等。22.1节介绍Linux开发环境的建设,包括实验室配置、工具链、串口工具等。22.2节讲解了Linux下调试器gdb的基本用法和技巧。22.3节讲解了Linux内核的调试方法,22.4~22.9节对22.3节的概述展开讲解,分别讲解了Linux内核调试用到的printk()、/proc、oops、监视工具,kcore、kdb和kgdb,以及使用仿真器进行调试的方法。22.10节讲解了Linux应用程序的调试方法,驱动工程师往往需要编写用户空间的应用程序对自身编写的驱动进行验证和测试,因此,掌握应用程序调试方法对驱动工程师而言也是必须的。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual best-selling list, Linux device driver chapter 22 commissioning. "Work to do a good job, you will have to have the benefit its implement", in order to facilitate the development of the device driver for Linux and debugging, and establish a good development environment is very important, including laboratory environment construction, use the tools necessary software and a grasp of the commonly used debugging skills, etc. Section 22.1 introduces the development environment construction, Linux including laboratory configuration, tool chain, serial ports, tools, etc. Section 22.2 explained Linux debugger GDB under the basic usage and skills. Section 22.3 explained Linux kernel debugging methods, 22.4 ~ 22.9 to 22.3 on the paper explained respectively, explained the Linux kernel debugging printk used (),/proc, oops, surveillance tools, kcore, KDB and KGDB, and using simulators ?
Platform: | Size: 734208 | Author: 华清远见 | Hits:

[OtherThe-Tiny6410-Linux-Development-Guide

Description: Tiny6410 Linux开发指南,友善之臂一款tiny6410的开发板,随板自带的文档 帮助爱好者更好的自学。文档内容如下:1.1 初试Linux之图形界面Qtopia-2.2.0,Qtopia4和QtE-4.7.0系统 1.2 通过串口终端操作开发板 1.3 安装并设置Fedora9 1.4 解压安装源代码及其他工具 1.5 配置和编译U-boot 1.6 配置和编译内核(Kernel) 1.7 配置和编译busybox 1.8 制作目标板文件系统映象 1.9 嵌入式Linux应用程序示例 1.10嵌入式Linux驱动程序示例 1.11 编译Qtopia-2.2.0 1.12 编译QtE-4.7.0 1.13 编译Qtopia4(Qt-Extended-4.4.3) 1.14 选择哪个版本的Qt进行开发 操作和介绍很清晰,便于嵌入式学习者使用。-The Tiny6410 Linux Development Guide, the friendliness arm a tiny6410 development board, documentation that comes with the board to help enthusiasts better self-learning. The document reads as follows: 1.1 first test of the graphical interface of Linux Qtopia-2.2.0 Qtopia4 QtE-4.7.0 system 1.2 development board through the serial port terminal operations 1.3 Installation and set-extracting install the source code and other tools Fedora9 1.4 1.5 configure and compile U- boot 1.6 configure and compile the kernel (Kernel) 1.7 configuration and compile busybox 1.8 production target board file system image 1.9 embedded Linux application example of 1.10 embedded Linux driver example 1.11 compile Qtopia-2.2.0 1.12 compiled QtE-4.7.0 1.13 compiled Qtopia4 (Qt-Extended-4.4.3) 1.14 very clear and easy to choose which version of Qt development operations and introduce embedded learner.
Platform: | Size: 5737472 | Author: 杨洋 | Hits:

[Linux-Unixak4114

Description: Routines for control of the AK4114 via I2C and 4-wire serial interface IEC958 (S/PDIF) receiver for linux Device driver.- Routines for control of the AK4114 via I2C and 4-wire serial interface IEC958 (S/PDIF) receiver for linux Device driver.
Platform: | Size: 4096 | Author: hunerben | Hits:

[Embeded LinuxDMC2440F

Description: DMC-2440-F采用基于ARM920T内核的Samsung处理器 S3C2440A, 标准主频400MHz,最高主频可达533MHz。采用64MB的SDRAM和64MB的Nand Flash。DMC-2440-F嵌入式开发系统外设非常丰富,功能强大,适用于各种手持设备、消费电子和工业控制设备的开发。支持嵌入式Linux和WINCE5.0.NET操作系统。提供完整的Wince5.0 BSP。 采用linux-2.4.18内核,支持多种文件系统,像cramfs、yaffs2、ext2、Fat、NFS等。linux驱动支持:串口、10/100M网口、音频、USB Host、LCD、触摸屏、USB鼠标、U盘等,支持Qt图形界面。 Wince5.0驱动支持:LCD、触摸屏、KEY 、Nandflsh、串口、USB等-DMC- 2440- F the Samsung processor S3C2440A based on ARM920T kernel, standard frequency 400 MHZ, the highest frequency of up to 533 MHZ. The 64 MB SDRAM and 64 MB Nand Flash. DMC- 2440- F embedded development system peripherals is rich, powerful functions, suitable for all kinds of handheld devices, consumer electronics and industrial control equipment development. Support the embedded Linux operating system and WINCE5.0.NET. Provide complete Wince5.0 BSP. The Linux- 2.4.18 kernel, support for multiple file system, like cramfs, yaffs2, however, Fat, NFS, etc. Linux driver support: a serial port, 10/100 m so, audio, USB Host, LCD, touch screen, USB mouse, U disk, etc., to support Qt graphical interface. Wince5.0 driver support: LCD, touch screen, KEY, Nandflsh, serial port, USB, etc
Platform: | Size: 31744 | Author: 龙芯 | Hits:

CodeBus www.codebus.net