Hi,
We are developing a product based on WP7608 and we have a wifi module form TI (WL1831MOD). when we try to test WIFI module on FW release 10.1 and 9 it works fine but when we try to test the same Hardware on FW13.1 with Legato 19.02 it is not working.
when i tired to check modules availability with “lsmod” command after “wifi client start” we are missing one module.
Release 10.1
root@swi-mdm9x28:~# lsmod
Not tainted
wl18xx 92249 0 - Live 0xbf3b2000
wlcore_sdio 5512 0 - Live 0xbf3ad000
wlcore 202841 1 wl18xx, Live 0xbf36c000
mac80211 437300 2 wl18xx,wlcore, Live 0xbf2dd000
cfg80211 476220 3 wl18xx,wlcore,mac80211, Live 0xbf23c000
arc4 1664 2 - Live 0xbf238000
Release 13.1
root@swi-mdm9x28-wp:~# lsmod
Not tainted
wl18xx 92042 0 - Live 0xbf0ef000
wlcore_sdio 5584 0 - Live 0xbf0ea000
wlcore 202433 1 wl18xx, Live 0xbf0a9000
mac80211 286130 2 wl18xx,wlcore, Live 0xbf051000
cfg80211 258877 3 wl18xx,wlcore,mac80211, Live 0xbf000000
why is the issue arising on 13.1 firmware. also when we run the wifi script even GPIOs are not toggling.
Enclosed the logs for Release 9/10.1
FW9.1 and legato18.3 log ----- log files
FW9.1 and legato18.3 ---- terminal commands used
FW9.1 and legato18.3 log.txt (35.7 KB) FW9.1 and legato18.3 .txt (2.5 KB)
Enclosed the log files for 13.1
FW13.1 and legato19.02 log.txt (4.4 KB) FW13.1 and legato19.02.txt (377 Bytes)
Also enclosing the Script used to test WIFI.
tiwifi (4.8 KB)