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
[VirtIO] Workaround for Arduino can't send data first
There is a RPMsg's limitation by design that RPMsg remote (Arduino)
cannot send any data until the master (Linux) send any data first.
This is a design decision that service announcement receiver has
to send a first message to bind their addresses.
OpenAMP/open-amp#182
As workaround, run_arduino.sh script will send "DUMMY" data right
after the Arduino firmware loaded. The Arduino should discard
the first message.
0 commit comments