Hi,
We are using a custom SC589 board. We are trying to get rpmsg working between ARM and SHARC core 2.
We don't require the remoteproc's firmware loading, for that reason we are using the "adi,rpmsg-SC598" driver.
I was not able to find much information on this driver and had a few questions.
1. Is the driver configured as master or slave or can be configured as both. (If both then how?)
2. I tried with example https://github.com/analogdevicesinc/rpmsg-examples/tree/develop/yocto-3.1.0 on SHARC core. The rpmsg devices are not getting created in /sys/bus/rpmsg/devices/.
Can you please help with this?