Tool/software: Linux
Hi,
I am trying to do a DDR(SDRAM) verification in SPL before loading the u-boot in by beagle bone black.I did a memory walk program for running from spl which will traverse from 0x8000000 to 0x9FFFFFFF.But unfortunately there my program failing and u-boot is not loading at all.When I analyse the source and configurations I notice that the spl bss is mapped to sdram in u-boot-spl.lds. When I modified the bss to internal sram code compilation failed .My doubt are
How this is possible even before initializing the DDR ?
Do DDR is initialized from the ROM code itself ?
Is it possible to do a complete DDR test from SPL ?
Please advice
Regards
Zee