Intel® FPGA RTE for OpenCL™ Standard Edition: Getting Started Guide

ID 683550
Date 9/24/2018
Public
Document Table of Contents

4.1.6.5.2. Using SSH and SCP

Instead of connecting the Cyclone® V SoC Development Kit to the host system using UART over USB and transferring files using a network drive, you can initiate a Secure Shell connection and transfer files using a Secure Copy program.
  1. To establish a connection between the Cyclone V SoC Development Kit and the host system via SSH, invoke the ssh root@<board_ip_address> command from your development machine.
    For instructions on how to identify <board_ip_address>, refer to the Ensuring IP Address Acquisition section.
  2. To transfer files, one at a time, from the host system to the board via SCP, invoke the scp <source_filename> root@<board_ip_address>:<target_filename> command from your development machine.