Emerson 752I Computer Hardware User Manual


 
Monitor: Monitor Command Reference
Katana®752i User’s Manual 10006024-04
15-8
3 Update the monitor:
[Katana 752i (1.0)] => moninit serial# 100000
4 Reset the monitor:
[Katana 752i (1.0)] => reset
5 Reset the environment parameters:
[Katana 752i (1.0)] => envinit serial#
If moninit( ) fails, burn the new monitor to a ROM and follow the recovery steps in “Recov-
ering the Monitor” on page 15-7.
Resetting Environment Variables
To reset the monitor’s environment variables, issue the following command, were serial# is
the four digit serial number, 683-xxxx:
[Katana 752i (1.0)] => envinit serial#
MONITOR COMMAND REFERENCE
This section describes the syntax and typographic conventions for the Katana®752i moni-
tor commands. Subsequent sections in this chapter describe individual commands, which
fall into the following categories: boot, memory, Flash, environment variables, test, and
other commands.
Command Syntax
The monitor uses the following basic command syntax:
<Command> <argument 1> <argument 2> <argument 3>
The command line accepts three different argument formats: string, numeric, and
symbolic. All command arguments must be separated by spaces with the exception of
argument flags, which are described below.
Monitor commands that expect numeric arguments assume a hexadecimal base.
All monitor commands are case sensitive.
Some commands accept flag arguments. A flag argument is a single character that
begins with a period (.). There is no white space between an argument flag and a
command. For example, md.b 80000 is a valid monitor command, while md .b 80000
is not.
Some commands may be abbreviated by typing only the first few characters that
uniquely identify the command. For example, you can type ver instead of version.