I am using CM3 with internal 4GB flash on CM IO Board V3 and i would like to use an external sd card for data storage through the GPIO pins 22-27.
I have add following config to /boot/config.txt.
Here is the result of "raspi-gpio get"dtoverlay=sdio,poll_once=off
I connect the pin as above and get the 3.3V from the the pin next to GPIO 21.GPIO 22: level=0 fsel=7 alt=3 func=SD1_CLK
GPIO 23: level=1 fsel=7 alt=3 func=SD1_CMD
GPIO 24: level=1 fsel=7 alt=3 func=SD1_DAT0
GPIO 25: level=1 fsel=7 alt=3 func=SD1_DAT1
GPIO 26: level=1 fsel=7 alt=3 func=SD1_DAT2
GPIO 27: level=1 fsel=7 alt=3 func=SD1_DAT3
The system crashed when i insert the micro sd card to external SD card slot. The micro sd card is Kingston SDHC class 4 16GB.
Is there any steps i am missing or doing wrong? Any suggestion to work it out ?
Thanks in advance.
