Other Parts Discussed in Thread: PROCESSOR-SDK-AM65X
Hi Team,
To start and stop R5F we use below sysfs interface
- echo stop > /sys/class/remoteproc/remoteproc18/state
- echo start > /sys/class/remoteproc/remoteproc18/state
The communication between A53 and R5F cores is through RPMessage. Due to graceful stop we observed multiple rpmessage specific errors like:
_rpmsg_char_destroy_eptdev: could not destroy endpt 3
FAILED: Can't read from rpmsg endpt device.
How to start/stop R5F so that all RPmessage IPCs are removed?
Is there way at R5F side (Ti RTOS) to know start/stop signal received from A53?
Thanks,
Prashant