2020-06-01 07:38 PM
STM32MP1Cube 1.1.0
Case:
4. the rpmsg_client_sample is automatically loaded.
Questions:
2020-06-03 01:30 AM
Hi @debugging
Find below answer from expert :
There are two mechanism involved
I would suggest you to use the rpmsg_tty driver instead that creates a virtual UART communication between Linux application and the Cortex-M4
Olivier
2020-06-04 08:05 PM
@OliverG,
Many thanks. So I the driver rpmsg_client_sample must be removed when when building the kernel., correct?
Is there an easy way to find the drivers that match a certain “name service announcement" before starting a kernel build or at runtime ?
Thanks
2020-06-08 07:56 AM
Hi @debugging
registered drivers are listed in : /sys/bus/rpmsg/drivers
But to know associated services you need to dig into the code.
Olivier