搜索:rootfs
找到约 12 项符合「rootfs」的查询结果
结果 12
https://www.eeworm.com/dl/619/396399.html
Linux/Unix编程
sigma designs em86xx rootfs builder
sigma designs em86xx rootfs builder
https://www.eeworm.com/dl/619/407729.html
Linux/Unix编程
sm86xx rootfs来源包括补丁( GPL )的
sm86xx rootfs来源包括补丁( GPL )的
https://www.eeworm.com/dl/619/428548.html
Linux/Unix编程
最新的busybox源码
最新的busybox源码,是制作rootfs文件系统必须要包含的东西,很实用。
https://www.eeworm.com/dl/542/449440.html
其他书籍
linux嵌入式开发全过程介绍
linux嵌入式开发全过程介绍,bootloader,kernel,rootfs等。很好的入门或加强材料。
https://www.eeworm.com/dl/887575.html
技术资料
EmbeddedLinuxPrimer-ApracticalReal-worldApproach.zip
很不错的嵌入式Linux入门书籍,从Bootloader到Rootfs都有一些基本知识的介绍。希望对大家有用。
https://www.eeworm.com/dl/981876.html
技术资料
嵌入式linux下nand分区学习笔记
嵌入式linux下nand分区学习笔记,分析了kernel、根文件系统rootfs如何映射到对应的nand flash,设置分区表等应用性问题。
https://www.eeworm.com/dl/653/380854.html
嵌入式Linux
该程序对VIVI扩展了USB下载功能
该程序对VIVI扩展了USB下载功能,能够在S3C2410上通过USB下载bootloader,kernel,rootfs,主机环境是了linux。类似minicom,但是速度要远远快于minicom。
https://www.eeworm.com/dl/653/389224.html
嵌入式Linux
北京博创兴业科技有限公司XScale PC104板配套内核文件 blob 平台boot loader 映象 zImage Linux-2.6 内核压缩映象文件
北京博创兴业科技有限公司XScale PC104板配套内核文件
blob 平台boot loader 映象
zImage Linux-2.6 内核压缩映象文件,可以直接写入FLASH
rootfs.img 根文件系统映象文件,可以直接写入FLASH
yaffs 应用程序,拷贝至CF 卡中运行 ...
https://www.eeworm.com/dl/619/347311.html
Linux/Unix编程
Linux下的tree命令
Linux下的tree命令,同window,功能更强大!
1、下载tree-1.5.1.1源程序
2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz
3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc
4、安装:make prefix=/home/xxxx/rootfs install
Ubuntu下 直接 apt-get install tree 即可安装最新的tr ...