File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 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
3333
3434` run_arduino.sh ` help page summary:
3535
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]
3739
3840 run_arduino.sh is a helper script that helps managing an Arduino binary
3941 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
4951 sh run_arduino.sh uninstall
5052 Uninstall the autostart service.
5153
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+
5266 sh run_arduino.sh stop
5367 Stop the coprocessor.
5468
You can’t perform that action at this time.
0 commit comments