Hi Every one,
I am trying to execute GateMP based application on OMAPL138 based custom board.
In order to execute the code, I have renamed gatempapp.c to nano_test.c. Apart from this,
messageq_common.cfg.xs file has been modified for configuring shared region
Modified packages/ti/ipc/tests/package.bld for adding shared region
Modified packages/ti/ipc/remoteproc/rsc_table_omapl138.h file for adding shared region
I have attached all the modified files in current post.
When executing the code, I am getting following error,
root@omapl138-lcdk:~# ./multi_proc_test.sh nano_test.xe674
remoteproc0: dsp is available
remoteproc0: Note: remoteproc is still under development and considered experimental.
remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
NET: Registered protocol family 41
root@omapl138-lcdk:~# remoteproc0: powering up dsp
remoteproc0: Booting fw image nano_test.xe674, size 6135932
remoteproc0: erroneous trace resource entry
remoteproc0: Failed to process resources: -22
remoteproc0: rproc_boot() failed -22
virtio_rpmsg_bus: probe of virtio0 failed with error -22
remoteproc0: registered virtio0 (type 7)
Please guide me to solve this problem.
Thank you :)
(Please visit the site to view this file)