Intel® Arria® 10 SoC UEFI Boot Loader User Guide

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

1.5.4.4. Updating Individual Elements on the SD Card

This task describes how to update the following elements individually into the SD card:

  • ghrd_10as066n2.periph.rbf
  • ghrd_10an066n2.core.rbf
  • bootimage.bin (Bare Metal Image)
  • kernel-uImage.bin (Integrity Image)
  • vxWorks.bin (VxWorks Image)
  1. Open the SD card to view the FAT partition. Go to Application > System Tool > Disk Utility.
  2. Observe that the FAT partition location at /dev/sdb1.
    Figure 46. Disk Utility FAT Partition View
  3. Open a Terminal.
  4. Mount /dev/sdb1 (FAT) on the host machine and copy the core.rbf and periph.rbf files and application image into the FAT partition using the commands shown below:
    $ sudo mount /dev/sdb1 sdcard/
    
    $ sudo cp GSRD/GSRD/ghrd_10as066n2.periph.rbf sdcard/
    
    $ sudo cp GSRD/GSRD/ghrd_10as066n2.core.rbf sdcard/
    
    $ sudo cp GSRD/GSRD/bootimage.bin sdcard/
    
    $ sudo cp GSRD/GSRD/kernel-uImage.bin sdcard/
    
    $ sudo cp GSRD/GSRD/vxWorks.bin sdcard/
    
    $ sudo umount sdcard