Running the Hello World Application on a ZC702 Board - 2023.2 English

Zynq-7000 SoC Embedded Design Tutorial (UG1165)

Document ID
UG1165
Release Date
2024-05-02
Version
2023.2 English
  1. Open a Serial Communication Utility for the COM port assigned to your system.

  1. Highlight hello_world application in Vitis Components view. Select Run Settings to open a Launch Configuration.

    Note

    Make sure that the Target Connection is correct.

  1. Click Run.

    “Hello World” appears on the Serial Terminal.

    Note

    The software application do not require bitstream download to execute on the Zynq SoC evaluation board. The Arm Cortex-A9 dual core is already present on the board. Basic initialization of this system to run a simple application is accomplished by the First Stage Boot Loader (FSBL). The FSBL has ps7_init.c/h files that are packaged in the XSA file and extracted when the platform is created. The ps7_init.c/h have the settings made in the PS7 Subsystem in Vivado.