文档详情

嵌入式Linux字符型驱动开发.doc

发布:2017-10-04约1.95万字共43页下载文档
文本预览下载声明
论文(设计)题目: 嵌入式Linux字符型驱动开发 嵌入式Linux字符型驱动开发 摘 要 对于嵌入式产品来说,工作状态指示灯、输入设备、显示部件等与用户交互的设备能否正常工作,往往是产品在市场竞争中存活甚至成功的主要因素。在嵌入式产品中,这些设备都被认为字符型设备,所以基于嵌入式Linux操作系统字符型设备的驱动开发就尤其重要。 本文就Linux+arm平台的嵌入式Linux字符驱动开发做了一些探讨。文章中主要介绍了嵌入式Linux操作系统的特点、系统移植的方法、交叉编译、驱动程序的加载。可以实现Linux系统在ARM开发板运行、自己编写的驱动程序可以在开发板上加载并实现驱动LED显示灯的效果。 [关键词 ABSTRACT For embedded product is concerned, working status indicator, input devices, display parts of equipment to interact with users can work normally, often is the product in market competition to survive and even the key element of success. In embedded products, these devices are considered character type equipment, so based on embedded Linux operating system character type equipment driver development is particularly important. This paper will make some discussions driver development for Linux + arm platform embedded Linux characters. Article mainly introduces the characteristics of embedded Linux operating system, the system transplant approach, cross-compiling, driver loading. Can realize Linux system in ARM development board operation and the driver that I writed can load and realizing the development board driver LED display lights effect. [Key Words] Embedded ,Linux,ARM,Driver 目 录 一、引言 1 二、嵌入式Linux介绍 1 (一)嵌入式系统介绍 1 1、嵌入式系统的定义 1 2、嵌入式系统的组成 1 (二)Linux系统介绍 3 1、Linux简介 3 2、Linux系统的特点 3 三、开发平台介绍 3 (一)硬件平台 3 1、ARM处理器简介 3 2、mini2440开发板介绍 4 (二)软件环境介绍 4 1、Makefile的使用 4 2、交叉编译的使用 6 四、嵌入式开发环境的搭建 6 (一)系统移植 6 1、Bootloader移植 6 2、内核移植 8 3、文件系统移植 10 (二)共享文件的建立 12 五、字符型设备驱动开发 12 (一)设备驱动程序开发概述 13 1、Linux系统设备概述 13 2、设备驱动程序的概念 13 (二)字符型设备驱动开发详解 15 1、有关的概念 15 2、基本的开发流程 21 六、实际案例 24 (一)系统设计 24 1、分析原理图 24 2、芯片手册分析 26 (二)驱动程序 27 1、代码分析 27 2、程序的扩展 28 七、结论 29 参 考 文 献 30 致 谢 31 附 录 32 嵌入式Linux字符型驱动开发 一、引言 随着信息技术的发展和数字化产品的普及,嵌入式系统都得到了广泛的应用。嵌入式系统的广泛应用前景和发展潜力使其成为21世纪的应用热点之一。Linux系统具有很高的可靠性和效率。其公开的获得的开源代码已经在性能、功能、驱动开发和可移植等方面经历了无数的改进和增强。现在越来越多的开发人员都使用Linux系统了。驱动开发是嵌入式开发的一部分。可以说设备驱动开发是进入Linux内核的世界的大门,对整个系统的运行起着至关重要的作用。在嵌入式驱动开发中,最常用的就是字符型设备驱动的开发。本文就字符型设备驱动的开发做一些研讨。 二、嵌入式Linu
显示全部
相似文档