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/
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

    • 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 ...
    • 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 ...
    • 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 ...
    • How antennas should be connected to M.2 modems installed in an NSR

      To prevent interference, the antenna connectors for each channel are split onto opposite sides of the module. This may cause confusion as it is a reasonable assumption that the connectors are associated with the LEDS below. It is critical that the ...
    • Modem Troubleshooting

      Modem Troubleshooting  List connected modems mmcli -L Found 1 modems:        /org/freedesktop/ModemManager1/Modem/0 [Sierra Wireless, Incorporated] EM7565 List Modem connection details mmcli –m 0 /org/freedesktop/ModemManager1/Modem/0 (device id ...