Hi
On my customized LS1046A board, eMMC can't be recognized by u-boot.
the RCW is
Reset Configuration Word (RCW):
00000000: 0c0d0010 12000000 00000000 00000000
00000010: 10405577 40a00006 40000000 c1000000
00000020: 00200000 00000000 00000000 0003affe
00000030: 20004504 04201102 00000096 00000001
the u-boot config is
CONFIG_DM=y
CONFIG_DM_MMC=y
CONFIG_FSL_ESDHC=y
Solved! Go to Solution.
In RCW, please configure RCW[EVDD_VSEL] as 0 and configure RCW[IIC2_EXT] as 0.
In RCW, please configure RCW[EVDD_VSEL] as 0 and configure RCW[IIC2_EXT] as 0.
Thanks,
I forgot set EVDD_VSEL to 0
This solved my problem
(IIC2_EXT=0 is not neccessary in my case)
SDHC_CMD, SDHC_DATA[0:3] are pulled up to EVDD (1.8V) by 10kΩ
The other SDHC pins are configured as GPIO by RCW