User`s guide

SROM Mini-Debugger Command Set 3–47
User Commands
xb
The external boot (xb) command begins execution of uploaded image.
Control Flags
Not applicable.
Description
The external boot command is used after an image has been uploaded with the xm
command. It adds the necessary Icache flush code before it transfers control to the
code residing at the address specified in the xm command. If no xm command has
been executed, then this command has no effect.
Example
The following example begins execution of the image uploaded:
SROM> xm
A> 400000
D> 10
SROM> xb ! Execution of code at 400000 begins.