-
Notifications
You must be signed in to change notification settings - Fork 17
Description
I am integrating wilc3000 with BBB using Kernel 5.10 ([Debian: Getting Started with the BeagleBone Black]. This version Pin numbers are different from 4.19 kernel version.
In 5.10 kernel SPI pin numbers are
gpio-78 (P9_31 [spi1_sclk] |P9_31 ) out lo
gpio-79 (P9_29 [spi1_d0] |P9_29 ) out lo
gpio-80 (P9_30 [spi1_d1] |P9_30 ) in lo
gpio-81 (P9_28 [spi1_cs0] |P9_28 ) out lo
while booting and insmod wilc-spi.ko i got the following errors
ebian@beaglebone:~$ sudo ifconfig wlan0 up
[ 996.034137] power up request for already powered up source Wifi
[ 996.044941] WILC_SPI spi1.0: Failed cmd response, cmd (c4), resp (00)
[ 996.059352] WILC_SPI spi1.0: Failed internal read cmd...
[ 996.068919] WILC_SPI spi1.0: Failed cmd response, cmd (cf), resp (00)
[ 996.083265] WILC_SPI spi1.0: Failed cmd reset
[ 996.091484] WILC_SPI spi1.0: Reset and retry 10 24
[ 997.003210] WILC_SPI spi1.0: Reset and retry 1 24
[ 997.014504] WILC_SPI spi1.0: Failed internal read protocol...
[ 997.023888] WILC_SPI spi1.0 wlan0: ERR [wilc_wlan_initialize:905] Initializing WILC_Wlan FAILED
[ 997.036400] WILC_SPI spi1.0 wlan0: ERR [wilc_mac_open:1029] Failed to initialize wilc
SIOCSIFFLAGS: Input/output error
Please help me to resolve this issue and what could be the issue.
Regards
Ravi V