|  | 
 
| 用的是TQ2440+linux 2.6.13,现在挂载nfs和cramfs作为根文件系统都没问题了,但是挂载yaffs和ramdisk作为根文件系统的时候都出现了问题: (1)使用yaffs的时候,出现的错误为:
 VFS: Mounted root (yaffs filesystem).
 mount_devfs_fs(): unable to mount devfs, err: -2
 Freeing init memory: 96K
 Warning: unable to open an initial console.
 Kernel panic - not syncing: No init found.  Try passing init= option to kernel.
 (2)使用ramdisk的时候,出现的错误为:
 yaffs: dev is 1048576 name is "ram0"
 yaffs: Attempting MTD mount on 1.0, "ram0"
 yaffs: dev is 1048576 name is "ram0"
 yaffs: Attempting MTD mount on 1.0, "ram0"
 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
 请问这两个问题可能是原因?谢谢!
 | 
 |