I have a bare metal application on a c66x core and the Linux team wants to use IPC messageq for communication. This means that I suddenly need RTOS and IPC. That really messes with my bare metal application's ability to setup the PRU units through registers and ability to setup EDMA through registers.
Is there a simpler mechanism for communication with Linux that is supported on the Linux side where I could make use of say an interrupt or hardware mailbox and some common section of memory where messages could be put?