File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ Note: `sh run_arduino.sh start` is a one-shot command: the Arduino firmware only
33
33
34
34
` run_arduino.sh ` help page summary:
35
35
36
- Usage: sh run_arduino.sh [start|stop|restart|generate|install|uninstall]
36
+ Usage: sh run_arduino.sh [start|stop|restart]
37
+ sh run_arduino.sh [install|uninstall]
38
+ sh run_arduino.sh [monitor|send-msg|send-file|minicom]
37
39
38
40
run_arduino.sh is a helper script that helps managing an Arduino binary
39
41
file for the coprocessor using remoteproc framework.
@@ -49,6 +51,18 @@ Note: `sh run_arduino.sh start` is a one-shot command: the Arduino firmware only
49
51
sh run_arduino.sh uninstall
50
52
Uninstall the autostart service.
51
53
54
+ sh run_arduino.sh monitor
55
+ Monitor data received from the coprocessor via the virtual serial.
56
+
57
+ sh run_arduino.sh send-msg <message...>
58
+ Send a message to the coprocessor via the virtual serial.
59
+
60
+ sh run_arduino.sh send-file <filename>
61
+ Send a file content to the coprocessor via the virtual serial.
62
+
63
+ sh run_arduino.sh minicom
64
+ Launch minicom interactive serial communication program.
65
+
52
66
sh run_arduino.sh stop
53
67
Stop the coprocessor.
54
68
You can’t perform that action at this time.
0 commit comments