搜索资源列表
ubootpeixun
- 一份很好的关于uboot的培训文档,其中包含了arm体系结构的介绍以及uboot的分析。英文版的!
armlinux-IIS-sound-driver
- armlinux学习笔记--IIS音频驱动程序分析 详细分析了在音频驱动程序在armlinux中的结构。
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
1_070425134544
- 嵌入式系统 GUI的体系结构,介绍流行GUI并对MINIGUI进行分析-GUI embedded system architecture, introducing the popular GUI MiniGUI analysis
u-bootfenxi
- u-boot源码分析,中文,结构清晰,分析深入,适合移植bootloader的开发人员-u-boot-source analysis, Chinese, the structure of a clear, analytical depth, suitable for transplant developer bootloader
ipFilterPaper
- 针对用电管理终端应用领域的AT91SAM926X调整嵌入式CPU的特点,设计并移植了嵌入式LINUX引导程序,分析说明了该引导程序的基本结构及其三个组成部分Rom Boot,Bootstrap和U-Boot的运行流程和关键数据结构。-This paper introduces the boot loader design for embedded linux based on AT91SAM926X CPU in the application field of electric energy
misc
- 基于xscale嵌入系统的一套系统支撑,里面包含源码和一份数据保存结构分析-Xscale embedded systems based on a set of system support, which contains the source code and a data storage structure analysis
qianrushi
- 本文将分析嵌入式操作系统uClinux的内核结构、内存管理、多进程处理、针对实时性的解决方案和开发环境,先对uCLinux有一个深刻的认识,将有利于今后进一步研究开发。 关键词: uCLinux,内存管理,多进程处理,RTLinux,开发环境-This paper will analyze the uClinux embedded operating system kernel architecture, memory management, multi-process handling,
ARM79u-boot
- 本u-boot移植手册系统地介绍了整个 u-boot 移植的过程:从 u-boot 起源开始,到代码的获取, 到系统启动工作分析,再到 flash 驱动及其他相关驱动分析,最后到 u-boot 移植 成功,进入 u-boot 命令行界面; 本移植手册面向的对象,是对 ARM 体系结构初步了解,并有一定的汇编基 础的初学者,以及 ARM 的 fans。毫不夸张地说,本教程可以使得初学者从一无 所知,直至完全掌握 u-boot 移植技术,至此,您真正地入门了!-The u-boo
BootLoader_code
- 本文对bootloader的工作原理及结构进行了透彻的分析,对学习中的朋友有很大的帮助-In this paper, the working principle and structure bootloader conducted a thorough analysis, the study of great help to a friend
U-bootPorting_guide
- 嵌入式系统的Uboot移植手册,详细分析uboot结构,流程-Embedded systems Uboot transplant manual, detailed analysis of the uboot structure, process
embedded-MIPSPLinux-cross-tool
- 本文从嵌入式交叉开发环境现状和发展特点出发,结合实际项目情况,设计并建立了一个插入嵌入式TLinm(平台的目标机调试桩,以Eclipse平台为宿主机开发工具的集成交叉开发环境TLinux-IDE。详细地分析了嵌入式TLinux-Stub的结构、原理、内部工作过程,并全新地设计和实现了对应用到内核的集成交叉调试新功能,并设计了宿主机Eclipse新增插件,从而深层次地配合目标机调试桩的调 试.-This status from the embedded cross-development en
Linux
- [linux的内核及其内核源码分析].U-Boot.Quick.Referenc。很好的一本书,帮助LINUX初学者学习LINUX内核结构。非常推荐。-[Linux kernel and the kernel source analysis]. U-Boot. Quick. Referenc. A good book, help LINUX kernel structure beginners LINUX. Very recommended.
bochuang
- 博创嵌入式教案课件,pdf形式,包括嵌入式系统的基本概念及设计方法,嵌入式微处理器体系结构,嵌入式实时操作系统分析、给予ARM的嵌入式系统硬件结构设计和嵌入式系统软件设计部分。-Borch embedded lesson plans courseware, pdf form, including the basic concept and design of embedded systems, embedded microprocessor architecture, embedded real
ARM_Bios_analysis
- ARM BIOS总体结构及部分源代码分析 Makefile文件-ARM BIOS overall structure and part of the source code of the Makefile
1159
- 由32位高性能ARM微处理器组成的LED显示屏控制系统,就控制平台、硬件结构和软件开发实现给出了驱动部分和控制部分的详细分析与设计。-By a 32-bit high-performance ARM microprocessor control system consisting of the LED display on the control platform, the hardware architecture and software development to achieve gi
exp4_hello-driver
- 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程
龙芯1号处理器结构设计
- 首先介绍了龙芯处理器的研制背景及其技术路线.分析了龙芯处理器坚持高性能定位、稳扎稳打的设计 策略以及兼容主流处理器的原因, 并指出在目前达到与国外相同主频的客观条件不具备的情况下, 应走通过优化 处理器结构来提高性能的道路, 并以处理器结构技术的突破为根本.然后介绍了龙芯 1 号处理器的体系结构设计, 包括基于操作队列复用的动态流水线设计、在乱序执行的情况下实现精确例外处理、取指与转移控制结构、存储管 理以及针对缓冲区溢出攻击的系统安全设计等等.测试表明龙芯 1 号处理器的指令流水线效率