以前用busybox构建过一个简单的root文件系统,用过去的kernel-2.6.13可以启动。
最近用友善的linux-2.6.29(用我自己的工具链)就无法启动了:
eth0: link down
IP-Config: Complete:
device=eth0, addr=222.26.193.5, mask=255.255.255.0, gw=222.26.193.254,
host=mini2440, domain=, nis-domain=(none),
bootserver=222.26.193.4, rootserver=222.26.193.4, rootpath=
Looking up port of RPC 100003/2 on 222.26.193.4
eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
Looking up port of RPC 100005/1 on 222.26.193.4
VFS: Mounted root (nfs filesystem) on device 0:11.
Freeing init memory: 128K
Kernel panic - not syncing: Attempted to kill init!
我下了友善提供的root image 可以正常启动,我用把busybox 重新编译覆盖友善的那个,就又不行了。
请问是内核和busybox的配置问题,还是我的工具链不行啊。