Intel® SoC FPGA Embedded Development Suite (SoC EDS) User Guide

ID 683187
Date 3/12/2021
Public
Document Table of Contents

6.4.2. Usage Examples

Creating a U-boot Image

mkimage –A arm –T firmware –C none –O u-boot –a 0x08000040 –e 0 –n "U-Boot 2014.10 for SOCFGPA board" –d u-boot.bin u-boot.img

Creating a Bare Metal Application Image

mkimage -A arm -O u-boot -T standalone -C none -a 0x02100000 -e 0 -n "Bare Metal image" -d hello_world.bin hello_world.img