Complete steps for Cyclone v SOC booting from QSPI for new developers

We made our own baremetal tutorial.
this tutorial explains the start to end complete procedure for making the baremetal application on the HPS.

overview about this tutorial

  1. you need to make the DDR3 settings in the QSYS HPS.
  2. you need to use the “hps_isw_handoff” generated by QSYS HPS and make the preloader from bsp editor.
  3. do the settings of the bsp editor so that you can boot from QSPI.
  4. make the preloader and store the preloader on the QSPI.
  5. make the binary image of your baremetal application using the fromelf command in DS-5 Build steps.
  6. add the baremetal header to your binary file which is generated from your c code compilation.
  7. program this binary file on the QSPI and power off and on your device.

:slight_smile:now you are successful to boot your c program

2 Likes

hi,
thank you for this. can you post the link to the tutorial?

1 Like
1 Like

thank you for this . will check it out.