ARM ARM DUI 0224I Computer Hardware User Manual


 
Getting Started
ARM DUI 0224F Copyright © 2003-2007 ARM Limited. All rights reserved. 2-17
Table 2-6 lists the commands for the Debug subsystem.
Table 2-7 lists the commands for the NOR Flash subsystem.
Table 2-6 Boot Monitor Debug commands
Command Action
DEPOSIT address value [size]
Load memory specified by
address
with
value
. The
size
parameter is optional. If
used, it can be
BYTE
,
HALFWORD
, or
WORD
. The default is
WORD
.
DISABLE MESSAGES
Disable debug messages
ENABLE MESSAGES
Enable debug messages
EXAMINE address
Examine memory at
address
EXIT
Exit the debug commands and return to executing standard Boot Monitor
commands.
GO address
Run the code starting at
address
.
HELP
List the debug commands.
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-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.