Technical data

The following example shows the system performing a conversational boot from
DKA200. If the system cannot boot from DKA200, it tries a conversational boot
from DKA400.
Example:
>>> BOOT /R5:00000001 DKA200, DKA400
3.1.4.2 CONTINUE Command
The CONTINUE command switches the system from console mode to program
mode. The CPU starts running at the current program counter (PC). To
execute this command, enter the CONTINUE command at the console prompt.
For example,
>>> CONTINUE
3.1.4.3 INITIALIZE and UNJAM Commands
The INITIALIZE command resets the processor registers. The UNJAM
command resets the system devices. Together, these commands reset the
system. The UNJAM command should be entered first. For example,
>>> UNJAM
>>> INITIALIZE
3.1.4.4 START Command
The START command is used to set the program counter (PC) and start the
CPU. This command causes the system to exit console mode and enter program
mode.
Syntax:
START [address]
Address is the value loaded into the PC.
The following example of the START command starts the bootloader:
>>> START 200
Using the Console 3–17