Overview ******** This readme is about the OpenAMP echo demonstration. The echo test is about one processor sending a message to the other one, and the other one echoing back the message. The processor that sends the message will verify the echoed message. Compilation *********** .. include:: ../../README.md :parser: myst_parser.sphinx_ If you are perusing the github repository refer to the `legacy_apps README.md <../../README.md>`_ for compilation information. Run demonstration on a Linux PC ******************************* It is possible to run the application on a Linux PC to communicate between two Linux processes. .. code-block:: shell cd $PROJECT_ROOT/target LD_LIBRARY_PATH=./lib ./bin/rpmsg-echo-static & sleep 1 LD_LIBRARY_PATH=./lib ./bin/msg-test-rpmsg-ping-static 1