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

Unix/Linux
vi的命令
如何判断Zend Optimizer安装成功
Linux常用的日志文件和常用命令
linux如何修改主机名
linux如何删除非空文件夹|linux怎么删除非空文件夹
gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpect
vsftpd 配置例子
vsftpd 配置
vsftpd如何配置虚拟用户:PAM + PgSQL + FreeBSD-4
vsftp中文说明
VSFTP配置实例
vsftpd 配置(中)
怎么使用户能访问ftp,但不能远程登录
httpd: Could not determine the servers fully qualified domain name, using 127.0.
测试apache是否安装成功
apache 80端口无法打开|连接
make_sock: could not bind to address 0.0.0.0:443
kernel-headers下载
kernel-headers-2.2.1-4
找不到config.inc.php 没有config.inc.php这个文件

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 86 ::
收藏到网摘: 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的链接方式。