Forum Discussion
JFrye2
New Contributor
6 years agoProgramming CycloneV FPGA from U-Boot SPL
I have a DE1-SoC board from Terasic. I am trying to boot a Linux kernel that can talk to the hardware in the FPGA portion. I am trying to verify that my FPGA is programmed during the boot cycle. I am...
FawazJ_Altera
Frequent Contributor
6 years agoHello,
We cannot combine uboot with rbf file for Cyclone V SoC devices.
The rbf file should be available inside the FAT partition. After that, you can load this rbf file from uboot and uboot will configure the FPGA for you. The scr script is needed to automate uboot commands.
We recommend to use the uboot from this link:
http://github.com/altera-opensource/u-boot-socfpga
Thank you