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.

ti-processor-sdk-linux-am335x-evm-01.00.00.03 - PHP System V shared memory

Other Parts Discussed in Thread: AM3359

Hi,

I'm trying to use shared memory IPC (System V) to allow my C application to communicate with php pages, both present in the board (Sitara AM3359 Starter Kit with ti-processor-sdk-linux-am335x-evm-01.00.00.03).

All the code has been written already, and it's running  OK on an Ubuntu host PC, but the built-in php engine of sdk doesn't implement the shmop_ functions that I need.

IPC commands are not available, also.

Is there any way to fix it or should I use a better (in terms of efficiency) approach to establish the communication between my C app. and the PHP pages?

Thanks.