11-06-2022, 09:58 PM
From the wiki, emmc section
echo fe330000.mmc >/sys/bus/platform/drivers/sdhci-arasan/unbind
echo fe330000.mmc >/sys/bus/platform/drivers/sdhci-arasan/bind
(Note: with the device trees coming with older kernels (Linux < 5.11), the device name may be fe330000.sdhci instead of fe330000.mmc)
lsblk to see if it shows up
flipping the disable/enable switch (to enable) @ aprox 4 sec into boot
perhaps the command is easier, but you have to flip the switch anyway
echo fe330000.mmc >/sys/bus/platform/drivers/sdhci-arasan/unbind
echo fe330000.mmc >/sys/bus/platform/drivers/sdhci-arasan/bind
(Note: with the device trees coming with older kernels (Linux < 5.11), the device name may be fe330000.sdhci instead of fe330000.mmc)
lsblk to see if it shows up
flipping the disable/enable switch (to enable) @ aprox 4 sec into boot
perhaps the command is easier, but you have to flip the switch anyway