@@ -28,6 +28,8 @@ Available commands
28
28
+-------------------+--------------------------------------------------------+
29
29
| echo | Display line of text |
30
30
+-------------------+--------------------------------------------------------+
31
+ | free | Display free and used memory in the system |
32
+ +-------------------+--------------------------------------------------------+
31
33
| cat | Display file on standard output |
32
34
+-------------------+--------------------------------------------------------+
33
35
| mkdir | Make directory |
@@ -36,6 +38,8 @@ Available commands
36
38
+-------------------+--------------------------------------------------------+
37
39
| mv | Move file or directory |
38
40
+-------------------+--------------------------------------------------------+
41
+ | format | Format device/filesystem |
42
+ +-------------------+--------------------------------------------------------+
39
43
| logout | Logout current user |
40
44
+-------------------+--------------------------------------------------------+
41
45
| help | Get command help |
@@ -49,7 +53,42 @@ application.
49
53
50
54
Following is the list of Commands with modules.
51
55
52
- *TODO: optional command list to be added *
56
+ +-----------+--------------------------------------+--------------------------------------------------------+
57
+ | Command | Module | Description |
58
+ +===========+======================================+========================================================+
59
+ | wget | :doc: `Utility <../utils/index >` | Download file from web to filesystem |
60
+ +-----------+--------------------------------------+--------------------------------------------------------+
61
+ | load | :doc: `Utility <../utils/index >` | Download file on module via Console (Xmodem) |
62
+ +-----------+--------------------------------------+--------------------------------------------------------+
63
+ | dload | :doc: `Utility <../utils/index >` | Download file from module via Console (Xmodem) |
64
+ +-----------+--------------------------------------+--------------------------------------------------------+
65
+ | gpsinfo | :doc: `GPS <../peri/gps >` | Get GPS realtime information |
66
+ +-----------+--------------------------------------+--------------------------------------------------------+
67
+ | gpscmd | :doc: `GPS <../peri/gps >` | Send command to GPS module |
68
+ +-----------+--------------------------------------+--------------------------------------------------------+
69
+ | gpsbaud | :doc: `GPS <../peri/gps >` | Change gps baudrate |
70
+ +-----------+--------------------------------------+--------------------------------------------------------+
71
+ | btman | :doc: `Blutooth <../peri/bluetooth >` | Bluetooth manager command |
72
+ +-----------+--------------------------------------+--------------------------------------------------------+
73
+ | spifs | :doc: `SPIFS <../peri/spifs >` | Manage SPI filesystem |
74
+ +-----------+--------------------------------------+--------------------------------------------------------+
75
+ | fota | :doc: `FOTA <fota >` | Download firmware over the air |
76
+ +-----------+--------------------------------------+--------------------------------------------------------+
77
+ | rdbg | :doc: `Remote DBG <rdbg >` | Initiate a remote debug session |
78
+ +-----------+--------------------------------------+--------------------------------------------------------+
79
+ | ntpdate | :doc: `NTP Client <../proto/ntpc >` | Get date from NTP server and sync |
80
+ +-----------+--------------------------------------+--------------------------------------------------------+
81
+
82
+ Following commands are available on 4G modules only
83
+
84
+ +-------------------+--------------------------------------------------------+
85
+ | Command | Description |
86
+ +===================+========================================================+
87
+ | ifconfig | Get network device information |
88
+ +-------------------+--------------------------------------------------------+
89
+ | ping | Send ICMP ECHO REQUEST to network host |
90
+ +-------------------+--------------------------------------------------------+
91
+
53
92
54
93
Custom commands
55
94
^^^^^^^^^^^^^^^
0 commit comments