Installing Firmware for LTE Modem

Installing Firmware for LTE Modem

Installing Firmware for the LTE Modem (Sierra EM7565).

Note: If cellular connectivity with the current SIM(s) and firmware provides reliable connectivity, there is no need to update the firmware.


The modem installed in our Nodegrid SR product line is the Sierra EM7565 modem.   The link to download the firmware is provided below:



The commonly used carrier firmware has been circled (AT&T, Verizon, and GENERIC). These files are also available in the ZPE's Sharefile (requires credentials). 

The modem card can only carry 4 firmware files at a time, so it's best to only upload the ones that you know you will need/use.  Our Nodegrid has 2 SIM slots per modem.  The GENERIC driver works for most carriers, including T-Mobile, but as a precaution, we advise that you load the Nodegrid with additional firmware for future SIM changes.  We want to save you the trouble or headaches in the future.

A) To upload these firmware via UI, log onto your Nodegrid's management portal and click on "Wireless Modem" (Network::Wireless Modem).  Place a check next to the modem interface "Channel-A" and then the "Firmware" button will become active.  Click on the "Firmware" button.


Once you click on the "Firmware" button, the window below will appear.  Click on "Upgrade" and this will now open another window, which will now allow you to upload a firmware of choice.



Click on "Choose File" button below and navigate to the firmware that you had just downloaded in your laptop/PC.  After you select it, click on the "Upgrade" button.  This will upload and save the firmware to modem. Repeat this step for all other firmware that you need to upload.



Once the modem detects the carrier on the SIM card, it will load the correspondent firmware. 

B) To upload these firmware via CLI:

1. first, transfer the Sierra Wireless.zip file to Nodegrid under /var/sw/ folder (you can use WinSCP from Windows or SCP command from Linux / Mac OS).
2. Then, access Nodegrid as admin (or user with admin permission), and type the commands below (with example of a Verizon file and modem on Channel A):

cd /settings/wireless_modem/global/Channel-A/firmware/
upgrade
set file_location=local_system
set filename=SWI9X50C_01.14.20.00_VERIZON_002.058_000.zip
upgrade

3. once the upgrade is complete, the modem will reboot, and should come up after a minute or so.
4. you can check the version by typing the following at the shell prompt:
mmcli -L
mmcli -m x (where x is the number for the Modem)

Example:

root@nodegrid:~# mmcli -L
    /org/freedesktop/ModemManager1/Modem/0 [Sierra Wireless, Incorporated] EM7565
root@nodegrid:~# mmcli -m 0
  ----------------------------------
  General  |                   path: /org/freedesktop/ModemManager1/Modem/0
           |              device id: 34a77695517cf7c9a1c3f291c1f9087a7bc2ee20
  ----------------------------------
  Hardware |           manufacturer: Sierra Wireless, Incorporated
           |                  model: EM7565
           |      firmware revision: SWI9X50C_01.24.20.00 6c91bc jenkins 2018/06/13 23:08:16
           |         carrier config: default
           |           h/w revision: 10001
           |              supported: gsm-umts, lte
           |                current: gsm-umts, lte
           |           equipment id: 359260080499442
  ----------------------------------

    • Related Articles

    • Modem firmware files and upgrade process

      As of June 01, 2020, all units shipped by ZPE should have the following firmware versions installed in each modem: SWI9X50C_01.07.02.00_ATT_002.008_004 SWI9X50C_01.08.04.00_GENERIC_002.012_001 SWI9X50C_01.08.04.00_VERIZON_002.015_002 Upgrading ...
    • LTE Modem : Current Band, Cell tower and Non-cached signal quality Information

      In Nodegrid, if one needs to run 4G and 5G LTE modem speed tests, mmcli command can be used with different parameters. One needs to use modem specific commands to retrieve the following information, 1) The current band the modem is connected to ...
    • AT&T SIM is not connecting to LTE or losing connection unexpectedly on Sierra EM7565 modem

      Sierra EM7565 modems where the AT&T carrier profile is utilizing the 01.14.02.00 firmware may experience connectivity issues including a failure to connect or unexpected modem resets. In Nodegrid OS, this profile is identified as 01.14.02.00_ATT. ...
    • What signal levels are required for LTE cellular connections?

      The exact thresholds for maintaining an LTE connection or higher data speeds will vary per carrier. The charts below provides general guidelines. In order to see the current signal levels: Log into the Nodegrid appliance as admin Access the root ...
    • Modem Troubleshooting

      Modem Troubleshooting Note: The commands below need to be run from the root shell. This is accessed from the admin CLI by using: shell sudo su - List connected modems mmcli -L Found 1 modems: /org/freedesktop/ModemManager1/Modem/0 [Sierra Wireless, ...