搜索资源列表
embeded-Linux-design
- 嵌入式linux 与嵌入式系统设计 USTC BBS Embedded 斑竹D_J 主讲 感谢Hongtao_chen 以及Networking 斑竹Jun_zxjun 的大量幕后工作!! 感谢James_zhang 以及网络中心提供聚会的场地和大力支持!!! 欢迎访问我的主页http://202.38.64.11/~wangzhuo 聚会详情如下: 名称:“嵌入式系统设计以及嵌入式Linux 展望”-Embedded Linux and Embedded System
setup-linux-on-cf
- 本文主要描述了在一块128MCF卡上安装嵌入式linux系统的全过程-This paper describes the 128MCF a card embedded linux system installed throughout the entire process
Linux
- 我也来学做嵌入式Linux系统,linux不错的开发手册
linux
- 这是嵌入式linux下驱动程序设计.pdf
嵌入式Linux应用程序开发
- 嵌入式Linux应用程序开发详解
ARM9-Linux-WebServer
- 基于ARM9的Linux嵌入式操作系统在WebServer的应用于实现-ARM9-based embedded Linux operating system used to achieve the WebServer
camera_capture
- 本文论述了嵌入式系统相关理论、嵌入式Linux 的基本概念, 主要阐述了采用嵌入式Linux 进行视频图像数据的捕获、存储、显示等。采用的关键技术包括V4L、framebuffer、数字图像格式变换等, 提出了图像数据格式的变换方法。同时阐述了具体的实现方法。-This article discusses the theory of embedded systems, embedded Linux basic concepts, mainly on the use of embedded Lin
qtopia_linux_busybox
- 制作嵌入式linux下基于qtopia的图形文件系统的完整过程描述,包括qtopia、busybox的使用等-The production of embedded linux graphics qtopia based file system integrity of the process descr iption, including qtopia, busybox use
GTKX-window
- 基于GTK+ 和 X-window 的GUI 在嵌入式 Linux 中的应用 -Based on GTK+ And X-window of the GUI in Embedded Linux Application
Linuxshipinjiankongxitongweb
- 基于嵌入式 Linux 的多路视频监控系统的设计 。提出一套基于嵌入式的数字视频监控系统,以高性能的 ARM 处理器、嵌入式 Linux 操作 系统为核心,以 Internet 为支撑,介绍了系统的硬件设计和软件设计-Based on Embedded Linux' s multi-channel video surveillance system design. Based on a set of embedded digital video surveillance systems
linuc-lcd-driver
- 这是介绍嵌入式LINUX文件系统制作方法和步骤 embed linux file system make-embed linux file system make
embed-linux-fs-make
- 介绍制作嵌入式LINUX文件系统方法和步骤 embed linux file system make-Introduce the production of embedded LINUX file system methods and steps to embed linux file system make
embed-linux-filesystem
- 介绍任何制作嵌入式linux根文件系统的过程包括busybox,-Introduction of any production of embedded linux root file system process includes busybox,
linux-embed-filesystem
- 介绍嵌入式linux文件系统的框架和制作步骤-Introduction of embedded linux file system framework and the production steps
Imbeded_Linux_dev
- 黑色经典系列之《嵌入式Linux应用程序开发详解》-Black classic series of " embedded Linux application development explain"
3G_wireless_surveillance_BVWVS2008_v2.11
- 3G无线视频监控产品设计,采用嵌入式LINUX系统,高度优化的窄带视频流传输协议-3G wireless video surveillance solution
linux-ppt
- 嵌入式linux应用程序开发标准教程ppt,华清远见嵌入式培训中心-Embedded linux application development standards tutorial ppt, Huaqing vision Embedded Training Center
embedded_Linux_application_development_standard_co
- 最全的< 嵌入式Linux应用程序开发标准教程>>(第2版)书籍PDF下载。包括1-12章节。方便大家下载和学习。-The most complete < < embedded Linux application development standard tutorial> " (2nd Edition) book PDF download. Including sections 1-12. Facilitate everyone to download
LINUX
- 本书以嵌入式LINUX系统开发流程为主线,剖析了嵌入式LINUX系统构建的各个环节。从嵌入式系统基础知识和LINUX编程技术讲起,接下来说明了建立嵌入式LINUX交叉开发环境,然后分析了嵌入式LINUX系统的引导程序、内核和文件系统三大组成部分,最后介绍了嵌入式LINUX系统集成和部署的方法。-Book embedded LINUX systems development process as the main line, embedded LINUX system analyzes all a
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为