we are updating from R14 to R15 (legato 21) and have an issue with missing drivers for the init script (see attached) for the Talon wifi IoT exp board.
R14 will work:
1)Installing the stock firmware (R14.1.1.002 Firmware for Sierra )
2) run the init script (attached)
init-Mirage-WiFi-BT-IoT.zip (598 Bytes)
3) app start wifiApTest
This will not work on the R15 as when running the init script there are missing drivers:
modprobe: module hci_uart not found in modules.dep
modprobe: module bluetooth not found in modules.dep
modprobe: module rfcomm not found in modules.dep
modprobe: module hidp not found in modules.dep
modprobe: module bnep not found in modules.dep
There is no stock firmware for download on the SWI webpage, so we have built this from source using the latest package. ( swi-fx30-catm_4.0.0 │ SDK for FX30-CATM (Release 15.0.4.001 + Legato 21.05.0) )
Has anyone encounter this problem and do they have a solution? Do we need to manually add all the drivers?