How to use remoteproc on STM32MP151?
I want to use remoteproc to load and start firmware on Coretex-M4 from Cortex-A7.
I refer to the following Wiki page.
https://wiki.st.com/stm32mpu/wiki/Linux_remoteproc_framework_overview
In above Wiki page, I have tried [4.1.1 Remote processor boot through sysfs].
However, I can't find "remoteprocX(e.g. remoteproc0)" directory in "/sys/class/remoteproc/" directory.
("/sys/class/remoteproc/" directory has no any sub-directory or files at all)
What should I do to create "remoteprocX(e.g. remoteproc0)" directory in "/sys/class/remoteproc/" directory?
Do I have to modify Linux kernel configuration or Device Tree?
For the reference, [Support for Remote Processor subsystem] and [STM32 remoteproc support] is enabled in Linux kernel configuration as modules , and these have being loaded by "modprobe" command.
Best regards.
H. Masuda
