DEPRECATED: Updated Linux drivers for the ATWILC1000/ATWILC3000 products are located at https://github.com/linux4microchip/linux/tree/master/drivers/net/wireless/microchip/wilc1000. To simplify development, the legacy Linux4WILC was merged into the Linux4Microchip repo where driver development continues (Please refer latest ATWILC1000/ATWILC 3000 Wi-Fi Link Controller Linux User Guide) Driver code for Microchip ATWILC Wireless Devices (ATWILC1000 & ATWILC3000)
i'm having issues including the wilc driver for our WILC 1000 chip over SDIO. The SDIO detection seems to work fine, the driver can be loaded and the device shows up. But when trying to enable the device (ip link set dev wlan0 up), there seems to be a communication issue.
The CMD line looks like this directly after enabling the device:
It looks like it does some sending, then floats and waits for an response from the wilc module.
Hello,
i'm having issues including the wilc driver for our WILC 1000 chip over SDIO. The SDIO detection seems to work fine, the driver can be loaded and the device shows up. But when trying to enable the device (ip link set dev wlan0 up), there seems to be a communication issue.
Driver version: 20ab626 (git master branch) CPU: STM32MP1
The device tree:
dmesg log on boot:
Now i load the device driver with
modprobe wilc_sdio
which seems fine:Now i enable the device with
ip link set dev wlan0 up
:Trace-Log directly after enabling the device:
The CMD line looks like this directly after enabling the device: It looks like it does some sending, then floats and waits for an response from the wilc module.
Maybe some one has an idea what could be wrong?
I appreciate any help, thank you.
Best regards, Kevin