ChinaUnix.net
相关文章推荐:

boot.img

boot.img 有Android特定的头文件、然后是kernel、然后才是ramdisk 我们现在的做法是直接跑kernel然后挂载ramdisk 我想问如果是boot.img,如何让他跑起来?我们用的是redboot。 需要修改什么启动参数来让系统识别kernle还有ramdisk的地址吗?

by sourxsunny - 嵌入式开发 - 2011-06-21 14:26:14 阅读(7413) 回复(16)

相关讨论

一般从硬盘装linux要复制这个文件到软盘作为引导盘,但一般的文件大小为1。4M,而一般的软盘为1。38M,请问怎么办

by weigeloveyou - Linux论坛 - 2003-07-15 06:53:10 阅读(762) 回复(3)

一般从硬盘装linux要复制这个文件到软盘作为引导盘,但一般的文件大小为1。4M,而一般的软盘为1。38M,请问怎么办

by weigeloveyou - Linux系统管理 - 2003-07-15 06:53:10 阅读(1217) 回复(3)

RT。 第一次build可以生成boot.img,可我把这个boot.img删掉以后,重新build时,并没有生成新的boot.img。 什么原因会导致这种问题的出现?

by RUNONMIPS - 移动操作系统 - 2010-09-12 22:43:02 阅读(5239) 回复(4)

:em10: 请问怎样把boot.img文件复制到软盘上做成引导盘。已在openserver 5.07上试过民好多办法仍不成功,如mount,tar,dd,doscp... 在windowns 试过DD-COPY也不行。SOS。。。

by dlc02 - 其他UNIX - 2005-08-19 16:34:18 阅读(4364) 回复(7)

root@aaa tmp]# mount -o loop -t msdos boot.img /mnt/boot mount: wrong fs type, bad option, bad superblock on /dev/loop0, or too many mounted file systems 提示错误. 请教 怎么处理???????

by 比刀螂还冲动 - Linux系统管理 - 2005-11-18 14:04:37 阅读(1388) 回复(3)

root@aaa tmp]# mount -o loop -t msdos boot.img /mnt/boot mount: wrong fs type, bad option, bad superblock on /dev/loop0, or too many mounted file systems 提示错误. 请教 怎么处理???????

by 比刀螂还冲动 - 系统管理 - 2005-11-18 14:04:37 阅读(886) 回复(3)

参照网上的文章 “自己动手写操作系统--"Hello, OS world!" “(http://blog.csdn.net/wangneng/archive/2007/12/16/1942350.aspx) ,制作了一个软盘镜像:boot.img, 下载一个简单的boot程序, boot.asm:[code] org 07c00h ; 告诉编译器程序加载到 7c00处 mov ax, cs mov ds, ax mov es, ax call DispStr ; 调用显示字符串例程 jmp $ ; 无限循环 DispStr: mov ax, bootMessage mov bp, ax ; es:bp = 串地址 mov cx, 16 ; cx = 串...

by deafguy - 集群和高可用 - 2010-09-29 09:44:28 阅读(2349) 回复(1)
by shuxi_w - Linux系统管理 - 2008-03-19 14:29:32 阅读(1168) 回复(0)

我要做的是根据http://dev.gentoo.org/~armin76/arm/pandaboard/install.xml 这个网址里的内容,将MLO,u-boot.img, uImage编译完成后拷到SD卡中,然后启动pandaboard。已经验证过MLO和uImage没有任何问题。u-boot.img也能成功编译出来,问题是启动不了。u-boot-tools 版本为2013.07,u-boot版本试过2013.04,2013.07,2013.10,latest,结果都一样启动不出来,调试信息如下: U-boot 2013.10 (Apr 12 2014 - 05:08:24) CPU : O...

by Seira_L - Linux新手园地 - 2014-04-12 13:33:12 阅读(786) 回复(0)

请问我的boot目录下的这个文件丢失了, 应该如何搞定呢??

by kevin.Q - Linux系统管理 - 2007-12-15 22:53:43 阅读(7098) 回复(36)