Other Parts Discussed in Thread: SYSBIOS
Hello team, we are having a problem communicating an IPU1 in the M4 running in early start with a process running in the A15, when we try to open the queue in the A15 side the queue name is not found. We are checking laso the lad_dra7xx logs to be sure the queue can't be opened.
Some more information:
- We are running a custom board with a dra71x
- We are running android 6AO.1.3 on the A15
- The SAME code running from remoteproc IS working, we can send messages from one core to the other
- We followed this guide processors.wiki.ti.com/.../Early_Boot_and_Late_Attach_in_Linux
- We are adding the late attach to the dtb
&ipu1 {
ti,late-attach;
ti,no-idle-on-init;
ti,no-reset-on-init;
};
Do you have any idea of what can be happening or what else can we look to solve this problem?
Thanks in advance for your help.
Gabriel