Forum Discussion
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