arria10 u-boot from sd card with early release
Hi,
I am currently working with an Arria 10 board utilizing U-Boot and Yocto on an SD card. Presently, the device successfully boots with a full FPGA configuration and an autobootscript from U-Boot.
However, I am now looking to implement PXE boot functionality. To achieve this, we have built the FPGA with early and core configurations. I have made adjustments to U-Boot, and it successfully loads the early release and calc the external RAM.
My current challenge lies in loading the core FPGA configuration from the U-Boot CLI using the SD card. I am able to load the core RBF file into RAM, and then I attempt to configure the FPGA using the command "fpga load 0 address and size". Unfortunately, after this step, U-Boot hangs, necessitating a power cycle to recover.
I would greatly appreciate any guidance or insights you can provide to help resolve this issue.
Thank you,