I try to flash the firmware "mcu-rmfw-boot-yocto-legato_wp85.cwe "in FX30, but I find the following problem:
root@fx30s:~# fwupdate download mcu-rmfw-boot-yocto-legato_wp85.cwe
Connecting to service …
Connecting to service …
Download started …
Error in download
root@fx30s:~# packet_write_wait: Connection to 192.168.2.2 port 22: Broken pipe
Any ideas as to what’s going on¿
Is the device rebooting before the update can complete? Try opening an ssh session to the target and run logread -f before running the fwupdate command.
fwupdate download mcu-rmfw-boot-yocto-legato_wp85.cwe
Connecting to service …
Connecting to service …
Download started …
Error in download
here is the configuration of my device FX30S
for the version of legation, I have the version 17.06, it does not pose any problem for update of the firmware
root@fx30s:~# legato version
17.06.0_aaf4ebd8a3fecefb1ccbc681a055cb43
root@fx30s:~# cm info all
Device: FX30S
IMEI: 353984080034687
IMEISV:
FSN: LL647501211510
Firmware: SWI9X15Y_07.11.22.00 r33729 CARMD-EV-FRMWR1 2017/01/11 18:04:06
Bootloader: SWI9X15Y_07.11.22.00 r33729 CARMD-EV-FRMWR1 2017/01/11 18:04:06
PRI PN: 9906770
PRI Rev: 01.00
Carrier PRI Name:
Carrier PRI Rev:
SKU: 1103232
MCU Version: 001.011
root@fx30s:~# cm info all
Device: FX30S
IMEI: 353984080034687
IMEISV:
FSN: LL647501211510
Firmware: SWI9X15Y_07.11.22.00 r33729 CARMD-EV-FRMWR1 2017/01/11 18:04:06
Bootloader: SWI9X15Y_07.11.22.00 r33729 CARMD-EV-FRMWR1 2017/01/11 18:04:06
PRI PN: 9906770
PRI Rev: 01.00
Carrier PRI Name:
Carrier PRI Rev:
SKU: 1103232
MCU Version: 001.011
Legato versions 16.10.3 and newer are NOT compatible with the modem firmware (R13.1) that is available for the FX30 family, due to changes in the modem interface.
The following from the Modem firmware R14 release notes:
5.3.1 Legato AF / modem firmware incompatibility
As part of QTI9X1555-1057, some corrections were made to long standing issues with the QMI interface. This aligns the Sierra QMI response result codes with EM/MC74xx, WP76xx, and newer members of these product families. Our policy is generally to maintain backward compatibility with older modem images, but as a consequence of the fundamental nature of this change, Legato AF version 16.10.2 and older may not be combined with modem firmware version SWI9X15Y_07.12.xx or newer and Legato AF version 16.10.3 and newer may not be combined with modem firmware version SWI9X15Y_07.11.xx or older.
So for the time being unfortunately you’re stuck with using (like I am) Legato 16.10.1 when developing for the FX30.
is what you have already worked with the BT driver (for FX30S)
I have installed the Util bluetooth application in my FX30S device, I want to know how I can do a scan of the devices BT, because the command “hcitool lescan” does not work, know the problem or not