主题 : 内核启动,提示Kernel panic - not syncing: No init found 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 87618
精华: 0
发帖: 8
金钱: 40 两
威望: 8 点
综合积分: 16 分
注册时间: 2013-02-22
最后登录: 2013-05-09
楼主  发表于: 2013-02-22 12:39

 内核启动,提示Kernel panic - not syncing: No init found

按申嵌视频教程,申嵌入门篇1-1 构建嵌入式Linux系统 -U-Boot生成的uImage,通过TFTP下载到NANDFLASH,然后按教程里面操作,bootm后,运行内核出错,停止了,提示部分信息如下:
eth0: link down
IP-Config: Complete:
     device=eth0, addr=192.168.1.226, mask=255.255.255.0, gw=192.168.1.102,
     host=SMDK2440A, domain=, nis-domain=arm9.net,
     bootserver=192.168.1.102, rootserver=192.168.1.102, rootpath=
Looking up port of RPC 100003/2 on 192.168.1.102
eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Looking up port of RPC 100005/1 on 192.168.1.102
VFS: Mounted root (nfs filesystem) on device 0:11.
Freeing init memory: 160K
Warning: unable to open an initial console.
Kernel panic - not syncing: No init found.  Try passing init= option to kernel.
Backtrace:
[<c0035270>] (dump_backtrace+0x0/0x10c) from [<c033a844>] (dump_stack+0x18/0x1c)

r7:00000000 r6:c04920b0 r5:c0491840 r4:c04581a0
[<c033a82c>] (dump_stack+0x0/0x1c) from [<c033a894>] (panic+0x4c/0x134)
[<c033a848>] (panic+0x0/0x134) from [<c00305a4>] (init_post+0xec/0x178)
r3:00000000 r2:c394c600 r1:c04c7000 r0:c03ea8fc
[<c00304b8>] (init_post+0x0/0x178) from [<c00084c4>] (kernel_init+0xf4/0x124)
r5:c0020380 r4:c0020380
[<c00083d0>] (kernel_init+0x0/0x124) from [<c004d1a4>] (do_exit+0x0/0x62c)
r7:00000000 r6:00000000 r5:00000000 r4:00000000。
eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Looking up port of RPC 100005/1 on 192.168.1.102
VFS: Mounted root (nfs filesystem) on device 0:11.
Freeing init memory: 160K
Warning: unable to open an initial console.
Kernel panic - not syncing: No init found.  Try passing init= option to kernel.
Backtrace:
[<c0035270>] (dump_backtrace+0x0/0x10c) from [<c033a844>] (dump_stack+0x18/0x1c)

r7:00000000 r6:c04920b0 r5:c0491840 r4:c04581a0
[<c033a82c>] (dump_stack+0x0/0x1c) from [<c033a894>] (panic+0x4c/0x134)
[<c033a848>] (panic+0x0/0x134) from [<c00305a4>] (init_post+0xec/0x178)
r3:00000000 r2:c394c600 r1:c04c7000 r0:c03ea8fc
[<c00304b8>] (init_post+0x0/0x178) from [<c00084c4>] (kernel_init+0xf4/0x124)
r5:c0020380 r4:c0020380
[<c00083d0>] (kernel_init+0x0/0x124) from [<c004d1a4>] (do_exit+0x0/0x62c)
r7:00000000 r6:00000000 r5:00000000 r4:00000000。
自由,自强,共享,共创。
级别: 论坛版主
UID: 12573
精华: 27
发帖: 8838
金钱: 46490 两
威望: 9298 点
综合积分: 18216 分
注册时间: 2010-01-09
最后登录: 2019-07-16
1楼  发表于: 2013-02-22 12:55
我们不对第三方视频教程提供支持,请按用户手册操作
新手如何向我们反馈有效的信息,以便解决问题,见此贴:
http://www.arm9home.net/read.php?tid-14431.html

[注]: 此处签名链接仅为指引方向,而非解答问题本身.
级别: 新手上路
UID: 87618
精华: 0
发帖: 8
金钱: 40 两
威望: 8 点
综合积分: 16 分
注册时间: 2013-02-22
最后登录: 2013-05-09
2楼  发表于: 2013-02-22 15:59
恩,好的。多谢,问题已解决。