Welcome![Sign In][Sign Up]
Location:
Search - linux root

Search list

[Other resourcemtd.tar

Description: 带SD卡的LINUX根文件系统. 在ARM上应用-with SD card LINUX root file system. The application of ARM
Platform: | Size: 1019552 | Author: 王月 | Hits:

[Other resource构建嵌入式linux系统

Description: 本书主要介绍嵌入式交叉开发环境搭建、Linux内核交叉编译、Linux根文件系统定制、Linux在嵌入式系统中网络服务定制等。-book introduces embedded cross-development environment structures, cross-compiling the Linux kernel, Linux root file system customization, Linux in embedded systems, such as customized network services.
Platform: | Size: 1047057 | Author: zyq | Hits:

[Embeded Linuxroot_china

Description: 嵌入式ARM-LINUX根文件系统原为.tar,forS3C2410,经过编译,亦可在windows环境下解压缩-ARM Embedded-Linux root file system originally. Tar, forS3C2410. After compiling, or at windows environment decompress
Platform: | Size: 1793024 | Author: 陈好 | Hits:

[Embeded Linuxlinux-rootfs.pdf.tar

Description: S3C2410芯片 嵌入式linux文件系统的移植。包括: u-boot,file system,thttp。-S3C2410 chip embedded linux file system of the transplant. Including: u-boot, file system, thttp.
Platform: | Size: 737280 | Author: liuxin | Hits:

[Linux-Unixroot-ipc-fifo-examples.tar

Description: UNIX/Linux环境下使用有名管道(FIFO)的例子。-UNIX/Linux environment using well-known pipe (FIFO) example.
Platform: | Size: 1024 | Author: root | Hits:

[Linux-Unix2410-my_rootfs

Description: Linux根文件系统,用mkcramfs编译,已在ARM9 Linux操作系统上调试通过-Linux root file system, use mkcramfs compiler has ARM9 Linux operating system debugging through
Platform: | Size: 7742464 | Author: 张红 | Hits:

[Program docmake_linux_rootfs

Description: 介绍了嵌入式linux根文件系统的制作,报考ramdisk,cramfs,yaffs,以及nfs的配置-Introduced the embedded linux root file system of production, applying ramdisk, cramfs, yaffs, as well as the configuration of nfs
Platform: | Size: 486400 | Author: xudonghai | Hits:

[Software Engineeringembed-linux-filesystem

Description: 介绍任何制作嵌入式linux根文件系统的过程包括busybox,-Introduction of any production of embedded linux root file system process includes busybox,
Platform: | Size: 6144 | Author: zwx | Hits:

[Linux-Unixs3c2410-linux-2.6.11.1-apm-08.11.02

Description: 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。-Will s3c2410-linux-2.6.11.1-apm-08.11.02.patch copied to the root directory of the kernel. The implementation of patch-p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch can! In kernel 2.6.11.1, create character device code is: linux/arch/arm/kernel/amp.c. In the root file system is to create device node dev/misc/apm_bios.
Platform: | Size: 8192 | Author: Ivan | Hits:

[Linux-Unixcvs-root.tar

Description: linux内核yaffs文件镜像补丁压缩包cvs-root.tar.gz-linux kernel patch yaffs document image compression package cvs-root.tar.gz
Platform: | Size: 309248 | Author: 王鑫 | Hits:

[Linux-Unixroot.tar

Description: 自制基于Linux2.6.14的cramfs格式的根文件系统-Self-made based on Linux2.6.14 the cramfs root file system format
Platform: | Size: 2968576 | Author: zhaodebao | Hits:

[Embeded Linuxnfs_root

Description: nfs_root目录 里面是Linux的4个根文件系统,对应4个子目录: ① 最小的根文件系统fs_mini; ② 使用mdev机制的最小根文件系统fs_mini_mdev; ③ 含有qtopia图形程序的根文件系统fs_qtopia; ④ 含有X Window图形程序的根文件系统fs_xwindow。-nfs_root directory inside the 4 Linux root file system, corresponding to four subdirectories: ① the smallest root file system fs_mini ② mechanism using mdev minimum root file system fs_mini_mdev ③ qtopia graphics program with the root file system fs_qtopia ④ with X Window graphics program' s root file system fs_xwindow.
Platform: | Size: 48960512 | Author: tong | Hits:

[Linux-Unixnfs_root

Description: 本文件主要包含linux根文件系统的一些配置,可以通过学习和移植根文件系统-This document contains the linux root file system mainly some configurations, you can learn and transplant root file system
Platform: | Size: 48960512 | Author: 谭崇刚 | Hits:

[Linux-UnixLinux

Description: 这是一篇关于Linux内核移植和根文件系统制作以及触摸屏的实现的文件.-This is a file which contains kernel transport and root files makeing and touchscreen.
Platform: | Size: 217088 | Author: 晓文 | Hits:

[Linux-UnixLinux-driver-development15

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形成了非常通用、可适应性很强的I2C框架。6.1节对Linux I2C体系结构进行分析,讲解3个组成部分各自的功能及相互联系。6.2节对Linux I2C核心进行分析,讲解i2c-core.c文件的功能和主要函数的实现。6.3节、6.4节分别详细介绍I2C总线驱动和I2C设备驱动的编写方法,给出可供参考的设计模板。6.5节、6.6节以6.3节和6.4节给出的设计模板为基础,讲解S3C2410 ARM处理器I2C总线驱动及挂接在其上的SAA7113H视频模拟/数字转换芯片设备驱动的编写方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 15, Linux the I2C bus and core, device drivers. The I2C bus use only the two root, SDA SCL signal will achieve the data interaction between equipment, greatly simplified the hardware resources and PCB wiring space take up. Therefore, the I2C bus is very widely used in EEPROM, real clock, small LCD equipment and CPU interface. Linux system defines the I2C drive system structure in Linux, system, the I2C driven by three parts, namely the I2C core, the I2C bus driver and the I2C device drivers. The three parts of the cooperation and formed very general, can vary adaptive the I2C framework. Section 6.1 the I2C system for Linux analyzed the structure, the explanation is 3 part of their respective functions and to each other. Section 6.2 to Linux
Platform: | Size: 593920 | Author: 华清远见 | Hits:

[Embeded Linuxroot

Description: tq2440在linux下根文件系统,有详细介绍。-tq2440 under linux root file system, described in detail.
Platform: | Size: 17827840 | Author: 2668100 | Hits:

[Software EngineeringLinux-Root-file-system

Description: 你对linux的根文件系统熟悉吗?如果不,这篇资料介绍的很详细。-Are you familiar with the root file system in linux it? If not, this information is described in great detail.
Platform: | Size: 6144 | Author: 王金超 | Hits:

[Embeded LinuxBuilding-embedded-Linux-system

Description: 介绍如何构建linux根文件系统,搭建适合个人使用的linux系统。-Describes how to build the Linux root file system, build a suitable Linux system for personal use.
Platform: | Size: 19950592 | Author: 福大 | Hits:

[Linux-Unixlinux-0.11-040305-VMware

Description: 一键在VMware搭建Linux 0.11环境 (Linux 0.11没有自己的根文件系统,搭建不方便)(A key to build Linux 0.11 environment in VMware (Linux 0.11 doesn't have its own root file system, and it's not convenient to build).)
Platform: | Size: 2917376 | Author: cshahaha | Hits:

[Otherlinux-amlogic-toolkit-master-new(封包正常可用)

Description: 用于解包和封包,编辑system,斐讯T1没有完整ROOT,只能编辑系统,boot区加密了。(Allows to unpack and repack AMLogic Android images on Linux systems without using the Customization Tool - works for Android 7.)
Platform: | Size: 1874944 | Author: loo_ohs | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net