Arria® 10 SoC Boot User Guide

ID 683735
Date 4/03/2019
Public
Document Table of Contents

1.8.4. Compiling the UEFI Source Code with the Linaro Tool Chain

This section explains how to compile the UEFI source code with the Linaro tool chain.

  1. Open a terminal window and enter the following command:
    $ cd /data/<username>/pggit/uefi-socfpga
    $ make clean
    Note: make clean deletes your entire /data/<username>/pggit/uefi-socfpga/Build/ folder and also cleans the BaseTools.
  2. Compile the UEFI boot loader for Arria® 10 device using the following command. The build process takes less than three minutes.
    $ make
    Note: Typing make is equivalent to make DEVICE=a10 COMPILER=gcc

    After the build has completed, a Build Done message displays.