我想使用 remoteproc 从 Cortex-A7 加载和启动 Coretex-M4 上的固件。
我参考以下维基页面。
https://wiki.st.com/stm32mpu/wiki/Linux_remoteproc_framework_overview
在上面的 Wiki 页面中,我尝试了 [4.1.1 Remote processor boot through sysfs]。
但是,我在“/sys/class/remoteproc/”目录中找不到“remoteprocX(eg remoteproc0)”目录。
(“/sys/class/remoteproc/”目录根本没有任何子目录或文件)
我应该怎么做才能在“/sys/class/remoteproc/”目录中创建“remoteprocX(eg remoteproc0)”目录?
我是否必须修改 Linux 内核配置或设备树?
作为参考,[Support for Remote Processor subsystem] 和 [
STM32 remoteproc support] 在 Linux 内核配置中作为模块启用,并且这些已通过“modprobe”命令加载。