I connected everything according to this tutorial
https://ralimtek.com/raspberry%20pi/ele ... y_sd_card/
and added
Code: Select all
dtoverlay=sdio,poll_once=offPi works fine until I plug the SD card in.
When I do it, it's never detected and after about 5 seconds Pi hangs.
Holding ALT+PrintScreen and typing REISUB on keyboard does nothing, so I suspect kernel panic.
I disabled wifi with
Code: Select all
dtoverlay=pi3-disable-wifiAny ideas what might be wrong?