Running the Linux Application - 2024.2 English - UG1209

Zynq UltraScale+ MPSoC Embedded Design Tutorial (UG1209)

Document ID
UG1209
Release Date
2025-03-20
Version
2024.2 English

Use the following steps to run a Linux application:

  1. Copy the application from SD card mount point to /tmp.

    mount /dev/mmcblk0p1 /media/
    cp /media/ps_pl_linux_app.elf /tmp
    
  2. Run the application.

    /tmp/ps_pl_linux_app.elf