Instruction manual

16.4 Console Commands
The console program supports these commands:
Command Description
BOOT Initiates the bootstrap process.
CONTINUE Returns operating system from console to program mode.
DEPOSIT Writes to memory, I/O, and register locations.
EXAMINE Displays specific memory, I/O, and register locations.
HALT Halts the current program and places the system from program mode to
console mode.
HELP Displays basic help file.
LOGIN Secures the system.
REPEAT Repeats commands.
SET[ENV] Sets an environment variable.
SHOW Shows an environment variable.
START Starts CPU at a given address.
TEST Runs diagnostics.
! Precedes a comment on a command line.
16.4.1 BOOT
The BOOT command bootstraps the operating system.
>>> B[OOT] [device_name] [qualifier]
The firmware initializes the processor, loads a program image from the specified
boot device, and transfers control to that image. If no boot device is specified in
the command line, the default boot device is used.
If a list of devices is specified, a bootstrap is attempted from each device in turn
and then transfers control to the first successfully booted image. In a list network
devices should always be placed last, since network bootstraps only terminate if a
fatal hardware error occurs or an image is successfully loaded
The console qualifies the bootstrap with the -fl option. In the case where no
boot flag option is specified, the corresponding default boot flag value is used.
Explicitly naming either the boot flags or boot device overrides the current
default value for the current boot request, but does not change the corresponding
default value in NVR.
Console 16–7