Forum Discussion
GregD
New Contributor
4 years agoArria 10 - FPGA Boot
Hello. I am working on an Arria 10 project. Using ARM development studio and USB-Blaster I can load and run u-boot, do an NFS mount of the rootfs, and program the eMMC. Afterward, the board successfu...
EricMunYew_C_Intel
Frequent Contributor
4 years agoYou can refer to below for FPGA boot in Arria 10 SoC.
https://rocketboards.org/foswiki/Documentation/UBootA10FPGABoot
Below is the command to generate U boot in hex.
% arm-altera-eabi-objcopy -I binary -O ihex --adjust-vma -0x00000000 u-boot_w_dtb.bin hpsBootTarget.hex