User guide

Getting Started
ARM DUI 0224I Copyright © 2003-2010 ARM Limited. All rights reserved. 2-17
Table 2-7 lists the commands for the NOR Flash subsystem.
QUIT
Alias for
EXIT
. Exit the Debug commands and return to standard Boot Monitor
commands.
START TIMER
Start a timer.
STOP TIMER
Stop the timer started with the
START TIMER
command and display the elapsed time.
Table 2-6 Boot Monitor Debug commands (continued)
Command Action
Table 2-7 Boot Monitor NOR flash commands
Command Action
DISPLAY IMAGE name
Displays details of image
name
.
ERASE IMAGE name
Erase an image or binary file from flash.
ERASE RANGE start end
Erase an area of NOR flash from the
start
address to the
end
address.
Warning
This command can erase the Boot Monitor image if it is stored in NOR flash. See Loading
Boot Monitor into NOR flash on page 2-20.
EXIT
Exit the flash commands and return to executing standard Boot Monitor commands.
HELP
List the flash commands.
LIST AREAS
List areas in flash. An area is one or more contiguous blocks that have the same size and
use the same programming algorithm.
LIST IMAGES
List images in flash.
LOAD name
Load the image
image_name
into memory.
QUIT
Alias for
EXIT
. Exit the NOR flash commands and return to standard Boot Monitor
commands.
RESERVE SPACE address size
Reserve space in NOR flash. This space will not be used by the Boot Monitor.
address
is
the start of the area and
size
is the size of the reserved area.
RUN name
Load the image
name
from flash and run it.