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 <jliang@xilinx.com>
This commit is contained in:
Wendy Liang
2018-06-14 06:51:34 -07:00
committed by wjliang
parent e7c27a4188
commit 1a3a51e89a

View File

@@ -130,10 +130,10 @@ directory.
```
# Start echo test server to wait for message to echo
$ sudo LD_LIBRARY_PATH=<openamp_built>/usr/local/lib:<libmetal_built>/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=<openamp_built>/usr/local/lib:<libmetal_built>/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: