UBoot no card present

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

UBoot no card present

1,321 Views
hankwang
Contributor IV

HI, There is a problem.  We use i.mx6UL and uboot version is 4.14.78.

when we boot the board and got below error message, how can we do for no card present and no show Ubot title

"U-Boot 2018.03-imx_v2018.03_4.14.78_1.0.0_ga+g7ade5b4 (May 08 2019)"

thanks.

pastedImage_1.png

Labels (1)
0 Kudos
6 Replies

1,139 Views
ida_jiang
Contributor III

Hi Hank Wang,

     I'm facing the same problem. How did you deal with the "MMC: no car support" ? Hope your help !

Best regards,

Ida

0 Kudos

1,139 Views
hankwang
Contributor IV

Hi Ida,

      Disable the CONFIG_DM_MMC =n.

regards,

Hank

0 Kudos

1,139 Views
igorpadykov
NXP Employee
NXP Employee

Hi hank

one can try to debug it, check "iomux_v3_cfg_t const usdhc2_cd_pad" in

mx6ul_14x14_evk.c\mx6ul_14x14_evk\freescale\board - uboot-imx - i.MX U-Boot 

and check MMC Configs in

mx6ul_14x14_evk.h\configs\include - uboot-imx - i.MX U-Boot 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

1,139 Views
hankwang
Contributor IV

Hi, We fixed the issue. Why the uboot  no show the CPU information and Uboot version (such like below information.)?

U-Boot 2018.03-imx_v2018.03_4.14.78_1.0.0_ga+g0ec2a01 (May 05 2018 - 15:16:44 +0300)

 

CPU:   Freescale i.MX6UL rev1.1 528 MHz (running at 396 MHz)
CPU:   Industrial temperature grade (-40C to 105C) at 45C
Reset cause: POR
Board: MX6UL 14x14 EVK
I2C:   ready
DRAM:  512 MiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment

pastedImage_1.png

0 Kudos

1,139 Views
igorpadykov
NXP Employee
NXP Employee

one can debug it using uboot sources

uboot-imx - i.MX U-Boot 

Best regards
igor

0 Kudos

1,139 Views
hankwang
Contributor IV

Hi , we had checked the  iomux_v3_cfg_t const usdhc2_cd_pad and MMC config, below is our environment. 

But we still have error message.

   pastedImage_3.png

pastedImage_5.png

      

pastedImage_1.png

pastedImage_2.png

0 Kudos