OpenAmp developpers,
I'm already a bit familiar with remoteproc and rpmsg but I'm new to openamp. I'm
trying to bring up the echo-server test example from Xilinx on a customized
Zynq7000 platform. It seems to work until now but despite the RTOS side is using
openamp/libmetal, the specific rpmsg kernel module is used to communicate from
the echo-test user space application that were moved to "obsolete" folder:
https://github.com/OpenAMP/open-amp/commit/2b420ddaeb25881203b74f27d0c1674a6b2915e3
Now I'm trying to build a yocto image for the zynq with open-amp examples. I
"quickly and dirtly" changed the following in libmetal and open-amp recipes:
-EXTRA_OECMAKE_append_zynqmp = "-DWITH_APPS=ON"
+EXTRA_OECMAKE_append = "-DWITH_APPS=ON"
But open-amp fails building:
apps/system/linux/machine/generic/platform_info.h:33:37: fatal error: openamp/remoteproc_plat.h: No such file or directory
#include "openamp/remoteproc_plat.h"
* Have you planned to support the Zynq7000 platform?
* Is open-amp Linux user space abstraction layer ready for the Zynq700?
* Is there somewhere an openamp/remoteproc_plat.h file available for the Zynq7x?
Happy hacking,
Guy Morand