管理提醒: 本帖被 qq2440 从 micro2440技术交流专区 移动到本区(2013-11-18)
系统启动问题:Freeing init Memory:144K
我用的他们公司以前的内核(09),通过NFS方式可以启动root_nfs 文件系统,但是用mkyaffs2image工具转换之后下载到开发板后就不能启动了,
下面的NFS方式的启动信息:
Looking up port of RPC 100003/2 on 192.168.1.18
Looking up port of RPC 100005/1 on 192.168.1.18
VFS: Mounted root (nfs filesystem).
Mounted devfs on /dev
Freeing init memory: 144K
/etc/init.d
[08/Dec/2005:13:54:35 +0000] boa: server version Boa/0.94.13
[08/Dec/2005:13:54:35 +0000] boa: server built Feb 28 2004 at 21:47:23.
[08/Dec/2005:13:54:35 +0000] boa: starting server pid=259, port 80
Please press Enter to activate this console. MPEG Audio Decoder 0.15.0 (beta) -
Copyright (C) 2000-2003 Robert Leslie et al.
Title: 上海滩
Artist: 叶丽仪
Year: 2000
Genre: Goa
[root@FriendlyARM /]#
###########################################################################
用mkyaffs2imagel转换下载之后的启动信息:
VFS: Mounted root (yaffs filesystem).
mount_devfs_fs(): unable to mount devfs, err: -2
Freeing init memory: 144K
Warning: unable to open an initial console.
Kernel panic - not syncing: No init found. Try passing init= option to kernel.
##################################################################
init启动参数不是linuxrc吗?然后转busybox,怎么会找不到,控制台怎么也打不开了!!!
内核和文件系统是友善做的!