我的开发板是micro2440,PC上装的是linux虚拟机
网络是畅通的,可以从开发板挂载root_qtopia目录
但是从NFS启动的时候遇到了问题
后面部分启动代码如下:
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
enable_irq(51) unbalanced from c0170b78
IP-Config: Complete:
device=eth0, addr=192.168.0.12, mask=255.255.255.0, gw=192.168.0.8,
host=binly, domain=, nis-domain=linux,
bootserver=192.168.0.8, rootserver=192.168.0.8, rootpath=
Looking up port of RPC 100003/2 on 192.168.0.8
Looking up port of RPC 100005/1 on 192.168.0.8
VFS: Mounted root (nfs filesystem).
Mounted devfs on /dev
Freeing init memory: 144K
到这里,就死了,没有反应
不知道是什么原因啊,搞了一天了,非常郁闷,请大侠们帮俺分析分析啊,多谢啦!