Replies: 2 comments 3 replies
-
you have to start 2 processes: one to echo, one to send messages
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Could you detail your environment? are you run the sample on a PC or on a board, which distribution, ...? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to get a simple echo demo app running on linux ( both client and server). following steps are followed - https://github.com/OpenAMP/open-amp#example-to-compile-openamp-for-communication-between-linux-processes
I get the following error when test server is started ( rpmsg-echo-shared app ) on linux
$ sudo LD_LIBRARY_PATH=<openamp_built>/usr/local/lib:<libmetal_built>/usr/local/lib
build/usr/local/bin/rpmsg-echo-shared
openamp lib version: 1.3.0 (Major: 1, Minor: 3, Patch: 0)
libmetal lib version: 1.3.0 (Major: 1, Minor: 3, Patch: 0)
Starting application...
metal: debug: added page size 4096 @/tmp
Error in metal_init
metal: error: failed pagemap pread (offset 3fdb996880) - Illegal seek
metal: error: failed pagemap pread (offset 3fdb996888) - Illegal seek
metal: error: failed pagemap pread (offset 3fdb996890) - Illegal seek
...
metal: error: failed pagemap pread (offset 3fa0381ce0) - Illegal seek
metal: error: failed pagemap pread (offset 3fa0381ce8) - Illegal seek
metal: error: failed pagemap pread (offset 3fa0381cf0) - Illegal seek
metal: error: failed pagemap pread (offset 3fa0381cf8) - Illegal seek
Waiting for connection on /tmp/openamp.event.0
Am I missing any steps here?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions