Intel® Arria® 10 SoC UEFI Boot Loader User Guide

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

1.5.5.5.3. Programming the VxWorks* Real-Time Operating System Image

  1. Go to your VxWorks* image directory. The directory used in this example is: /data/<username>/sdcard/a10_soc.
    $ cd /data/<username>/sdcard/a10_soc
  2. Add the mkimage header to your vxWorks.bin to your to indicate the filesize.
    $ mkimage -A arm -T firmware -C none -a 0x100000 -e 0x100000 -n "vxWorks" -d vxWorks.bin vxWorks.bin.mkimage
  3. Flash the boot image into the QSPI by typing:
     quartus_hps -c 1 -d 2 --o P --addr=0x00120000 vxWorks.bin.mkimage