Question
Synchronizing earyl booted M4 FW with Linux: We would like to use the non-blocking method (kernel interrupt via ipcc if linux boot finish). Question: How send the interrupt on the Linux side? How to catch the ipcc interrupt on M4 FW side?
Earyl booted M4 firmware via u-boot remoteproc.
Synchronizing Blocking method:
At the moment we use the blocking method (OpenAMP_Init function through to
synchronizing the early booted M4 firmware with Linux A7.
Synchronizing Non-blocking method:
We would like to change this behevior to an non-blocking method.
