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.

TDA4VM: Executing the SDK parallelly in two different processes in Emulation mode.

Part Number: TDA4VM

We have installed/configured "ti-processor-sdk-rtos-j721e-evm-08_04_00_02" in WSL ubuntu. Our use case requires, Executing this in parallel in two different processes. What we can notice is that when the second process starts, the first process hits a segmentation fault.  Particularly we are trying to run app_dof from basic_demos. Our question is, can this SDK run/process two independent set of  images in parallel without affecting each other. We have a shell script that makes sure these two instances are launched as different processes. But, somehow, second process makes the first process hit segmentation fault.