Skip to content

Instantly share code, notes, and snippets.

@lheckemann
Created December 6, 2020 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lheckemann/52ebbbcb65e27e1fd4b75b7557c6f52d to your computer and use it in GitHub Desktop.
Save lheckemann/52ebbbcb65e27e1fd4b75b7557c6f52d to your computer and use it in GitHub Desktop.
{
boot.initrd.postDeviceCommands = ''
(
cd /sys/bus/platform/drivers/sdhci-arasan
while true; do
test -e fe330000.sdhci/mmc_host/mmc*/mmc*/block && break
echo fe330000.sdhci > unbind
echo fe330000.sdhci > bind
sleep 1
done
)
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment