preloader not execute completely
Hello Friends,
I have generate preloader by following steps.
Quartus18.1->bsp-editor->Generate
(serial enable, boot from qspi enable, semi hosting enable, watchdog disable)
go to software/spl_bsp and do "Make" --> and "make uboot" and i got "u-boot-spl"
in spl_bsp/uboot_socfpga folder.
now using this "u-boot-spl"
i invoke armds ide through Quartus18.1 embedded shell
In the field Connection should be set the CV SoCKit 1-1 option
Set the file u-boot-spl on the Files tab, through workspace u-boot-spl. Set the flag «Load symbols». Remain the «Files» field empty.
Switch off a debugging script launching on the Debugging tab.
Run terminal utility and press the «Debug» button. The preloader is loaded into memory and a debugger is ready to launch.
it suppose to show something like
U-Boot SPL 2013.01.01 (Oct 13 2020 - 16:45:28)
BOARD : Altera SoCFPGA Cyclone V Board
CLOCK: EOSC1 clock 25000 KHz
CLOCK: EOSC2 clock 25000 KHz
CLOCK: F2S_SDR_REF clock 0 KHz
CLOCK: F2S_PER_REF clock 0 KHz
CLOCK: MPU clock 925 MHz
CLOCK: DDR clock 400 MHz
CLOCK: UART clock 100000 KHz
CLOCK: MMC clock 50000 KHz
CLOCK: QSPI clock 370000 KHz
RESET: COLD SDRAM: Initializing MMR registers
SDRAM: Calibrating PHY
SEQ.C: Preparing to start memory calibration
SEQ.C: CALIBRATION PASSED
SDRAM: 1024 MiB ALTERA DWMMC: 0 Card did not respond to voltage select! spl: mmc init failed: err - -17 ### ERROR ### Please RESET the board ###
but instead it shows as highlighted red box in attached print-screen on preloader execution process.
Please help me out what went wrong , why not my preloader execute completely , why it stuck by just showing
"U-Boot SPL 2013.01.01 (Oct 13 2020 - 16:45:28)"
please see the attached for reference