Command to Re-Detect eMMC
We have added a command to the latest images to handle this: lc_redetect_emmc. This is available on the latest images.
The script performs the bind and unbind function for the mmc subsystem.
echo -n d0074000.mmc > /sys/bus/platform/drivers/meson-gx-mmc/unbind
echo -n d0074000.mmc > /sys/bus/platform/drivers/meson-gx-mmc/bind
Comments
There is a tool that will do this now. It's called lc_redetect_emmc. Simply run it with sudo and it should initialize the eMMC module.