Question
rpmsg_client_sample linux kernel module loads automatically ?
STM32MP1Cube 1.1.0
Case:
- unload /remove the module rpmsg_client_sample
- check lsmod the module is not loaded.
- start the M4 with OpenAMP raw example
4. the rpmsg_client_sample is automatically loaded.
Questions:
- what is the mechanism behind how is this module loaded ?
- How prevent this and manual load rpmsg_client_sample
- How to replace this module with a custom module to interact with the M4 code?
