| |||
| Home > Getting Started with the RealView Debugger Command Line Interface > Using the headless debugger > Loading an image | |||
Use the LOAD command to load an image to the current target. For example, to load the example dhrystone image from the default installation directory on a Windows system, enter:
load 'C:\Program Files\ARM\RVDS\Examples\2.2\10\windows\dhrystone\Debug\dhrystone.axf'
The following messages are displayed:
Loading file C:\Program Files\ARM\RVDS\Examples\2.2\10\windows\dhrystone\Debug\dhrystone.axf...
Stop>