Main Content

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.

  1. Open an existing Simulink model, such as arm_cortex_a_gettingstarted, or create a new model.

  2. On the Apps tab, in the Setup to Run on Hardware group, click Run on Hardware Board.

  3. 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 to ert.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.

  4. (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.

  5. Click OK and save the changes to your model.

See Also

| |

Related Topics