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.

PROCESSOR-SDK-AM64X: R5F start and stop

Part Number: PROCESSOR-SDK-AM64X
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