This is a newb question, but I'm using an OMAPL138 and I've implemented a shared memory interface between the DSP and the ARM cores where both are using SharedRegion under Sysbios. Now I want to move the ARM impl to Syslink and Linux...
The question is how do I carve out/reserve the memory regions in Linux that I used to do using the "static configuration" javascript stuff under sysbios?
I see where I can config a region at runtime using SharedRegion_setEntry but dont I have to reserve these regions beforehand so that Linux doesnt already occupy it?