Resolved! Cannot send VIRT_UART_Transmit as dst is RPMSG_ADDR_ANY
I'm following the OpenAMP_TTY_echo example.To do a Tx it basically uses two functions: VIRT_UART_Init and VIRT_UART_TransmitAfter I use VIRT_UART_Init, I can see in the Linux terminal a log message something that suggests the initialization is workin...