Main Content

Stop or Restart Executable Running on Xilinx Zynq Platform

  1. In the MATLAB® Command Window, create a handle for the connection to the Xilinx® Zynq® platform. Enter:

    h = zynq
    

    Note

    If a previous instance of a Xilinx Zynq object such as h, is available in the MATLAB Workspace, you do not need to enter h = zynq;

  2. To stop an executable running on the hardware, enter:

    stop(h,'executableName')

  3. To restart a stopped executable, or to run multiple instances of an executable, enter:

    run(h,'executableName')

    For example:

    stop(h,'zynq_gettingstarted')
    
    ....
    
    run(h,'zynq_gettingstarted')
    
    ans =
    
         1