搜索资源列表
uCOS_uClinux
- 嵌入式操作系统是嵌入式系统应用的核心软件。本文通过对两种典型的开源嵌入式操作系统的对比, 分析和总结嵌入式操作系统应用中的若干问题, 归纳嵌入式操作系统的选型依据.-Embedded operating system for embedded system is the core software. Based on two typical embedded operating system revenue contrast, Analysis and Lessons Embedded oper
ARM-uCLinuxqidong
- 分析了ARM--μCLinux嵌入式系统启动引导的过程,实现该系统启动引导的技术难点
ARM9LinuxBase
- ARM9与Linux基础教程 仅供个人使用,不得用于盈利目的 一:嵌入式系统基础 1. 什么是嵌入式系统 2. 嵌入式系统的特征 3. 应用及发展趋势 4. 嵌入式系统的基本组成 5. ARM处理器概述 6. S3C2410简介 7. 几种主流嵌入式操作系统分析 二:嵌入式Linux操作系统基础 1. Linux系统介绍 2. Linux安装 3. 启动 4. 基本命令
upanwenjian
- u盘的文件系统的源码分析,各种文件的存储和分类
嵌入式实时操作系统RTLinux的分析和实现
- 文章讨论了Linux 作为实时应用操作系统的一些不足,从实现机制上分析了产生这些不足的原因。详细阐述了实时操作系统RTLinux 的实现原理,着重介绍了嵌入式RTLinux 系统的开发过程,并给出了该系统实时性能测试的方法和结果-article discusses the Linux operating system as a real-time application of a number of shortcomings, from the mechanism analysis on the
u-boot-1.2.0.tar
- 移植成功的u-boot1.2.0源码,支持TX2440开发板或者2K大页面nandflash,DM9000a网卡的其他厂家的2440开发板。可设置环境变量以nandflash、网络(tftp以及nfs都可)引导内核,适合初学者进行代码分析或者作为上层开发人员的内核引导工具。 备注:本源码在ubuntu10.04系统下,采用arm-linux-softfloat-gnu-gcc2.4.5编译器编译成功,并在TX2440开发板上完美运行。-Successful transplantation o
linux
- 嵌入式linux 系统分析与高级编程技术 PDF资料 包含linux 简介 移植 系统分析 编程技术 -Linux embedded system analysis and high-level programming information contained in PDF Profile transplantation analysis linux programming
USB_camera
- 给出Linux 环境下USB驱动的模块层次结构,包括主控制器驱动、USB 核心驱动和USB设备驱动程序组成,以及USB 接口摄像头驱动模块的层次结构,对底层usbvideo 模块进行分析,对usbvideo 中的函数进行了分类,修正其设计上的一个缺 陷,给出上层微型驱动的实现,最后通过移植USB 摄像头驱动程序到三星公司的SMDK2410 开发板的试验成功,使该驱动成 功应用在基于Linux 的嵌入式系统上。-Given Linux environment USB drive mod
USB_camera
- 本文介绍了嵌入式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 de
LinuxGUI
- 嵌入式Linux系统GUI设计分析 -Embedded Linux System Design and Analysis GUI
1_070425134544
- 嵌入式系统 GUI的体系结构,介绍流行GUI并对MINIGUI进行分析-GUI embedded system architecture, introducing the popular GUI MiniGUI analysis
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
misc
- 基于xscale嵌入系统的一套系统支撑,里面包含源码和一份数据保存结构分析-Xscale embedded systems based on a set of system support, which contains the source code and a data storage structure analysis
ARM79u-boot
- 本u-boot移植手册系统地介绍了整个 u-boot 移植的过程:从 u-boot 起源开始,到代码的获取, 到系统启动工作分析,再到 flash 驱动及其他相关驱动分析,最后到 u-boot 移植 成功,进入 u-boot 命令行界面; 本移植手册面向的对象,是对 ARM 体系结构初步了解,并有一定的汇编基 础的初学者,以及 ARM 的 fans。毫不夸张地说,本教程可以使得初学者从一无 所知,直至完全掌握 u-boot 移植技术,至此,您真正地入门了!-The u-boo
EmbeddedLinux
- 有关嵌入式Linux的三个学习课件:系统的开发、real time system、 Linux下键盘驱动分析-There are three of the Embedded Linux Learning Courseware,including system development, real time system, Linux, keyboard-driven analysis
VPN_Gateway_Design_and_Implementation
- IPSec协议是VPN的实现方式之一。该文简要介绍了IPSec协议,分析TI inux2.4内核的NetnItcr框架和/pr c文件系统,提出T -种在Linux中实现VPN网关的方法-IPSec protocol is a way to achieve one of the VPN. This article briefly introduces the IPSec protocol, analysis of TI inux2.4 kernel NetnItcr framework and/
U-bootPorting_guide
- 嵌入式系统的Uboot移植手册,详细分析uboot结构,流程-Embedded systems Uboot transplant manual, detailed analysis of the uboot structure, process
Real-time-design-and-analysis
- 时钟系统的设计与分析。纯英文资料,挺详实,挺易懂。适合初学者或者研发人员使用的。-Real-time systems design and analysis is introduction for real-time systems.It is intended not as a cookbook,but,rather,as a stiumlus for thinking about hardware and software in a different way.
SkyEye-ARM
- 源码开放的嵌入式系统软件分析与实践_基于SkyEye和ARM开发平台-Open source analysis and practice of embedded system software _ and ARM development platform based on SkyEye
XF-S3011
- XF-S3011芯片是安徽中科大讯飞信息科技有限公司针对嵌入式应用领域而设计的一款中文语音合成单芯片产品,将完整的语音合成系统集成到单一的处理器内部,通过串口接收并合成任意文本。芯片的文本分析算法具备一定的智能性,可识别常见的数值、号码、时间、度量单位等格式的文本,可对中文姓氏中的多音字进行处理-XF-S3011 chip is anhui ZhongKeDa xunfei information technology Co., LTD. Embedded application fields