Arria 10 SoC Virtual Platform User Guide

ID 683326
Date 9/16/2015
Public
Document Table of Contents

1.6.4. Moving the Application to the Target

To move the application to the target, run the commands listed below on the target. Be sure to replace host_user, host_name and host_path with the actual values for your host Linux PC:

cd ~
scp host_user@host_name:host_path/factorial.out . 
scp host_user@host_name:host_path/factorial.c .