Hello Team NXP,
I have successfully ported u-boot to my custom board which is based on iMX8M-Mini EVK.
I have managed to build u-boot and generate required files for building flash.bin.
- U-Boot: u-boot-nodtb.bin u-boot-spl.bin U-Boot DTB file (e.g. imx8mm-<custom-board>.dtb)
wrf to above list, I have added custom board's dtb file.
Now while running,
make SOC=<SoC Name> flash_hdmi_spl_uboot
I running into error as below,
What am I missing, do I need to add custom rule in soc.mak for my custom board.
Hello,
May I ask which version of imx-mkimage are you trying to use?
Also, I would recommend using the same name as in the soc.mak for the images needed.
imx8mm-evk.dtb
If you plan to use a custom name, you may need to customize the soc.mak.
Best regards,
Aldo.
Hello,
Thank you for sharing, then please try with my suggestion above and let me know if this does not work.
Regards,
Aldo.