Forum Discussion
JoshuaT_Altera
New Contributor
6 months agoHi,
Your observation is right and we will be fixing this in next update which will be going to Altera FPGA Developer Site.
For now, I suggest the following changes to the steps .
1. For building hardware section (under the "Get the hardware design from github and compile it:") steps,
you may add :
make rbf
2. For creating sdfs partition in SDcard, add the steps in "Prepare FAT partition:" to include the soc_system.rbf and u-boot.scr file :
cp $TOP_FOLDER/cv_soc_devkit_ghrd/output_files/soc_system.rbf .
wget https://releases.rocketboards.org/2025.03/gsrd/c5_gsrd/u-boot.scr
While the Building Bootloader page for Cyclone V is not available yet, you may view the GSRD (25.1 as at time of writing) at https://altera-fpga.github.io/rel-25.1/embedded-designs/cyclone-v/sx/soc/gsrd/ug-gsrd-cve-soc/
Hope this helps. Please reach out if you are still facing challenges on this.
Regards,
Joshua.