| |||
| Home > Getting Started > Loading and running an application > Running the brot application in RealView Debugger | |||
This section describes the steps to load and run the brot.axf image
in RealView Debugger:
You might need to build the brot.axf image
first. Instructions and build scripts are provided in %ARMROOT%\Examples\4.0\,
where nn\platform\mandelbrot is a number.nn
Start RealView Debugger and connect to the system model. See Connecting to the EB Real-Time System Model in RealView Debugger.
Select Load Image from the Target menu. The Select Local Files to Load dialog is displayed.
Browse to the location of brot.axf,
select it, then click Open.
Select the brot.c tab in
the RealView Debugger main window and place a breakpoint on the render function,
as shown in Figure 2.7.
Press F5, or select Run from the Debug menu, until the CLCD window is displayed as shown in Figure 2.4.
Repeatedly press F5 and notice how the CLCD window changes.