Hi ,
I want to run an AMP Configuration on my Zedboard : Petalinux cpu 0 / RTEMS cpu 1. Rtems is an RTOS , rtems apps are compiled outside of the SDK , so I have the already compiled rtems-app.elf wich I want to run on the cpu 1 .
I looked to OpenAMP framework but it seems that is not support such a configuration : because I think the framework compile .c files with the library and then generate .elf and I can't do such a thing my .elf is already compiled so I don't know how to use the openAMP solution..
Also,Is there a possiblity to configure petalinux to launch this .elf on cpu1 ? I managed to get it on rootfs configuration and I built petalinux with that app ( I specified also maxcpu=1) but doesn't work.
So , please help me to get this working. If anybody tried doing this before please suggest me a workflow or ideas.
Best
Thank you