Tool/software:
Hi Ti Team,
The linux will got hang if restart the remote R5 core.
Here are the test steps:
- Using the ipc_rpmsg_echo_linux as R5 firmware (mcu sdk 09_02_01_05)
- Start remote core R5 with below command, start successfully.
echo start>/sys/class/remoteproc/remoteproc0/state
- Stop remote core R5 with below command, stop successfully.
echo stop>/sys/class/remoteproc/remoteproc0/state
- Restart the remote core R5 with step 2, will get hang immediately.
By tracing the kernel, which should be blocked by the below code in the ti_sci_do_xfer.
k3_r5_lockstep_release-->ti_sci_cmd_get_device-->ti_sci_do_xfer
Have you encounter this issue?
Is there any existing patch to fix it?
Thanks,
Tiger