All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Command Line

You can install the Legato ADK through the Developer Studio Software Package Manager command line.

Setup apt sources

See the Developer Studio Sierra Wireless Source page for details on how to setup your apt sources.

Use SPM

Install Software Package Manager for Legato by running:

sudo apt-get install devstudio-legato-spm

Use SPM

Here's how to use the SPM.

Run Options

legato-spm [OPTION]

Options:

tree 

Displays repository tree of available releases and modules.

-r <release> -m <module> browse

Displays available packages that can be installed from the repository for a specified release and module.

-r <release> -m <module> install

Installs packages from the repository for a specified release and module.

list

Lists currently installed Legato packages.

Packages Installed

Packages are installed by default to your ~/.devstudio/packages directory:

legato.framework.* - Prebuilt Legato framework packages
legato.toolchain.* - GCC cross compiler Toolchains
legato.devimg.* - Device Images allowing to upgrade Legato devices system software

Config Legato

Use this script to confirgure Legato:

source ~/.devstudio/packages/legato.sdk.VERSION/resources/configlegatoenv

Your environment is now ready to Develop Apps.


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