Tool/software:
Hello IT,
I am working with the TI TDA4VM J721E architecture and would like to load R5F and C7x DSP binary firmware and tried to test the default example program for all available cores (R5F, and C7x DSP) through IPC mechanism.
We are referenced below link for symbolic link the binary firmware.
Please help the below queries:
- We tried to execute the default examples (rpmsg_char_simple &rpmsg_client_sample). we are not getting the excepted output as mentioned in the TI website.
- We are getting output for remote proc (rproc_id :R5F_MCU0_0) and for remaining cores, we are not getting the output.
- I have attached the screenshot and log.
root@j721e-evm:~# rpmsg_char_simple -r 1 -n 2 -p 13 _rpmsg_char_find_rproc: 41400000.r5f is either not probed or not a remoteproc! Can't create an endpoint device: No such file or directory TEST STATUS: FAILED root@j721e-evm:~# rpmsg_char_simple -r 1 -n 2 -p 14 _rpmsg_char_find_rproc: 41400000.r5f is either not probed or not a remoteproc! Can't create an endpoint device: No such file or directory TEST STATUS: FAILED root@j721e-evm:~# rpmsg_char_simple -r 2 -n 2 -p 14 _rpmsg_char_find_ctrldev: could not find the matching rpmsg_ctrl device for virtio3.rpmsg_chrdev.-1.14 Can't create an endpoint device: Invalid argument TEST STATUS: FAILED root@j721e-evm:~# rpmsg_char_simple -r 2 -n 2 -p 13 Created endpt device rpmsg-char-2-1061, fd = 4 port = 1027 Exchanging 2 messages with rpmsg device rpmsg-char-2-1061 on rproc id 2 ... Sending message #0: hello there 0! ccccc^C Clean up and exit while handling signal 2 Application did not close some rpmsg_char devices root@j721e-evm:~# clear root@j721e-evm:~# rpmsg_char_simple -r 0 -n 2 -p 14 Created endpt device rpmsg-char-0-1068, fd = 4 port = 1025 Exchanging 2 messages with rpmsg device rpmsg-char-0-1068 on rproc id 0 ... Sending message #0: hello there 0! Received message #0: round trip delay(usecs) = 153835 hello there 0! Sending message #1: hello there 1! Received message #1: round trip delay(usecs) = 93345 hello there 1! Communicated 2 messages successfully on rpmsg-char-0-1068 TEST STATUS: PASSED root@j721e-evm:~# rpmsg_char_simple -r 1 -n 2 -p 13 _rpmsg_char_find_rproc: 41400000.r5f is either not probed or not a remoteproc! Can't create an endpoint device: No such file or directory TEST STATUS: FAILED root@j721e-evm:~# rpmsg_char_simple -r 2 -n 2 -p 13 Created endpt device rpmsg-char-2-1071, fd = 4 port = 1027 Exchanging 2 messages with rpmsg device rpmsg-char-2-1071 on rproc id 2 ... Sending message #0: hello there 0! ^C Clean up and exit while handling signal 2 Application did not close some rpmsg_char devices root@j721e-evm:~# rpmsg_char_simple -r 3 -n 2 -p 13 Created endpt device rpmsg-char-3-1073, fd = 4 port = 1026 Exchanging 2 messages with rpmsg device rpmsg-char-3-1073 on rproc id 3 ... Sending message #0: hello there 0! ^C Clean up and exit while handling signal 2 Application did not close some rpmsg_char devices root@j721e-evm:~# rpmsg_char_simple -r 4 -n 2 -p 13 _rpmsg_char_find_rproc: 5e00000.r5f does not have any virtio devices! Can't create an endpoint device: No such file or directory TEST STATUS: FAILED root@j721e-evm:~# rpmsg_char_simple -r 6 -n 2 -p 13 Created endpt device rpmsg-char-6-1076, fd = 4 port = 1026 Exchanging 2 messages with rpmsg device rpmsg-char-6-1076 on rproc id 6 ... Sending message #0: hello there 0! ^C Clean up and exit while handling signal 2 Application did not close some rpmsg_char devices root@j721e-evm:~# rpmsg_char_simple -r 7 -n 2 -p 13 Created endpt device rpmsg-char-7-1083, fd = 4 port = 1026 Exchanging 2 messages with rpmsg device rpmsg-char-7-1083 on rproc id 7 ... Sending message #0: hello there 0! ^C Clean up and exit while handling signal 2 Application did not close some rpmsg_char devices root@j721e-evm:~# rpmsg_char_simple -r 8 -n 2 -p 13 Created endpt device rpmsg-char-8-1085, fd = 4 port = 1026 Exchanging 2 messages with rpmsg device rpmsg-char-8-1085 on rproc id 8 ... Sending message #0: hello there 0! ^C Clean up and exit while handling signal 2 Application did not close some rpmsg_char devices root@j721e-evm:~#




