hello,
we needed to use Can protocol in Android auto (imx8qm_car2) with Flexcan
but found cortex M4 core is holding flexcan so
need to modify the default SCFW configuration to move Flexcan
we followed refered to
https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Resource-...
but encountered compile error at bellow step
--------------------------------------------------------------------------------------------------
on mkimage (with the flags set modification above):
make SOC=iMX8QM flash
------------------------------------------------------------------------------------------
error message was
->
ki@ki:~/android_build/vendor/nxp-opensource/imx-mkimage$ make SOC=iMX8QM flash
include misc.mak
include m4.mak
include android.mak
include test.mak
include autobuild.mak
include rev_a.mak
include alias.mak
make[1]: *** No rule to make target 'flash'. Stop.
Makefile:25: recipe for target 'flash' failed
make: *** [flash] Error 2
If you help let me know reason, it would be very thankful!