You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enable Linux configuration as below:
CONFIG_REMOTEPROC=y
CONFIG_REMOTEPROC_CDEV=y
CONFIG_REMOTEPROC_SRM_CORE=y
CONFIG_REMOTEPROC_SRM_DEV=y
CONFIG_TEE_REMOTEPROC=y
CONFIG_STM32_RPROC=y
CONFIG_RPMSG=y
CONFIG_RPMSG_CHAR=y
CONFIG_RPMSG_CTRL=y
CONFIG_RPMSG_NS=y
CONFIG_RPMSG_TTY=y
CONFIG_RPMSG_VIRTIO=y
CONFIG_STM32_IPCC=y I checked the device tree, it looks ok.
I got an error that the driver could not work [16.481009] platform 10000000.m4: deferred probe pending
The remote core is not enable. What wrong with my configuration or this feature is not supported?
I use the branch master with latest commit. My hardware is STM32MP157F-DK2.
Thanks
The text was updated successfully, but these errors were encountered:
I enable Linux configuration as below:
CONFIG_REMOTEPROC=y
CONFIG_REMOTEPROC_CDEV=y
CONFIG_REMOTEPROC_SRM_CORE=y
CONFIG_REMOTEPROC_SRM_DEV=y
CONFIG_TEE_REMOTEPROC=y
CONFIG_STM32_RPROC=y
CONFIG_RPMSG=y
CONFIG_RPMSG_CHAR=y
CONFIG_RPMSG_CTRL=y
CONFIG_RPMSG_NS=y
CONFIG_RPMSG_TTY=y
CONFIG_RPMSG_VIRTIO=y
CONFIG_STM32_IPCC=y
I checked the device tree, it looks ok.
I got an error that the driver could not work
[16.481009] platform 10000000.m4: deferred probe pending
The remote core is not enable. What wrong with my configuration or this feature is not supported?
I use the branch master with latest commit. My hardware is STM32MP157F-DK2.
Thanks
The text was updated successfully, but these errors were encountered: