AN 957: Time-Sensitive Networking for Drive-on-Chip Design Example

ID 683707
Date 10/30/2021
Public
Document Table of Contents

6. Running the Program

You can produce executable programs using DS-5 environment for Arm processor or standalone compilation using a Linux machine.

  1. Compile your program and copy the executable to the Cyclone V SoC Development board, for example, using the scp command:
    >> scp -rp .\<your_program> root@192.168.1.20:/home/root
  2. To run the program remotely, ssh into the Cyclone V Soc development board or:
    >> ssh root@192.168.1.20 "/home/root/<your_program> > /dev/null"