Quick Reference-Commands In This Guide - mangOH Red Manual

Wireless smart sim
Hide thumbs Also See for Red:
Table of Contents

Advertisement

G: Quick Reference—Commands in this Guide
The following table contains a list of the commands that are used in this guide with explanations of their purposes.
Table G-1: Commands Used in the Getting Started Guide
Command
app install <update_file> <ip_address>
app start <appname>
app status
app stop <appname>
apt-get install <package list>
apt-get remove <package>
ARCH=arm CROSS_COMPILE=arm-poky-
linux-gnueabi- make scripts
bash <filename>
cd <directory>
cfglegato
cm
Refer to
http://legato.io/legato-docs/latest/toolsTarget_cm.html
cm data
cm data apn
cm data apn <APN>
cm data connect
cm data connect -1
cm data pdp ipv4
cm info
cm radio
cm radio on
cm sim info
Rev 3 9/21/17
Description
Install the specified file on the device at <ip_address>.
Start (run) the specified application
Display the status (running/stopped) of all installed applications.
Stop the specified application
Search repositories for the of listed packages (if not already installed) and
install them.
Remove a package from the system.
Create the scripts that are required to build kernel modules.
Run the <filename> as a bash script.
Change directory to the specified <directory>
Note: '~' is an alias of the user's home directory.
This is an 'alias' that you set up in your ~/.bashrc file. The .bashrc is a
startup script that runs each time a new terminal window is opened. This is
a shortform command to run the longer series of commands needed to go
to the Legato AF directory and set up the environment variables used for
Legato development.
for more details and command options.
Display current connection status details (information about the current
profile).
Show the APN value currently being used for the SIM card.
Set the APN value to use for the SIM card.
Start a mobile network data connection.
Stop the mobile network data connection.
Set the IP addressing method to IPv4.
Display the module's model, IMEI, FSN (serial number), and firmware and
bootloader versions.
Display the power status of the CF3 module's radio (ON/OFF).
Power on the CF3 module's radio.
Display information about the SIM.
58
G

Advertisement

Table of Contents
loading

Table of Contents