[ 199.048596] virtio_rpmsg_bus virtio0: msg received with no recipient #447
Unanswered
Minerro886
asked this question in
Q&A
Replies: 1 comment
-
Hello @Minerro886 The trace you mention is a Linux kernel trace. So first, have a look to related trace in the Linux kernel code. You will see that your issue is probably that you send a rpmsg to the Linux with an unknown destination address. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because I have the need to send multiple rounds of information to the rpu, I added a loop to achieve the corresponding function. But I don't know why, I can send messages successfully for the first time, but I can no longer send messages to rpu later, and the following error occurs. What is the reason. My platform is zcu102 from Xilinx
[ 199.048596] virtio_rpmsg_bus virtio0: msg received with no recipient
Beta Was this translation helpful? Give feedback.
All reactions