预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共57页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

摘要 摘要 随着信息化技术的发展和数字化产品的普及,以计算机技术、集成电路技术和 软件技术为核心的嵌入式系统得到了广泛的应用。然而,随着嵌入式设备的广泛应 用和深入发展,功能日益强大的嵌入式系统所要求的外接设备越来越丰富,于是就 出现了外接设备的识别和驱动问题。由于嵌入式备的种类和特点决定了嵌入式产 品在开发时必须设计与自己设备相配套的驱动程序,所以怎样在特定的设备中开发 自己的驱动程序成为本文研究的重心。 Linux操作系统以其开放源代码、易于开发、功能强大稳定、可裁剪和成本低 等特点,迅速成为当今嵌入式系统的主流开发平台。 嵌入式平台下linux系统的外围设备驱动分为字符型设备、块设备驱动和网络 设备驱动,本文主要研究了字符设备和块设备的驱动开发的一般技巧和方法,在此 基础之上以USB驱动为例,简要介绍了USB驱动的开发流程。最后通过mini2440 开发板实现了USB接口与GPIB接口之间的通信。 关键词:嵌入式Linux,S3C2440,驱动程序,USBGPIB I ABSTRACT ABSTRACT WiththedevelopmentoftheinformationtechnologyandPopularizationofdigital Products,theembeddedsystemhasbeenwidelyusedwiththecomputertechnology, chiptechnologyandsoftwaretechnologyasthecore.However,withthespreadingand developmentofembeddedequipment,itgetsmorepowerfulAndrequiresvarious externalequipments.ThereoccurtheproblemssuchasIdentityanddrivingofthe externalequipments.ItisnecessarytohavetheMatcheddrivingProgramindeveloping theembeddedProductforthetypesandFeaturesoftheembeddedsystem,sohowto explorethematcheddrivingProgramforspecialequipmentisthecoreoftheresearch paper. Linuxsystembecomesrapidlythemainexplorationforembeddedequipmentdueto thefeaturesofbeingeasilyexplored,Powerfulfunctions,stability,beingcuttableandlow cost. ThedriverofexternalequipmentequippedwithLinuxsystemcanbedividedinto characterequipmentdriver,bulkequipmentdriverandnetworkequipmentdriver.it mainlyintroducesthegeneraltacticsandmethodsofdevelopingthedriverofcharacter equipmentandbulkequipment.Itstudiesthedevelopment Keywords:Linux,S3C2440,DriversUSBGPIB II 目录 目录 第一章引言.....................................................................................................................1 1.1选题的背景及意义................................................................................................1 1.2Linux的内核应用和研究现状...............................................................................1 1.3本课题研究的内容................................................................................................2 1.4论文结构..........................