搜索资源列表
linux2.6dirverforcai
- linux 2.6内核驱动入门(菜鸟篇)-linux 2.6 kernel driver entry (as they Part 1)
linux
- linux内核编译文档,是在linux内核里添加驱动的很详细的过程。是2.4内核的
embbedded linux primer(second edition)
- 这本书涉及到了嵌入式LINUX的方方面面,包括编译内核、内核初始化、文件系统、BOTLOADER、设备驱动、MTD分区、BUSYBOX、内核调试、如何调试应用程序等等,一本不可多得的入门书籍!
ov3640 手机摄像头常用模组资料
- ov3640 技术手册 手机摄像头常用模组资料 linux内核驱动camera摄像头
基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板
- 本文的目的为基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板。本文内容大致分为以下几个部分: 1、 LCD硬件及显示原理介绍; 2、 s3c2440 LCD控制器介绍; 3、 内核LCD驱动机制framebuffer(帧缓冲技术)概述; 4、 驱动移植相关及应用程序接口相关重要数据结构分析 5、 在linux2.6.30.4内核中添加(移植)LCD驱动; 6、 嵌入式linux应用程序中LCD驱动接口函数的调用及其必要包含头文件和数据结构;
Book-LinuxDrive
- 《Linux设备驱动开发详解》宋宝华 高清 非影印版本 《Linux设备驱动开发详解》是一本介绍Linux设备驱动开发理论、框架与实例的书,《Linux设备驱动开发详解》以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、IC设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关
LinuxCharDevice
- LINUX内核字符设备驱动以及说明--The LINUX kernel of character equipment
linux
- 中文的,国人翻译,不错!对写Linux内核驱动很有帮助。-Chinese Version
5.Linux
- 本文主要描述了如何将linux2.6的内核裁减为嵌入式Linux系统的过程,并在S3C2410开发板上移植了嵌入式Linux 2.6.11.7 内核系统,并说明了如何进行LCD驱动程序模块化编程及如何将驱动程序静态加载到系统内核之中。 -This article describes how to linux2.6 reduced to the core of the process of embedded Linux systems, and transplant S3C2410 dev
linuxKernelDriverDesign
- linux内核以及驱动程序设计指导资料,是linux学习,开发的很好资料.-linux kernel and driver design guide data is linux learning, the development of good information.
lunwen
- 优秀硕士论文,主要论述了Linux内核移植及USB驱动的开发,对嵌入式学习开发有一定的参考价值-Outstanding Master`s thesis mainly discusses the Linux kernel porting and USB-driven development, the development of embedded learning has some reference value
11
- 8c入式硬盘用于数字机顶盒的关键技术 是学习linux应用程序开发,linux内核开发,linux驱动开发的必备工具。- 8c-in hard disk for digital set-top box technology is the key to application development to learn linux, linux kernel, linux driver development of necessary tools.
222
- 是学习linux应用程序开发,linux内核开发,linux驱动开发的必备工具。-Application development is to learn linux, linux kernel, linux essential tool for driver development.
33
- 友善之臂光盘配套linux源代码,是学习linux应用程序开发,linux内核开发,linux驱动开发的必备工具。-The disc supporting arm linux-friendly source code, application development is to learn linux, linux kernel, linux driver development of necessary tools.
44
- 友善之臂光盘配套linux源代码,是学习linux应用程序开发,linux内核开发,linux驱动开发的必备工具。-The disc supporting arm linux-friendly source code, application development is to learn linux, linux kernel, linux driver development of necessary tools.
55
- 友善之臂光盘配套linux源代码,是学习linux应用程序开发,linux内核开发,linux驱动开发的必备工具。-The disc supporting arm linux-friendly source code, application development is to learn linux, linux kernel, linux driver development of necessary tools.
linux-Application-Development
- 本书全面介绍了嵌入式 Linux 系统开发过程中,从底层系统支持到上层 GUI 应用的方方面面,内容涵盖 Linux 操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识,硬件部件的使用及编程,,U-Boot、Linux 内核的分析、配置和移植,根文件系统的构造,内核调试技术,驱动程序编写及移植,GUI系统的移植,应用程序调试技术。 -The book is a comprehensive introduction to embedded Linux system developme
我的arm_linux移植笔记_
- uboot、linux内核以及设备驱动的移植(uboot, linux kernel, and device-driven transplantation)
Sunxi I2C 总线驱动使用文档
- 介绍全志V5平台 Linux 内核中 I2C 子系统的接口及使用方法,为 I2C 设备驱动的开发提供参考
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为