Tool/software: Linux
Hi,
I am running my software in armv7 Ubuntu 16.04 docker container on A15 processor. My software running inside docker container uses libtiipc* libraries that are currently on host A15 processor. When I run the docker, software is unable to connect to ipu2 (M4 processor) and following error comes -
```--> main:
Ipc_start: LAD_connect() failed: 4
Ipc_start failed: status = -1
<-- main:```
I tired running the LAD deamon manually using `/usr/bin/lad_dra7xx -g -l lad.txt -p 777` and I get the following error in lad.txt log file -
```Initializing LAD... [0.653065] NameServer_setup: entered, refCount=0
[0.653130] NameServer_setup: creating listener thread
[0.653266] NameServer_setup: exiting, refCount=1
[0.653334] GateHWSpinlock_start: failed to open the spinlock device[0.653346]
ERROR: unable to start GateHWSpinlock```
What is the best way for the software inside docker to communicate with software on M4 using TI-RTOS IPC libraries?
Thanks,
Christine and Akshay