update-pack - Create an update package for a target device.
update-pack TARGET OPTIONS
update-pack -d UPDATE_FILE
update-pack -h
update-pack –help
update-pack -v
Creates a package containing update instructions and/or content to be installed on a target device.
TARGET is the type of target device. The following targets are supported: ar7 ar86 wp7 wp85
When creating an update pack for a target device,
Options used when creating an update pack:
-ai APP_FILE Add an application to the update for installation on the target.
-ar APP_NAME Specify an application to be removed from the target.
-m FIRMWARE_FILE Add a modem firmware image to the update for installation on the target.
-o FILE_NAME Specify output update file name. If not specified, default.update is used. If "-" is specified, then output will be sent to the standard output stream.
Other options:
-v Prints the Legato framework version.
-d UPDATE_FILE Prints an update file's manifest to the standard output stream.
-h –help Print this help text.
Examples:
update-pack ar7 -o helloWorld.update -ai helloWorld.ar7
update-pack ar7 -o InstallRemove.update -ai helloWorld.ar7 -ar OldApp
update-pack -d helloWorld.update
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.