We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c5136 commit 4b78526Copy full SHA for 4b78526
run_arduino_gen.sh
@@ -167,7 +167,7 @@ try_send() {
167
# Linux host must send any dummy data first to finish initialization of rpmsg
168
# on the coprocessor side. This message should be discarded.
169
# See: https://github.com/OpenAMP/open-amp/issues/182
170
- echo "DUMMY" >$RPMSG_DIR
+ echo -n "DUMMY" >$RPMSG_DIR
171
echo "Virtual serial $RPMSG_DIR connection established."
172
}
173
0 commit comments