搜索资源列表
linuxplant
- linux2。6移植文档,嵌入式Linux内核移植相关代码分析,嵌入式BootLoader技术内幕,linux系统移植,1-U-BOOT移植实验,2-linux 2.6移植实验,3-根文件系统实验,4-工具链制作实验
9
- 操作系统构成实验 Linux 操作系统的启动流程 开机载入程序—引导软件LILO 实验设计思想 配置新内核bzImage 制作启动盘(Boot盘) 制作根文件系统盘 系统整合 系统测试
yaffs-utils.tar
- 这不是源代码,是arm-linux-工具软件 其中有制作yaffs根文件系统映像的工具pc-mkyaffsimage和在armlinux上格式化mtd分区为yaffs分区的arm-mkyaffs工具
build_embedded_Linux_system
- 介绍嵌入式LINUX开发环境的经典之作,包括开发环境搭建,根文件系统制作等
Linux内核移植和yaffs2根文件系统制作
- Linux内核移植和yaffs2根文件系统制作
QTdeveloponlyfortq2440embedsky
- TQ2440 linux QT应用程序开发手册(天嵌独家出品)---全新LINUX图形界面开发,QT完全应用,开放应用程序全部源代码,配套详细的开发教程,专为sky/tq2440用户制作精品学习开发教程, 详情见:http://www.embedsky.net/infoDis.php?id=3 基于TQ2440 linux QT应用程序开发手册(天嵌独家出品) 发布日期:2009-06-16 基于TQ2440 linux QT应用程序开发手册(天嵌独家出品),包含所
make_linux_rootfs
- 介绍了嵌入式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
embed-linux-filesystem
- 介绍任何制作嵌入式linux根文件系统的过程包括busybox,-Introduction of any production of embedded linux root file system process includes busybox,
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
linuxKernelMigration
- s3c2410的linux移植文档,包括u-boot移植、kernel移植、根文件系统制作移植等,比较全面。-s3c2410 the linux portable document, including the u-boot transplantation, kernel transplant, root file systems to produce transplants and so on, much more comprehensive.
Linux_Root_filesystem
- 这是linux根文件系统 包括其制作工具mkrootfs.sh,便于交叉编译 ,希望大家会喜欢!-This is the linux root file system, including its production tools mkrootfs.sh, easy cross-compilation, hope you enjoy!
1111111
- linux根文件系统的制作过程,比较详细的资料,看完了,你就会制作文件系统了-Root file system, the production process, more detailed information
Linux
- 这是一篇关于Linux内核移植和根文件系统制作以及触摸屏的实现的文件.-This is a file which contains kernel transport and root files makeing and touchscreen.
Linux-1
- 1、采用 arm-linux-gcc3.4.1 交叉编译 busybox-1.10.3 制作根文件系统; 2、理解根文件系统中各目录、文件的作用-1, using arm-linux-gcc3.4.1 cross compile busybox-1.10.3 make the root file system 2, to understand the root file system of directories, files, the role of
busybox-1.13.4
- 为嵌入式linux系统制作根文件系统的工具-tools making root file system for embedded Linux system
nfsroot
- 实用busybox制作的linux根文件系统,此系统最简单,实现了最基本的功能,可以当做学习参考,开发出自己的根文件系统,本系统是跑在9G20上的。-The production of practical busybox linux root file system, this system is the easiest, the most basic functions can be used as a reference, to develop their own root file sys
linuxroot
- 这个代码的功能是linux下根文件系统的制作.-This code function is linux root file system production.
rootfs
- 以2440开发版为例详细概述根文件系统的制作过程-Detailed overview of Linux with the making process of the file system
busybox-1.22.1.tar
- Linux 上常用的嵌入式工具箱,可以用来制作根文件系统用到的命令工具-Common embedded toolkit on Linux, can be used to make root file system uses a command tool
nfs_root
- 里面是Linux的4个根文件系统,对应4个子目录: ① 最小的根文件系统fs_mini; ② 使用mdev机制的最小根文件系统fs_mini_mdev; ③ 含有qtopia图形程序的根文件系统fs_qtopia; ④ 含有X Window图形程序的根文件系统fs_xwindow。 在开发阶段,单板上的内核启动后可以通过NFS挂接它们中的某一个,然后执行其中的程序;开发完成后,将所用的整个根文件系统目录制作为映像文件,烧入单板。-During th