Forum Discussion

JTurn's avatar
JTurn
Icon for New Contributor rankNew Contributor
7 years ago

How to disable SDRAM ECC Check at bootup without manually editing the preloader source in 14.1 or later?

Hi All,

I would like to disable the ECC check which occurs at the beginning of the Cyclone V boot process in order to save boot time. However, the only way I currently know how to do this is to edit the "CONFIG_HPS_SDR_CTRLCFG_CTRLCFG_ECCEN" and "CONFIG_HPS_SDR_CTRLCFG_CTRLCFG_ECCCORREN" defines to "0" within the file "board/altera/socfpga_cyclone5/sdram/sdram_config.h" prior to building the preloader. This is annoying because the values get reset if I regenerate the BSP settings.

Is there a way to disable this check in either Quartus or the BSP Editor without manually modifying the preloader source?

2 Replies