Sierra Wireless Modems - Selecting the Preferred Carrier Firmware
Posted: Mon Dec 09, 2019 12:00 pm
This topic as came up on enough occasions, I thought it would be useful to include it here.
The later Sierra Wireless modems (i.e., EM/MC74XX, EM75XX) stores four (or more) different carrier's firmware on the modem. You can select which carrier firmware you want to use via AT Commands.
Run the following AT Command that will return the carrier firmware that is being used on the modem.
To view what other carrier firmware is on the modem, run this command:
Most applications use the Generic carrier firmware.
To select using the Generic firmware would require this command:
Use the same logic to select another carrier as your preferred firmware.
The later Sierra Wireless modems (i.e., EM/MC74XX, EM75XX) stores four (or more) different carrier's firmware on the modem. You can select which carrier firmware you want to use via AT Commands.
Run the following AT Command that will return the carrier firmware that is being used on the modem.
Code: Select all
AT!IMPREF?
To view what other carrier firmware is on the modem, run this command:
Code: Select all
AT!IMAGE?
To select using the Generic firmware would require this command:
Code: Select all
AT!ENTERCND="A710"
AT!IMPREF="GENERIC"
AT!RESET