Upgrade firmware mc7455 remotely

Hi,

Is there any method to upgrade MC7455 remotely?

Thank you,
Tony,

Hi Tony,

Refer to below, MC7455 compliance with AirVantage, if configured properly it should able to perform firmware upgrade remotely.
https://source.sierrawireless.com/resources/airvantage/airvantageready/airvantagereadymc74xx/

If for some reason or you are using older version, maybe you can consider to implement firmware update feature in your host application to download the binary and perform firmware upgrade locally?

Thx

Hi Lotam,

Can you show me how to upgrade the firmware remotely? by windows executable or linux binary file?

Thank you,
Tony.

Hi Tony,

If your host is Windows, you should able to download the oneclick .exe to update the firmware.
You may implement your own app to do it automatically and remotely.

For Linux, please make use of Linux QMI SDK so your app can download the binary then launch the firmware download API/tools.

You can obtain the FW for Windows oneclick exe and Linux binary below:
https://source.sierrawireless.com/resources/airprime/minicard/74xx/airprime-em_mc74xx-approved-fw-packages/

SDK for Linux, which include sample application (sample code and pre-compiled exe) for firmware download, i.e. SampleApps/Firmware_Download:
https://source.sierrawireless.com/resources/airprime/software/linux-qmi-sdk-software-latest/

If you consider using Sierra AirVantage platform, please register your own account and follow the instruction.

Thx

Hi Lotam,

Can you give me a clear instruction of how to use Linux QMI SDK to upgrade firmware for MC7455?

Thank you,
Tony.

Hi Tony,

For Linux, once you setup the driver and SDK, you can refer to sample app at “SamplesApps/Firmware_Download” which is one command line tool for firmware upgrade.

So either your app download the firmware binary then call this one command line tool, or you can modify this app to do so.

Refer for SDK application developer guides, section 5.4.5 for usage example:
https://source.sierrawireless.com/resources/airprime/software/linux-qmi-sdk-application-developer-guide-1,-d-,26/

Thx