i want to know how to boot target , and connect it with host through
Ethernet LAN.
What are changes in files & also the settings to be done at both target
server and target.
I want to use a system(pc) as a target server(host) and another
system(pc) as target , both system are pentium and windows 2000
professional operating system. Both host and target are connected
through ethernet LAN connection.
Please give me step by step procedure
Thanks in advance
Meenal
Hope it helps
Martin
Meenal Gupta schrieb:
--
BaSystem Martin Raabe
E: Martin.Raabe<at>B-a-S-y-s-t-e-m<dot>de
before inclluding "configall.h"
Also i have changed the DEFAULT_BOOT_LINE
#define DEFAULT_BOOT_LINE \
"fd=0,0(0,0)FR233:/fd0/vxWorks.st h=10.112.36.50 e=10.112.37.40
u=target o=elpci"
Then i follow the following steps
1. I boot the target with floppy and get the vxworks prompt
2. after this i cofigure the target server which is on my host machine.
3. but when i launch the target server, it says
ERROR: rpccore backend client Timed out.
I am stucked here since a long time plz help me what to do.
What version of VxWorks are you using?
Is it less than 5.4 or 5.4.x or 5.5.x or even 6.x?
What is the IDE? Are you based on makefiles, or Tornado 1.0 or Tornado
2.x or WindRiver Workbench?
Please tell us more about your environment.
Take care
Martin
So did you follow the tutorial in the Tornado IDE?
There everything should be setup and cross tested within the GUI/IDE.
You should not start with a makefile based approach, this is not a good
starting point.
So the getting started manual guids you through the process of setting
up the network interface card (NIC).
And then shows you how you can apply the debugging process via networking.
Hope it helps.
After you boot, can you ping the target from a host PC or can you ping
from the target to another host on your network?
You may have a mismatch between your target server and how vxworks
connects to the debugger. Go under the Tornado project and check that
you are using rpc as you comm method to the host. Also, when you boot
up, it should list how WDB is configured to connect to the tgt server
on the host. Whatever is says during the banner print, config your
target server to use that method - ie rpc, serial, etc. You may not
even have wdb support in your kernel.
Good luck,
lc
Did you build with config.h/makefile or with Tornado?
lc