User guide

Getting Started
ARM DUI 0224I Copyright © 2003-2010 ARM Limited. All rights reserved. 2-15
Table 2-4 lists the commands for the Boot Monitor.
Table 2-5 on page 2-16 lists the commands for the Configure subsystem.
Note
You must reset the board for the Boot Monitor Configure commands to take effect
Table 2-4 Boot Monitor commands
Command Action
@ script_file
Runs a script file.
ALIAS alias commands
Create an alias command
alias
for the string of commands contained in
commands
.
CLEAR BOOTSCRIPT
Clear the current boot script. The Boot Monitor will prompt for input on reset even if the
S6-1 is set to ON to indicate that a boot script should be run.
CONFIGURE
Enter Configure subsystem. Commands listed in Table 2-5 on page 2-16 can now be
executed.
CONVERT BINARY binary_file
LOAD_ADDRESS address
[ENTRY_POINT address]
Provides information to the system that is required by the RUN command in order to
execute a binary file. A new file with name
binary_file
is produced, but with an
.exe
file
extension.
DEBUG
Enter the debug subsystem. Commands listed in Table 2-6 on page 2-16 can now be
executed.
DISABLE CACHES
Disable both the I and D caches.
DISPLAY BOOTSCRIPT
Display the current boot script.
ECHO text
Echo
text
to the current output device.
ENABLE CACHES
Enable both the I and D caches.
EXIT
Exit the Boot Monitor. The processor is held in a tight loop until it is interrupted by a JTAG
debugger.
FLASH
Enter the flash file system for the NOR flash on the PB926EJ-S. See Table 2-7 on
page 2-17 for flash commands.
HELP
List the Boot Monitor commands.
QUIT
Alias for
EXIT
. Exit the Boot Monitor.
SET BOOTSCRIPT
script_file Specify
script_file
as the boot script. If the run boot script switch S6-1 is ON,
script_file
will be run at system reset.