Not able to access eMMC from u-boot on STM32MP157C device
Hi STM-Team,
We have the custom board based on the STM32MP157C-Eval board.
In that, we are not able to access the eMMC from u-boot command prompt. Currently, we are booting from SD card and able to access it from u-boot command prompt.
We are able to see the 2 mmc devices but not able to access eMMC on dev-1. Please see below logs:
-----------------------------------------
STM32MP> mmc list
STM32 SD/MMC: 1
STM32 SD/MMC: 0 (SD)
STM32MP> mmc dev 0
switch to partitions #0, OK
mmc0 is current device
STM32MP> mmc dev 1
<No output from this command>
-------------------------------------------
But, with same configurations, we are able to access and create partitions of eMMC through fdisk command from filesystem command prompt. Also, see the below kernel boot-up logs:
-------------------------------------------
[ 3.976158] mmc1: new DDR MMC card at address 0001
[ 3.989649] mmcblk1: mmc1:0001 IB2916 14.6 GiB
[ 3.994868] mmcblk1boot0: mmc1:0001 IB2916 partition 1 4.00 MiB
[ 4.000048] mmcblk1boot1: mmc1:0001 IB2916 partition 2 4.00 MiB
[ 4.016430] mmcblk1rpmb: mmc2:0001 IB2916 partition 3 4.00 MiB, chardev (243:0)
[ 4.030124] mmcblk1: p1
--------------------------------------------
Please help us out why we are not able to access the eMMC from u-boot.
Thanks & Regards,
Pratik Manvar
