在各位师兄的鼎力帮助下,今天终于将Vxworks在目标机上启动起来,可是在启动起来后仍遇到一些问题,那就是网卡好像没有启动起来。因为出现了“muxLoad fail”。
这样我现在感觉到有一些列问题需要请教各位师兄。
1.Vxworks的BSP文件的配置,好像编辑一次后,就存储在缓存中了,修改config.h后再编译bootrom.sys文件时,就会出现和上次(没有修改)一样的情况,说明文件修改后,tornado没有识别。这是为什么?
2.以下是我今天启动目标机的情况:
muxLoad fail
VxWorks System Boot
Copyright 1984-2002 Wind River Systems, Inc.
CPU: PC PENTIUM3
Version: VxWorks5.5
BSP version: 1.2/2
Creation date: May 14 2007, 14:07:34
0x2f85a4 (tBoot): sysNvRamGet: open failed
Press any key to stop auto-boot...
7
6
5
4
3
2
1
0auto-booting...
boot device : fd=0,0
unit number : 0
processor number : 0
host name : host
file name : /fd0/vxWorks.st
inet on ethernet (e) : 90.0.0.50
host inet (h) : 90.0.0.3
user (u) : target
flags (f) : 0x0
Attaching to floppy disk device... done.
Loading /fd0/vxWorks.st... 783024
Starting at 0x308000...
Adding 2736 symbols for standalone.
]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
]]]]]]]]]]] ]]]] ]]]]]]]]]] ]] ]]]] (R)
] ]]]]]]]]] ]]]]]] ]]]]]]]] ]] ]]]]
]] ]]]]]]] ]]]]]]]] ]]]]]] ] ]] ]]]]
]]] ]]]]] ] ]]] ] ]]]] ]]] ]]]]]]]]] ]]]] ]] ]]]] ]] ]]]]]
]]]] ]]] ]] ] ]]] ]] ]]]]] ]]]]]] ]] ]]]]]]] ]]]] ]] ]]]]
]]]]] ] ]]]] ]]]]] ]]]]]]]] ]]]] ]] ]]]] ]]]]]]] ]]]]
]]]]]] ]]]]] ]]]]]] ] ]]]]] ]]]] ]] ]]]] ]]]]]]]] ]]]]
]]]]]]] ]]]]] ] ]]]]]] ] ]]] ]]]] ]] ]]]] ]]]] ]]]] ]]]]
]]]]]]]] ]]]]] ]]] ]]]]]]] ] ]]]]]]] ]]]] ]]]] ]]]] ]]]]]
]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
]]]]]]]]]]]]]]]]]]]]]]]]]]]]] Development System
]]]]]]]]]]]]]]]]]]]]]]]]]]]]
]]]]]]]]]]]]]]]]]]]]]]]]]]] VxWorks version 5.5
]]]]]]]]]]]]]]]]]]]]]]]]]] KERNEL: WIND version 2.6
]]]]]]]]]]]]]]]]]]]]]]]]] Copyright Wind River Systems, Inc., 1984-2002
CPU: PC PENTIUM3. Processor #0.
Memory Size: 0x7700000. BSP version 1.2/2.
->
这样是不是因为网卡的问题?
还有就是我把目标机的ip地址设置为:192.168.0.2
主机的ip地址设置为:192.168.0.1。
修改后编译生成bootrom.sys文件,发现上面仍显示90.0.0.50和90.0.0.3。是不是就是因为第一个问题的原因,config.h文件虽然修改,可是编译时仍然按照原来的配置进行编译?
如果不是,以上出现的错误是怎么回事?90.0.0.3,90.0.0.50是不是设置好的主机和目标机的地址?
谢谢各位师兄!此致
敬礼!