我用的是root_qtopia-20100108.tar.gz中的lib目录下的内容,并按照光盘中《Mini2440 Linux移植开发实战指南》做法一步一步搞,启动出现下面错误:
……
……
……
uncorrectable error : yaffs_read_super: isCheckpointed 0
VFS: Mounted root (yaffs filesystem) on device 31:3. # 开始挂载文件系统
Freeing init memory: 160K
Warning: unable to open an initial console. # /dev/console文件存在,看其他帖子版主的回复,好像是说这代表文件系统没有挂载上。
Failed to execute /linuxrc. Attempting defaults...
Kernel panic - not syncing: No init found. Try passing init= option to kernel.
Backtrace:
[<c0035270>] (dump_backtrace+0x0/0x10c) from [<c03958f0>] (dump_stack+0x18/0x1c)
……
……
……
完整的启动信息在这里: mini2440启动错误信息.rar (4 K) 下载次数:0
其它信息:boot loader:supervivi,光盘中自带的。
linux内核:2.6.32,光盘中自带的。
现在我正在下rootfs_qtopia_qt4-20100816.tar.gz,下载完烧上去,问题依旧。