You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variants/STM32MP157_DK/README.md
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ After Verify and Upload, you will see a message similar to the following in Ardu
36
36
37
37
* Linux/macOS:
38
38
39
-
`/tmp/arduino_build_668148/run_arduino_Blink.sh`
39
+
Usage: sh run_arduino.sh [start|stop|restart]
40
+
sh run_arduino.sh [install|uninstall]
41
+
sh run_arduino.sh [monitor|send-msg|send-file|minicom]
40
42
41
43
In this example, the user **must** upload `<Arduino build output path>/run_arduino_<sketch name>.sh` file manually. Uploading instruction is described later in the [Uploading](#Uploading) section.
42
44
@@ -63,6 +65,18 @@ After uploading the user can use `sh run_arduino_<sketch name>.sh start` in the
63
65
sh run_arduino_<sketch name>.sh uninstall
64
66
Uninstall the autostart service.
65
67
68
+
sh run_arduino_<sketch name>.sh monitor
69
+
Monitor data received from the coprocessor via the virtual serial.
70
+
71
+
sh run_arduino_<sketch name>.sh send-msg <message...>
72
+
Send a message to the coprocessor via the virtual serial.
73
+
74
+
sh run_arduino_<sketch name>.sh send-file <filename>
75
+
Send a file content to the coprocessor via the virtual serial.
76
+
77
+
sh run_arduino_<sketch name>.sh minicom
78
+
Launch minicom interactive serial communication program.
0 commit comments