to be myself
分类: 嵌入式
2013-03-03 11:55:32
从u-boot下载uImage,用ramdisk文件系统的时候出现这个问题。
VFS: Cannot open root device "ram" or unknown-block(1,0)
Please append a correct "root=" boot option; here are the availablepartitions:
1f00 256mtdblock0 (driver?)
1f01 128mtdblock1 (driver?)
1f02 5120mtdblock2 (driver?)
1f03 1043072 mtdblock3 (driver?)
1f04 1048576 mtdblock4 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
Backtrace:
[
r7:c05aa9e4 r6:00008000 r5:c200b000 r4:c0651b50
[
[
r3:c3802cec r2:00000000 r1:c3823f60 r0:c05aa97c
[
[
r5:c01ec81d r4:c0651520
[
r5:c0022434 r4:c06512e0
[
确认内核配置:
Device Drivers->Block devices->(*)RAM blockdevice support
默认ram大小4096改为8192
File system->(*)Second extended fssupport
General setup->(*)Initial RAM filesystem and RAMdisk(initramfs/initrd)support
2011-07-20 17:37 发表于百度空间,今搬至CU。