All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Firmware Update

The fwupdate tool downloads various image files to the modem like firmware or a Linux image with a bootloader, kernel and root file system.

This tool is a wrapper around the target-based fwupdate tool. To avoid copying the image file to the target file system, this tool streams the file to the target.

Usage

fwupdate [COMMAND] ...

fwupdate help 

Print this help message and exit

fwupdate download FILE DEST_IP 

Download the given CWE file. After a successful download, the modem will reset.

fwupdate query DEST_IP 

Query the current firmware version.
This includes the modem firmware version, the bootloader version, and the Linux kernel version.
This can be used after a download and modem reset, to confirm the firmware version.

Options

DEST_IP 

The IP address of the target device.

Note
If DEST_IP is an available environment variable it doesn't need to be passed in the command-line.

Copyright (C) Sierra Wireless, Inc. 2014. All rights reserved. Use of this work is subject to license.