Part Number: AM5728
Tool/software: Linux
Hi Everyone,
I am using MessageQ between ARM A15 and DSP , currently when I am not freeing all msgQ at a15 side after round trip from A15->DSP->A15,
MessageQ are allocated without heap memory.
I have following errors,
rpmsg_proto virtio0.rpmsg-proto.-1.61: timeout waiting for a tx buffer
rpmsg_sock_sendmsg: rpmsg_send failed: -512
TransportRpmsg_put: send failed: 512 (Unknown error 512)
From rpmsg driver, come to know that MAX_RPMSG_NUM_BUFS (512),
so If I want to push more msgQ than this MAX_RPMSG_NUM_BUFS can I increase this buffers ? will it affect other functionality of rpmsg other than MsgQ?
Regards,
Janardan M