hello,all
I want to use CAN0 independently for M4, so write the following code on the M4 side, and the return value of the related function is successful.But it didn't succeed.The scfw_tcm.bin is downloaded from NXP.
sc_rm_pt pt_m4;
sc_rm_get_partition(ipc,&pt_m4);//return :pt_m4=1;
sc_rm_assign_resource(ipc,pt_m4,SC_R_CAN_0);
then,I compiled it through the SCFW port package(imx-scfw-porting-kit-0.7), and the compiled bin file could not start M4 and A35.
Hi meng
one can try latest imx-scfw-porting-kit-1.0 from i.MX Software|NXP
"SCFW Porting Kit"
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi
Where can i get the latest SCFW porting kit for android version imx-p9.0.0_2.3.0 (SCFW ffc989aa) for custom scfw creation with API version as below:
#define SCFW_API_VERSION_MAJOR 1U
#define SCFW_API_VERSION_MINOR 7U
imx8qxp scfw build scfw building_the_scfw scfw
Thanks in advance,
Regards,
Wasim
Hi Wasim
it is on i.MX Software | NXP
SCFW Porting Kit v1.2.5 for LDO reliability update
Best regards
igor
Hi igorpadykov,
v1.2.5 is not the latest one and I tried v1.2.7 also. But still SCFW_API_VERSION_MINOR is still 5 and not 7
Regards,
Wasim