Hi there!
I'm trying to get my sd-card via gpio working in openwrt 15.05
Hardware Hack:
Luci Settings:
root@OpenWrt:/# lsmod | grep gpio (rmmod'ed gpio_button_hotplug && rmmod leds_gpio, just in case!)
configfs 16496 2 gpiommc
gpiommc 3616 2
spi_bitbang 2448 1 spi_gpio_old
spi_gpio_old 2400 1 gpiommc
root@OpenWrt:~# /etc/init.d/mmc_over_gpio enable
root@OpenWrt:~# /etc/init.d/mmc_over_gpio start
configfs on /config type configfs (rw,relatime)
root@OpenWrt:~# sh: write error: Device or resource busy
dmesg:
[ 22.910000] gpiommc gpiommc.0: no of_node; not parsing pinctrl DT
[ 22.920000] gpio-mmc: Failed to request mmc_spi module.
[ 22.930000] spi-gpio spi-gpio.0: no of_node; not parsing pinctrl DT
[ 22.940000] spi-gpio: probe of spi-gpio.0 failed with error -16
[ 22.960000] gpio-mmc: MMC-Card "openwrt_sd" attached to GPIO pins di=7, do=0, clk=9, cs=14
I didn't tried to mount or create a filesystem bcause I can't access the device (sd card over gpio / spi) at all!
I can't find any entries under /dev ether.
Thank's for your attention! Any help appreciated!