bdi
Wind
for Tornado™, BDI2000 (MPC8xx/MPC5xx)
User Manual
25
© Copyright 1997-2007 by ABATRON AG Switzerland
V 1.38
3.2.3 Part [HOST]
The part [HOST] defines some host specific values.
IP ipaddress
The IP address of the host.
ipaddress
the IP address in the form xxx.xxx.xxx.xxx
Example: IP
151.120.25.100
FILE filename
The file name of the VxWorks core. This name is used to access the core
file via TFTP. If the filename starts with a $, this $ is replace with the path
of the configuration file name.
filename
the filename including the full path
Example:
FILE F:\tornado\target\config\ads860\vxworks
$vxworks
FORMAT format [offset]
The format of the VxWorks core file. Currently binary, S-record, a.out and
ELF file formats are supported. If the core is already stored in ROM on the
target, select ROM as the format. The optional parameter "offset" is added
to any load address read from the core file.
format
BIN, SREC, AOUT, ELF or ROM
Example: FORMAT
ELF
LOAD mode
In Agent mode, this parameters defines if the code is loaded automatically
after every reset.
mode
AUTO, MANUAL
Example: LOAD
MANUAL
START address
The address where to start the VxWorks core. If this value is not defined
and the core is not in ROM, the address is taken from the code file. If this
value is not defined and the core is already in ROM, the PC will not be set
before starting the VxWorks core. This means, the program starts at the
normal reset address (0x0100).
address
the address where to start the VxWorks core
Example:
START 0x1000
DEBUGPORT port
The UDP port the target server uses to access the target agent.
port
the UDP port number (default = 0x4321)
Example:
DEBUGPORT 2001
PROMPT string
This entry defines a new Telnet prompt. The current prompt can also be
changed via the Telnet interface.
Example: PROMPT
MPC860>
DUMP filename
The default file name used for the Telnet DUMP command.
filename
the filename including the full path
Example:
DUMP dump.bin
TELNET mode
By default the BDI sends echoes for the received characters and supports
command history and line editing. If it should not send echoes and let the
Telnet client in "line mode", add this entry to the configuration file.
mode
ECHO (default), NOECHO or LINE
Example:
TELNET NOECHO ; use old line mode