我按照文档,想让imx6q-sabresd引导nfs文件系统启动,文件系统是android:
我是复制了自己编译的内容:
sudo cp -a /media/新加卷_/android4.3/myandroid/out/target/product/sabresd_6dq/root/* /myjobnfs/rootfs
sudo cp -a /media/新加卷_/android4.3/myandroid/out/target/product/sabresd_6dq/system /myjobnfs/rootfs
PC端的nfs服务器应该是OK的,因为在u-boot下执行以下命令nfs 10800000 192.168.1.24:/myjobnfs/rootfs/uImage 是成功的。
可是引导文件系统启动到此就不动了:
.....................................
VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
Bus freq driver module loaded
Bus freq driver Enabled
mxc_dvfs_core_probe
DVFS driver module loaded
regulator_init_complete: PFUZE100_VGEN6: incomplete constraints, leaving on
regulator_init_complete: PFUZE100_VGEN3: incomplete constraints, leaving on
regulator_init_complete: PFUZE100_VGEN2: incomplete constraints, leaving on
regulator_init_complete: PFUZE100_VGEN1: incomplete constraints, leaving on
snvs_rtc snvs_rtc.0: setting system clock to 1970-01-02 00:01:36 UTC (86496)
eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=1:01, irq=-1)
ADDRCONF(NETDEV_UP): eth0: link is not ready
ehci_fsl_bus_suspend begins, Host 1
ehci_fsl_bus_suspend ends, Host 1
PHY: 1:01 - Link is Up - 100/Full
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
IP-Config: Complete:
device=eth0, addr=192.168.1.244, mask=255.255.255.0, gw=192.168.1.1,
host=192.168.1.244, domain=, nis-domain=(none),
bootserver=192.168.1.24, rootserver=192.168.1.24, rootpath=
VFS: Mounted root (nfs filesystem) on device 0:12.
Freeing init memory: 244K
init应该是执行了,但是不知道为什么卡住了,有没有成功过的,还请指点一下,十分感谢!
|