![Axiom CML-5485 Hardware User Manual Download Page 37](http://html.mh-extra.com/html/axiom/cml-5485/cml-5485_hardware-user-manual_3036878037.webp)
C M L - 5 4 8 5 U S E R M A N U A L V 1 . 0
0 6 / 2 2 / 0 5
36
Example:
To change program counter to contain the value 0x2000_8000, the command is:
rm pc 20008000
RESET - Reset the Board and dBUG
Usage: RESET
The RESET command resets the board and
dBUG
to their initial power-on states.
The RESET command executes the same sequence of code that occurs at power-on. If the
RESET command fails to reset the board properly, cycle the power or press the RESET
button.
Examples:
To reset the board and clear the
dBUG
data structures, the command is:
reset
SET - Set Configurations
Usage:
SET <option value>
The SET command allows the setting of user-configurable options within
dBUG
. With no
arguments, SET displays the options and values available. The SHOW command displays the
settings in the appropriate format. Note that some configuration items will not take effect until a
Reset has occurred. The standard set of options is listed below.
baud
- This is the baud rate for the first serial port on the board. All communications
between
dBUG
and the user occur using 19200 bps, eight data bits, no parity, and
one stop bit, 8N1, with no flow control.
base
- This is the default radix for use in converting a number from its ASCII text
representation to the internal quantity used by
dBUG
. The default is hexadecimal
(base 16), and other choices are binary (base 2), octal (base 8), and decimal (base
10).
client
- This is the network Internet Protocol (IP) address of the board. For network
communications, the client IP is required to be set to a unique value, usually
assigned by your local network administrator.
server
- This is the network IP address of the machine which contains files accessible
via TFTP. Your local network administrator will have this information and can assist
in properly configuring a TFTP server if one does not exist.
gateway
- This is the network IP address of the gateway for your local subnetwork. If
the client IP address and server IP address are not on the same subnetwork, then
this option must be properly set. Your local network administrator will have this
information.