Intel® Arria® 10 SoC UEFI Boot Loader User Guide

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

1.5.3.5.2. Compiling the UEFI in the Linux Environment

  1. Open a terminal window and enter the following command:
    $ cd <your_uefi_directory>/uefi-socfpga
    $ make clean
    Note: The make clean command deletes the entire <your_uefi_directory>/uefi-socfpga/Build/ folder and also cleans the BaseTools folder.
  2. Compile the UEFI boot loader for the by typing the following command:
    $ make
    The build process takes less than three minutes.
    Note: Typing the make command is equivalent to typing: make DEVICE=a10 COMPILER=gcc.
  3. When the build is successful, you see a Build Done message.