Hi,
I'm trying to enable wifi in my imx6ull board. I'm using the Murata 1DX module(BT+WiFi).
As per Murata datasheet, I followed below commands to enable wifi,
stty rows 80 cols 132
export TERM=ansi
echo /lib/firmware/bcm/1DX_BCM4343W/fw_bcmdhd.bin > /sys/module/bcmdhd/parameters/firmware_path
echo /lib/firmware/bcm/1DX_BCM4343W/bcmdhd.1DX.SDIO.cal > /sys/module/bcmdhd/parameters/nvram_path
ifconfig wlan0 up ->for this below log is recieved,
Dongle Host Driver, version 1.141.92 (r)
Compiled in drivers/net/wireless/bcmdhd
wl_android_wifi_on in
mmc0: Error resetting SDIO communications (-110)
failed to power up wifi chip, retry again (4 left) **
mmc0: Error resetting SDIO communications (-110)
WLREG_ON pin is High.
How to resolve this issue?