Running the Linux Application from the Vitis IDE - 2023.2 English

Zynq-7000 SoC Embedded Design Tutorial (UG1165)

Document ID
UG1165
Release Date
2024-05-02
Version
2023.2 English
  1. Run the Linux application:

    • Highlight the linux_hello application, and under FLOW, click Run icon. Click Open Settings to create a new Launch Configuration.

    • Make sure that the Target Connection is set to the target connection created in the previous section.

    • Set the Work Directory to a valid location on your linux filesystem. A typical example is /home/petalinux, which is the destination for copying the ELF file.

    Vitis Linux Run Configurations
    • Click Run.

    • The console should print Hello World.

    Linux Hello World run result

    Linux Hello World run result

  2. Disconnect the connection:

    • Click the Stop button on the Debug toolbar.