Hi Igor,
Thanks for the reply.
I moved ENET1_MDC and ENET1_MDIO resource to A-core, but we are facing same issue.
If we have assigned this resource to M4 then why we are able to access from uboot.
Below is the code snippet I added in M4 to move the resource:
sc_rm_set_subsys_rsrc_movable(ipc, SC_R_ENET_1, SC_TRUE);
sc_rm_set_resource_movable(ipc, SC_R_ENET_1, SC_R_ENET_1, SC_TRUE);
sc_rm_set_pad_movable(ipc, SC_P_ENET1_MDC, SC_P_ENET1_MDC, SC_TRUE);
sc_rm_set_pad_movable(ipc, SC_P_ENET1_MDIO, SC_P_ENET1_MDIO, SC_TRUE);
sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst, sc_bool_t move_rsrc, sc_bool_t move_pads);
please help me on this.
Thanks and Regards,
Vikas