update-pack

NAME

update-pack - Create an update package for a target device.

SYNOPSIS

update-pack TARGET OPTIONS
update-pack -d UPDATE_FILE
update-pack -h
update-pack –help
update-pack -v

DESCRIPTION

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:

Create an update package helloWorld.update that installs helloWorld app on an AR7xxx.

update-pack ar7 -o helloWorld.update -ai helloWorld.ar7

Create update package which will install helloWorld and remove OldApp on an AR7XXX.

update-pack ar7 -o InstallRemove.update -ai helloWorld.ar7 -ar OldApp

Display manifest information from an update file.

update-pack -d helloWorld.update


Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.