Hi,
IMX8QM-MEK + Android 11 Automotive + SCFW (1.11.0)
I unable to move the resource SC_R_DC_1 from M4 to Application Processor
Will you please give proper configuration for SCFW ?
I just comment out this line, but still I unable to access in Android.
+ //BRD_ERR(rm_set_subsys_rsrc_movable(pt_src, SC_R_DC_1, movable));
The demo that if you work with EVS. The DPU is initially given to M4 in the EVS demo, but will be given back to android(AP) when Android starts, you don't need to modify it.
Best regards
Harvey
Thank you @Harvey021 for the reply,
Actually, we are not using EVS for now. Is it possible to release SC_R_DC_1 to Application Processor as soon as kernel start.
Because due to this SC_R_DC_0 interface will take time for first boot (more than 2 min) and reboot (30 seconds)
Want to release and use SC_R_DC_1 resource as soon as possible.
Do you have any specific patch or configuration for use this release before RPMSG register (vehicle_rpmsg_m4.c)