| 
 
| 本帖最后由 gardenhill 于 2015-12-22 16:29 编辑 
 如题:按照官网的手册,已经完成了kernel 和 android rootfs的编译,制作nfs挂载rootfs后,启动log如下:IP-Config: Complete:
 device=eth0, hwaddr=12:32:43:34:21:43, ipaddr=192.168.1.103, mask=255.255.255.0, gw=192.168.1.1
 host=192.168.1.103, domain=, nis-domain=(none)
 bootserver=192.168.1.235, rootserver=192.168.1.235, rootpath=
 ALSA device list:
 #0: imx-hdmi-soc
 VFS: Mounted root (nfs filesystem) on device 0:13.
 devtmpfs: mounted
 Freeing unused kernel memory: 328K (80ddb000 - 80e2d000)
 init: /dev/hw_random not found
 Console: switching to colour dummy device 80x30
 init: /dev/hw_random not found
 binder: 114:114 transaction failed 29189, size 0-0
 init: using deprecated syntax for specifying property 'ro.serialno', use ${name} instead
 init: property 'ro.serialno' doesn't exist while expanding '$ro.serialno'
 init: cannot expand '$ro.serialno' while writing to '/sys/class/android_usb/android0/iSerial'
 init: using deprecated syntax for specifying property 'ro.product.manufacturer', use ${name} instead
 init: using deprecated syntax for specifying property 'ro.product.model', use ${name} instead
 init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
 init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
 android_usb: already disabled
 read descriptors
 read strings
 mtp_bind_config
 root@tqe9_6q:/ # healthd: No charger supplies found
 healthd: No battery devices found
 nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
 ls
 ^C^C^C
 
 已经正确的mount上了 nfs的rootfs ,过一会出现
 nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
 ls
 ^C^C^Cnfs: server 192.168.1.235 not responding, still trying
 nfs: server 192.168.1.235 not responding, still trying
 nfs: server 192.168.1.235 not responding, still trying
 nfs: server 192.168.1.235 not responding, still trying
 nfs: server 192.168.1.235 not responding, still trying
 nfs: server 192.168.1.235 not responding, still trying
 像是在启动不久后 eth0 的ip地址被改掉了.
 (nfs环境没有问题的,已经用yocto系统验证过的了).
 
 
 请问如何处理???
 
 
 | 
 |