Configure a Model for ARM Cortex-A9 QEMU Emulator
Configure a Simulink® model to be built and run as an executable on the ARM® Cortex®-A QEMU emulator.
Open an existing Simulink model, such as
arm_cortex_a_gettingstarted
, or create a new model.On the Apps tab, in the Setup to Run on Hardware group, click Run on Hardware Board.
On the Run on Hardware Board pop-up, set Hardware Board to
ARM Cortex-A9 (QEMU)
. Click Finish.Selecting
ARM Cortex-A9 (QEMU)
automatically sets the System target file parameter for the model toert.tlc
and adds hardware specific parameters to the model configuration parameters. For more information on the hardware board specific parameters added, see Hardware Implementation Pane: ARM Cortex-A9 Hardware Boards and QEMU.Note
You can also select the hardware board in the Configuration Parameters window under Hardware Implementation > Hardware board.
(Optional) To only generate and build code without loading and running on the emulator, on the Hardware tab, select and change Build, Deploy & Start to Build.
Click OK and save the changes to your model.
See Also
Install Support for ARM Cortex-A Processors | Build and Run an Executable on the ARM Cortex-A9 QEMU Emulator | Run on Hardware Board - ARM Cortex-A Processors