Intel® Arria® 10 SoC UEFI Boot Loader User Guide

ID 683536
Date 12/15/2017
Public
Document Table of Contents

1.5.1.4.1. Converting the SOF File into Two Split RBF Files

Splitting the SOF file creates two files:
  • Peripheral file (PERIPH): Configures the I/O
  • Core file (CORE): configures the FPGA fabric
  1. Open an SoC FPGA EDS command shell.
  2. Type the following command to convert the file:
    $ quartus/bin/quartus_cpf -c --hps -o bitstream_compression=on
     <your_working directory>/a10_soc_devkit_ghrd/output_files/ghrd_10as066n2.sof
     <your_working directory>/a10_soc_devkit_ghrd/output_files/ghrd_10as066n2.rbf
    Figure 13.  SoC FPGA EDS File Conversion Command
    The command creates the following files in your <your_working directory>/a10_soc_devkit_ghrd/output_files/ folder:
    Table 6.  Split RBF Files
    File Description
    ~ /a10_soc_devkit_ghrd/output_files/ghrd_10as066n2.periph.rbf I/O configuration file
    ~ /a10_soc_devkit_ghrd/output_files/ghrd_10as066n2.core.rbf FPGA fabric configuration file