This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Ivan,
The SDK provides some default firmwares in the /lib/firmware/ipc/
Can you use and check with the equivalent message_single firmwares for each core and the default MessageQApp executable provided in the SDK root filesystem?
regards
Suman
Hello.
No, I haven't check the firmwares from /lib/firmware/ipc because I do not know a goals of that fw. Can you describe it briefly?
I've tried to launch examples ex02_messageq and ex41_forwardmsg, how I told above. ex02 works properly but ex41 doesn't work.
Hi Ivan,
The IPC example code looks very similar to the test code within the IPC development git tree, they are provided and maintained separately.
The firmwares within the ipcdev tree are definitely tested, and provide the default firmwares packaged in the filesystem.
You can see the differences in the code on the BIOS-side by comparing the sources as follows:
regards
Suman
Hello. Thank you, the problem is solved. The clue was in the *.dts. I have made all the memory regions properly and it works.