Intel® Arria® 10 SoC UEFI Boot Loader User Guide

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

1.5.2.1.1. Windows* Environment

  1. Start an embedded command shell.
    Figure 21. Open an Embedded Command Shell
  2. Go to the a10_soc_devkit_ghrd folder.
    $ cd <Working_Directory>/a10_soc_devkit_ghrd/
  3. Start the BSP Editor.
    $ bsp-editor&
  4. In the BSP Editor window, select File > New HPS BSP... to open a new BSP window.
  5. In the new BSP window:
    1. Click the browse () button next to the Preloader Setting Directory text box and browse to the <your_working_directory>/a10_soc_devkit_ghrd/hps_isw_handoff folder.
    2. Select the Operating system to be U-Boot Bootloader (Arria 10 HPS) in the pull-down menu.
    3. Leave the Use default locations enabled to create the new BSP in the <your_working_directory>/a10_soc_devkit_ghrd/software/uboot_bsp folder.
    4. Click OK to create the BSP settings file and close the New BSP window.
    Figure 22. New BSP Window Settings
  6. In the BSP Editor window, edit the BSP settings as follows:
    • boot_device: Boot from SD/MMC (default)
    • model: SOCFPGA Arria 10 Dev Kit (default)
    • rbf_filename: ghrd_10as066n2.rbf (default was socfpga.rbf)
    • peripheral_rbf_filename: periph.rbf (default)
    • core_rbf_filename: core.rbf (default)
    • disable_uboot_build: unchecked (default)
    Figure 23. BSP Settings
  7. In the BSP Editor window, click Generate in the lower right hand corner to produce the source code and the U-Boot device tree.
  8. When the file generation is complete, click Close in the BSP Editor window.
    The following files are generated in the <your_working_directory>//a10_soc_devkit_ghrd/software/uboot_bsp folder:
    • config.mk
    • devicetree.dts
    • Makefile
    • settings.bsp
    • uboot.ds