This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4 EVM,boot failed from the SD card

Hi,I'm working with the TDA4 EVM,and want to Run Out of the Box Demos following by:

http://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/psdk_rtos_auto/docs/user_guide/getting_started.html

I have finished the step2.2.1 to step2.2.4,but there are some errors when I run the step 2.2.5.

I insert the SD card,which has been partioned and installed , to the EVM board,then power on,the console port display:

 ----------------------------------------------------------------------


U-Boot SPL 2020.01-gf9b0d030d3 (Jun 17 2020 - 15:08:08 +0000)
SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
Trying to boot from MMC2
Loading Environment from MMC... *** Warning - No MMC card found, using default t

Remoteproc 2 started successfully
** File not found /lib/firmware/j7-mcu-r5f0_0-fw **
Starting ATF on ARM64 core...

NOTICE: BL31: v2.3():07.00.00.005-dirty
NOTICE: BL31: Built : 14:33:55, Jun 17 2020

U-Boot SPL 2020.01-gf9b0d030d3 (Jun 17 2020 - 14:34:25 +0000)
SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla') 
Detected: J7X-BASE-CPB rev E3 
Detected: J7X-GESI-EXP rev E3 
Detected: J7X-VSC8514-ETH rev E2 
Trying to boot from MMC2 
spl: mmc init failed with error: -110 
SPL: failed to boot from all boot devices 
### ERROR ### Please RESET the board ###

----------------------------------------------------------------------------------------------

The SD card is 64G,and the BOOT partition is 64M,the rootfs partition is the rest.

How can I run this prebiulted demo?