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.

Compiler/TDA2EVM5777: The board doesn't boot with SD card suddenly.

Part Number: TDA2EVM5777

Tool/software: TI C/C++ Compiler

Hi,

I'm using TDA2EVM5777 and vision_SDK ver 3.7.

My board suddenly can't read SD card when it is start to boot.

I execute in Linux and BIOS both but not successed to boot board.

The below is log message.

- Linux

U-Boot SPL 2016.05-00013-g3331a8a (Aug 06 2019 - 17:23:44)
DRA752-GP ES2.0
no pinctrl for hs200_1_8v
no pinctrl for ddr_1_8v
** First descriptor is NOT a primary desc on 0:1 **
Card did not respond to voltage select!
*** Warning - MMC init failed, using default environment

Trying to boot from MMC1
** Partition 1 not valid on device 0 **
spl_register_fat_device: fat register err - -1
spl: error reading image dra7-ipu2-fw.lzop, err - -1
Error loading remotecore IPU2!,Continuing with boot ...
** Partition 1 not valid on device 0 **
spl_register_fat_device: fat register err - -1
spl: error reading image dra7-dsp1-fw.lzop, err - -1
Error loading remotecore DSP1!,Continuing with boot ...
** Partition 1 not valid on device 0 **
spl_register_fat_device: fat register err - -1
spl: error reading image dra7-dsp2-fw.lzop, err - -1
Error loading remotecore DSP2!,Continuing with boot ...
** Partition 1 not valid on device 0 **
spl_register_fat_device: fat register err - -1
spl: error reading image dra7-ipu1-fw.lzop, err - -1
Error loading remotecore IPU1!,Continuing with boot ...
** Partition 1 not valid on device 0 **
spl_register_fat_device: fat register err - -1
** Partition 1 not valid on device 0 **
spl_register_fat_device: fat register err - -1
spl_load_image_fat: error reading image u-boot.img, err - -1
spl: no partition table found
spl: no partition table found
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###

- BIOS

TDA2xx SBL Boot

DPLL Configuration Completed

Clock Domain Configuration Completed

Module Enable Configuration Completed

TI EVM PAD Config Completed

DDR Config Completed

App Image Download Begins

SD Boot - File open fails

Valid App Image is not Available

Putting MPU CPU1 in Off mode

*****************************************************************

PMCCNTR counts once every 64 clock cycles, multiple by 64 to get actual CPU cycles

SBL Initial Config Cycles - 144556 (12.33 ms)
SOC Init Cycles - 170833 (14.57 ms)
DDR Config Clock Cycles - 43204 (3.68 ms)
App Image Load Cycles - 184548 (15.74 ms)
Slave Core Bootup Cycles - 54273 (4.63 ms)
SBL Boot-up Cycles - 598475 (51.6 ms)
Time at which SBL started IPU1_0 - 16119 (491.91 ms)
*****************************************************************

Putting MPU in Retention...

I refer TDA2xx user guide and followed to set SW2,3,5.

However, the same log was showed.

Could you suggest any solution?

Regards,

Yoo