Intel® FPGA SDK for OpenCL™ Standard Edition: Cyclone® V SoC Getting Started Guide

ID 683030
Date 4/20/2022
Public
Document Table of Contents

2.7.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.