Hi,
I am trying to change IMX8MMINI board "bootcmd_mfg " the u- boot configuration. where to find the configuration file to change "bootcmd_mfg "
Regards
Santhosh kumar
You will be able to change the u-boot environment variables from the board files "include/configs/imx_env.h" and "include/configs/imx8mm_evk.h".
Note:
As this are header files it may not reflect while compilation, so make sure to modify the c file and compile.
Regards,
Kunal