Hi,
Looking at the forums, I've found a few people that use the following commands to reflash the remote cores:
echo stop > /sys/class/remoteproc/remoteproc0/state
echo start > /sys/class/remoteproc/remoteproc0/state
However, when I try, I get the following:
-sh: echo: write error: Invalid argument
And stdout on the serial port outputs this:
[51251.322886] remoteproc remoteproc0: stop not supported for this rproc, use detach
Is there a guide on how to properly use remoteproc in Arago, and what are the requirements?
Also, is there a list of what remoteprocX is what core? I can kind of deduce it with
cat /sys/class/remoteproc/remoteprocX/name
But it can also be cryptic (e.g. 4d80800000.dsp for C6_1, 4d81800000.dsp fpr C6_2)
Thank you,
Fred