This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Does Omap5432 EVM use "Remote processor messaging sockets" ?

Hello team,

I would like to know whether Omap5432 EVM (GLSDK) uses ti-syslink module ? If yes, can you please locate me to the source of ti-syslink ? I would like to confirm that Omap5432 EVM is using CONFIG_RPMSG (from kernel linux-3.8.18) with AF_RPMSG (from syslink) or not ! 

This is a high priority query for developers who are interested to integrate "meta-ivi" (Genivi-4.0) which adds AF_BUS patch with AF_BUS sockets @ address 40 !! This should not conflict with AF_RPMSG which is also defined at same address space for Omap4 software.

https://github.com/Digilent/linux-digilent/blob/master/net/rpmsg/rpmsg_proto.c

-----------------------------------------------

https://github.com/Digilent/linux-digilent/blob/master/include/net/rpmsg.h
/* user space needs this */
#ifndef AF_RPMSG
#define AF_RPMSG 40
#define PF_RPMSG AF_RPMSG

-----------------------------------------------

Does this change/code holds true for  Omap5432 EVM (Linux-3.8.13) ?

You inputs are highly appreciated.

Thanks & Regards.