当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > image.ram、image.rom、romfs.img(2)

Unix/Linux
linux 操作技巧收集_
linux下如何读取使用iso 镜像文件的方法
Linux平台下文件的压缩与解压参数说明
Linux下常用压缩格式的压缩与解压方法
Linux JDK,TOMCAT安装及环境设置
Linux sleep命令使用参数
Linux cat命令参数
nfs 配置的简单例子
linux kill 关闭进程命令
linux ultrasphinx Anonymous modules have no name to be referenced by
Linux oracle 9i图文安装方法一
Linux oracle 9i图文安装教程二
Linux oracle 9i图文安装教程三
Linux oracle 9i图文安装教程四
Linux oracle 9i图文安装教程五
Linux oracle 9i图文安装教程六 完结篇
linux AS3 oracle9i 安装指南
Linux 下 (RedHat 9.0) JDK,Tomcat,MySQL的安装
RedHat 9.0下Apache+PHP+MySQL服务器安装配置
Linux 下用 Python 连接 MSSql Server 2008

Unix/Linux 中的 image.ram、image.rom、romfs.img(2)


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 92 ::
收藏到网摘: n/a


- 电子产品世界 (http://bbs.edw.com.cn/index.asp)-- ARM开发论坛 (http://bbs.edw.com.cn/list.asp?boardid=20)---- 问一个image.rom 的问题 (http://bbs.edw.com.cn/dispbbs.asp?boardid=20&id=36494)
- 电子产品世界 (http://bbs.edw.com.cn/index.asp)-- ARM开发论坛 (http://bbs.edw.com.cn/list.asp?boardid=20)---- 问一个image.rom 的问题 (http://bbs.edw.com.cn/dispbbs.asp?boardid=20&id=36494)-- 作者:lamond-- 发布时间:2004-11-10 16:12:00-- 问一个image.rom 的问题
环境:S3C4510 + uClinux-dist-20030522
我在 uClinux/images 目录下编译生成了3个文件:分别是:
image.ram(2518K)、image.rom(1211K)、romfs.img(1377K)。
image.ram是ram版内核,image.rom是rom版经过压缩的内核,
请问image.ram和image.rom中是否都包含了romfs文件系统?可生成的romfs.img文件比
image.rom还大,难道说romfs.img也被压缩进image.rom了?-- 作者:raodali-- 发布时间:2004-11-10 20:39:00-- 回复不,image.ram/image.rom和romfs.img是互相独立的 -- 作者:ryansheng-- 发布时间:2004-11-10 21:01:00-- 可以包含也可以不包含,取决于链接方式如何配置。romfs.img被压缩进image.rom是完全可能的。 -- 作者:lamond-- 发布时间:2004-11-11 12:27:00-- 谢谢。我研究一下image.rom的链接方式。