Forum Discussion
Altera_Forum
Honored Contributor
7 years agoAfter troubleshooting the issue in detail, we found that ‘sdram.c’ file generated by SOC ED V17.1 is different than SOC EDS V14.
Path for sdram.c : /software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7/socfpga ‘sdram.c’ file generated by SOC ED V17.1 calls below two methods in ‘unsigned sdram_mmr_init_full(unsigned int sdr_phy_reg)’ sdram_set_protection_config(0, sdram_calculate_size()); sdram_dump_protection_config(); Because of these two methods our application lock up during boot. Our application works correctly after commenting out these two methods. Is there any configuration or check box available in SOC EDS V17.1 so that mentioned methods should not get called?