Tool/software:
Hello,
I am using PRU-Software-Support-Package version 6.4.0 https://git.ti.com/cgit/pru-software-support-package/pru-software-support-package/tree/
From which I had successfully able to run the example projects PRU_RPMsg_Echo_Interrupt0 (https://git.ti.com/cgit/pru-software-support-package/pru-software-support-package/tree/examples/am64x/PRU_RPMsg_Echo_Interrupt0) and Ultrafast_Broadside (https://git.ti.com/cgit/pru-software-support-package/pru-software-support-package/tree/examples/am243x/Ultrafast_broadside) individually.
However I want to merge both the examples RPMsg in C and XFR2VBUS in assembly to initiate the memory read from MSRAM using XFR2VBUS whenever I receive notification over RPMsg..
I had tried this by taking help from the labs section of PSSP with C and assembly code refrence (https://git.ti.com/cgit/pru-software-support-package/pru-software-support-package/tree/labs/Getting_Started_Labs/c_and_assembly/solution/am64x), but when I run the code It is continuously giving the error message like:
[ 134.481154] virtio_rpmsg_bus virtio5: channel rpmsg-pru:ffffffff:1e already exist [ 134.488676] virtio_rpmsg_bus virtio5: rpmsg_create_channel failed
Please suggest an approach to solve the above errors or could you please suggest any example code having both the features together for refrence.
Thanks,
Pratibha

