Altera cyclone V -FPGA Configuration from Preloader

Hello!

I am trying to configure my FPGA on Altera Soc cyclone V from the preloader, I ve already did each step described in Rocket board https://rocketboards.org/foswiki/Documentation/GSRD131ProgrammingFPGA,

  1. Create the FPGA Configuration file in the .rbf (Raw Binary File) , done
  2. Generate the Preloader based on the Quartus handoff folder , done
    3.Compile the generated Preloader
  3. Edit the file ~/cv_soc_devkit_ghrd/software/spl-bsp/uboot-socfpga/include/configs/socfpga_common.h ,done
  4. Recompile the Preloader , done
    Write the Preloader, FPGA image and U-boot image to QSPI as shown in the table below:
    File QSPI Address
    preloader-mkpimage.bin 0x000000 ,done
    u-boot-socfpga_cyclone5.img 0x060000 , I didn’t find this file !!!
    soc_system.rbf 0x800000 , done
  5. Configure board to boot from QSP,
    After a quick reboot, nothing happened and FPGA still had the old configuration (I ve noticed this because the were still blinking as usual, whereas I ve changed it in the new FPGA configuration I was trying to install),

Does anyone know how to fix this,
Sahbi