|
我安装TQ2440里面的文档做了一个linux文件系统
在NFS启动时的现象
CPSW phy found : id is : 0x7c0f1
PHY 0:01 not found
ADDRCONF(NETDEV_UP): eth0: link is not ready
PHY: 0:00 - Link is Up - 100/Full
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
IP-Config: Complete:
device=eth0, addr=192.168.9.250, mask=255.255.255.0, gw=192.168.9.250,
host=www, domain=, nis-domain=embedsky.net,
bootserver=192.168.9.89, rootserver=192.168.9.89, rootpath=
VFS: Mounted root (nfs filesystem) on device 0:14.
Freeing init memory: 248K
Failed to execute /init. Attempting defaults...
Please press Enter to activate this console.
[root@EmbedSky /]#
然后将文件系统生存bin文件之后加载到TQ3358里面,现象会不一样
gx801: probe of 2-0055 failed with error -16
omap_rtc omap_rtc: setting system clock to 2012-09-12 21:17:39 UTC (1347484659)
yaffs: dev is 32505864 name is "mtdblock8" rw
yaffs: yaffs: Attempting MTD mount of 31.8,"mtdblock8"
yaffs: yaffs_read_super: is_checkpointed 0
VFS: Mounted root (yaffs2 filesystem) on device 31:8.
Freeing init memory: 248K
Failed to execute /init. Attempting defaults...
/etc/init.d/rcS: line 21: S7_FvS3_S4_EED0Evfputs@@GLIBC_2.4_ZN12WvFastStringC2Es_ZN9__gnu_cxx27__verbose_terminate_handlerEv_ZN6WvFile4openERK12WvFastStringii_Z6WvHashRKi_ZN16WvInPlaceBufBaseIhED0Ev_ZN9WvTaskManC2Ev_ZTV17WvCallbackFunctorI10WvCallbackIPvS1_1ES2_S2_S2_S2_S2_S2_E6WvContE: not found
Please press Enter to activate this console.
[root@EmbedSky /]#
这里面的/etc/init.d/rcS: line 21: 是/bin/hostname -F /etc/sysconfig/HOSTNAME,这里面的在串口调试助手里面显示的是空白。
请问这种现象是由什么引起的? |
|