Note: Your user name is not your email address.
Your account is locked out! Please click here to unlock your account.
Your account is not activated yet. Please check your email and click on the activation link that was sent to you when you registered to our site. Did not received the activation email? Please click here to contact us.
Login failed, username or password is incorrect.
swicwe is used to manage firmware images for WP/AR products. This tool is platform-specific (only for WP/AR Series). Note: swicwe version 1.9 or newer is required to generate SPK files that are compatible for image switching.
For Ubuntu (≥16.04)/Debian distributions, enter the following commands:
wget https://downloads.sierrawireless.com/tools/swicwe/swicwe_latest.deb -O /tmp/swicwe_latest.deb sudo apt-get install /tmp/swicwe_latest.deb
For Ubuntu 14.04 LTS, enter the following commands:
wget https://downloads.sierrawireless.com/tools/swicwe/swicwe_latest.deb -O /tmp/swicwe_latest.deb sudo dpkg -i /tmp/swicwe_latest.deb sudo apt-get install -f
swicwe
unzip swicwe.zip -d $HOME/legato/swicwe
echo 'export PATH=$HOME/legato/swicwe/linux64:$PATH' >> $HOME/.bashrc
echo 'export PATH=$HOME/legato/swicwe/linux32:$PATH' >> $HOME/.bashrc
This is a firmware image management tool, that can be used to either parse existing images for information, or create concatenated images from unitary components.
Run swicwe --help for complete usage details.
swicwe --help
swicwe -P|--parse <file.cwe|file.spk> or swicwe -o|--output output.spk -c|--cat file1.cwe file2.cwe [fileN.cwe ...] Options: -h,--help Display help message --full-help Display help for advanced options -P|--parse <file.cwe|file.spk> Parse and display content of input CWE/SPK file -c|--cat Generate a concatenated (SPK) file from input CWE files. Input file names have to be specified at the end of the command line -o|--output <output.spk> Output SPK file
swicwe -P|--parse <file.cwe|file.spk>
swicwe -o|--output output.spk -c|--cat file1.cwe file2.cwe [fileN.cwe ...]
Options:
-h,--help Display help message --full-help Display help for advanced options -P|--parse <file.cwe|file.spk> Parse and display content of input CWE/SPK file -c|--cat Generate a concatenated (SPK) file from input CWE files. Input file names have to be specified at the end of the command line -o|--output <output.spk> Output SPK file
Build a concatenated image
swicwe --output /tmp/image.spk --cat boot.cwe modemz.cwe boot-yocto.cwe legatoz.cwe configFile.cwe
Parse and display image content
swicwe --parse /tmp/image.spk
Installation procedures for Linux host to develop Legato Applications.
Flash firmware into WP/AR module for recovery purpose