How to run samples/rpmsg_client_sample in Linux?

I am learning RPMSG in Linux, and I found there is a samples/rpmsg_client_sample.c.

I built it into a kernel module, but I don’t know how to make its probe function to be called?

And is there any other examples/demos on RPMSG in Linux for my reference?