EM9191 - Unable to download FW: firehose state err

Hello,

This is on a newly acquired em9191 module, but a previous one did not encounter this error.
When trying to load firmware, DL fails with:

: eSDP_FWDWL_ERR_FIREHOSE_STATE_ERR(120)

$ sudo ./fwdwl-litehostx86_64 -p /dev/cdc-wdm0 -t 1 -f ./SWIX55C_03.10.11.00-001_GENERIC_030.066_000 -w SWIX55C_03.10.11.00-001.cwe -n SWIX55C_03.10.11.00-001_GENERIC_030.066_000.nvu
Application version: 1.0.2303.0
INFO: QDL Port: 
INFO: Device Path: /dev/cdc-wdm0
INFO: FW Path: ./SWIX55C_03.10.11.00-001_GENERIC_030.066_000
Target image Info:
Carrier    :GENERIC
FW Version :03.10.11.00
Model ID   :SWIX55C
Package ID :000
PRI Version:030.066
SKU        :9999999
Switching device into download mode ...
Modem Needs FW
Modem Needs PRI
Waiting for modem to disconnect from the host ...
Modem disconnected from host.
Waiting for modem to come up in BOOT and HOLD mode ...
QDL port found: /dev/ttyUSB0
BOOT and HOLD Mode. Downloading firmware ...
Downloading: ./SWIX55C_03.10.11.00-001_GENERIC_030.066_000/SWIX55C_03.10.11.00-001.cwe
FW download failed: eSDP_FWDWL_ERR_FIREHOSE_STATE_ERR(120)

Any help is appreciated, thank you.
Daniel

Is it ok to upgrade in windows?
What is the current firmware in this module?

You can add the “-m” parameter
you can also add the “-l” parameter for detailed log:



jordan@jordan-X240:~/QMI/MBPL/MBPL_SDK_R21_ENG2-lite.bin/SampleApps/lite-fw-download$ sudo ./bin/fwdwl-litehostx86_64 -l pcie_mbim.log -f /home/jordan/Desktop/EM919x_FW/Release4.1/PRI001.003_testing/ -m 4 -d /dev/ttyUSB0 -p /dev/cdc-wdm0 -t 2 
Application version: 1.0.2106.0
INFO: QDL Port  :  /dev/ttyUSB0
INFO: Device Path: /dev/cdc-wdm0
INFO: FW  Path  :  /home/jordan/Desktop/EM919x_FW/Release4.1/PRI001.003_testing/
Switching device into download mode ...
Waiting for modem to disconnect from the host ...
Modem disconnected from host.
Waiting for modem to come up in BOOT and HOLD mode ...
BOOT and HOLD Mode. Downloading firmware ...
Downloading: /home/jordan/Desktop/EM919x_FW/Release4.1/PRI001.003_testing//1104903_9910604_EM9191_03.09.06.00_01_Generic_001.003_000.nvu
Downloading: /home/jordan/Desktop/EM919x_FW/Release4.1/PRI001.003_testing//1104903_9910604_EM9191_03.09.06.00_01_Generic_001.003_000.cwe
FW download succeeded.
Waiting for modem to come up in ONLINE mode ...
Modem is now in ONLINE mode ... 
FW update status: Successful
FW info from modem:
Model ID            : EM9191
FW Version          : SWIX55C_03.09.06.00
Carrier Name        : GENERIC
Carrier PRI Revision: 030.038_000
Firmware Download Process completed
Exiting Application!!!