# MC7455 mmcli modem status Disable

**URL:** https://forum.sierrawireless.com/t/mc7455-mmcli-modem-status-disable/27977
**Category:** MC/EM Series
**Created:** [September 27, 2022, 5:54pm UTC](https://forum.sierrawireless.com/t/mc7455-mmcli-modem-status-disable/27977 "2022-09-27T17:54:53Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![jyijyi](https://sea1.discourse-cdn.com/flex025/user_avatar/forum.sierrawireless.com/jyijyi/32/4766_2.png) [@jyijyi](https://forum.sierrawireless.com/u/jyijyi)
#### Post date: [September 28, 2022, 5:32am UTC](https://forum.sierrawireless.com/t/mc7455-mmcli-modem-status-disable/27977/4 "2022-09-28T05:32:07Z")

</div>

You need to use fwdwl in MBPL SDK and driver

> [@Unable to upgrade firmware for EM7411](https://forum.sierrawireless.com/t/unable-to-upgrade-firmware-for-em7411/25000/4):
>
> Thank you, that worked! For anyone that stumbles into this, the solution to load a firmware into the EM7411 is to make sure you specify BOTH the tty and cdc devices (the -d and -p flags), AND the download mode is set to 1 (the -t 1 flag). The final command is: fwdwl-litearm -d /dev/ttyUSB0 -p /dev/cdc-wdm0 -t 1 --modelfamily 4 --fwpath "./" --cwe SWI9X50C\_01.14.03.00.cwe --nvu SWI9X50C\_01.14.03.00\_TMO\_002.005\_000.nvu

You can download the MBPL here:  
[https://source.sierrawireless.com/resources/airprime/software/mbpl/mbpl-software-latest/](https://source.sierrawireless.com/resources/airprime/software/mbpl/mbpl-software-latest/)

My testing log:

```auto

owner@ubuntu:~/QMI/MBPL/MBPL_SDK_R25_ENG3-lite.bin/SampleApps/lite-fw-download$ ls /home/owner/Desktop/MC7455_FW/9999999_9904609_SWI9X30C_02.38.00.00_00_GENERIC_002.082_000/
SWI9X30C_02.38.00.00.cwe SWI9X30C_02.38.00.00_GENERIC_002.082_000.nvu

owner@ubuntu:~/QMI/MBPL/MBPL_SDK_R25_ENG3-lite.bin/SampleApps/lite-fw-download$ sudo ./bin/fwdwl-litehostx86_64 -m 4 -d /dev/ttyUSB0 -p /dev/cdc-wdm0 -t 2 -f /home/owner/Desktop/MC7455_FW/9999999_9904609_SWI9X30C_02.38.00.00_00_GENERIC_002.082_000/ -w SWI9X30C_02.38.00.00.cwe -n SWI9X30C_02.38.00.00_GENERIC_002.082_000.nvu
Application version: 1.0.2111.0
INFO: QDL Port : /dev/ttyUSB0
INFO: Device Path: /dev/cdc-wdm0
INFO: FW Path : /home/owner/Desktop/MC7455_FW/9999999_9904609_SWI9X30C_02.38.00.00_00_GENERIC_002.082_000/
Target image Info:
Carrier :GENERIC
FW Version :02.38.00.00
Model ID :SWI9X30C
Package ID :000
PRI Version:002.082
SKU :9999999
Switching device into download mode ...
No need to download any images. Device will reboot for image switching.
Waiting for modem to disconnect from the host ...
Modem disconnected from host.
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 : EM7455
FW Version : SWI9X30C_02.38.00.00
Carrier Name : GENERIC
Carrier PRI Revision: 002.082_000
Firmware Download Process completed
Exiting Application!!!
owner@ubuntu:~/QMI/MBPL/MBPL_SDK_R25_ENG3-lite.bin/SampleApps/lite-fw-download$

```

---

_[View the full topic](https://forum.sierrawireless.com/t/mc7455-mmcli-modem-status-disable/27977)._
