这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » 求助:关于82559er启动的问题

共4条 1/1 1 跳转至

求助:关于82559er启动的问题

菜鸟
2006-03-22 03:57:36     打赏

求助:关于82559er启动的问题

我用的是Tornado2.0版本!

目标机启动时如下:

boot device :eeE
unit number :0
process number :0
host name :host
file name :C:\Tornado\target\config\pcPentiumpro\vxWorks
inet on ethernet (e) :200.0.7.100
host inet (h) :200.0.7.120
user (u) :target
ftp password (pw) :target
flags (f) :0x0
target name (tn) :target
other (o) :eeE

Attached TCP/IP interface to eeE0.
Attaching network interface lo0... done.
Loading... Error on file C:\Tornado\target\config\pcPentiumpro\vxWorks:SHARE.EX
E was not loaded, or a shared region was locked.

Error loading file:errno = 0x226.
Can't load boot file!!


[VxWorks Boot]:

而服务器端出现(WFTPD):

[L 007] 02/07/06 15:58:46 Connection accepted from 200.0.7.100
[C 007] 02/07/06 15:58:46 Command "USER target" received
[C 007] 02/07/06 15:58:46 PASSword accepted
[L 007] 02/07/06 15:58:46 User target logged in.
[C 007] 02/07/06 15:58:46 Command "TYPE I"received
[C 007] 02/07/06 15:58:46 TYPE set to I N
[C 007] 02/07/06 15:58:46 Command "PORT 200,0,7,100,4,1" received
[C 007] 02/07/06 15:58:46 PORT set to 200.0.7.100 - 1025 [4,1]
[C 007] 02/07/06 15:58:46 Command "RETR C:\Tornado\target\config\pcPentiumpro\vxWorks" received
[C 007] 02/07/06 15:58:46 RETR failed - file exception 11
[C 007] 02/07/06 15:58:46 QUIT or close - user target logged out

问题到底出在哪?

请高手赐教!小弟不胜感激!




关键词: 求助     关于     82559er     启动     问题     targe    

菜鸟
2006-03-23 03:23:00     打赏
2楼
自己来顶哈!确实是Tornado那个WFTPD有问题哈

菜鸟
2006-03-23 17:43:00     打赏
3楼

一般情况下这是你的DEFAULT_BOOT_LINE行有问题,你可以这样试试

#define DEFAULT_BOOT_LINE \
"eeE(0,0)vxhost:vxWorks h=192.168.25.35 e=192.168.25.121 u=target pw=target tn=vxtarget f=0x08"

wftpd的目录设为你的vxworks文件所在的目录。

一点愚见,欢迎大虾指正!


菜鸟
2006-04-06 05:20:00     打赏
4楼
谢谢楼上的!

共4条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]