From 1a3a51e89aebd25f2cade505e2f04683fbd05cc2 Mon Sep 17 00:00:00 2001 From: Wendy Liang Date: Thu, 14 Jun 2018 06:51:34 -0700 Subject: [PATCH] README: update Linux processes test instructions Update the instructions on OpenAMP trial between two Linux processes to align with the applications changes. Signed-off-by: Wendy Liang --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1de600b..80ef807 100644 --- a/README.md +++ b/README.md @@ -130,10 +130,10 @@ directory. ``` # Start echo test server to wait for message to echo $ sudo LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib \ - build/usr/local/bin/echo_testd-shared + build/usr/local/bin/rpmsg-echo-shared # Run echo test to send message to echo test server $ sudo LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib \ - build/usr/local/bin/echo_test-shared 1 + build/usr/local/bin/rpmsg-echo-ping-shared 1 ``` ### Example to compile Zynq UltraScale+ MPSoC R5 generic(baremetal) remote: