STM32MP157-DK2 problems RPMsg
I want to exchange data between M4(running custom firmware) and A7(running OpenSTLinux) by using the Linux RPMsg framework.
The ST-wiki refers to https://www.kernel.org/doc/Documentation/remoteproc.txt.
I tried to run the example given by kernel.org, but without success.
It seems the problem is the linux/rpmsg.h file delivered by the developer package ecosystem release 1.20 (file attached below). Simply replacing the rpmsg.h file with a common one (attached below) does not solve the problem because further .h files are missing.
I don't want to use the normal read() / write() functions on the ttyRPMSG.
Any suggestions?
thanks in advance
Lukas
