Slusko88

Results 3 comments of Slusko88

I managed to get sd card to work by running these commands: ``` gpio clear 54 echo "INSERT" > /sys/devices/platform/jzmmc_v1.2.0/present ``` After this sd card should be mounted under /mnt...

I had the same problem but I managed to mount sd card with these commands: ``` gpio clear 54 echo "INSERT" > /sys/devices/platform/jzmmc_v1.2.0/present ``` after this the card should be...

I am experiencing the same issue. Nothing that I have tried has worked.