Hi all,
I try to understand how secure boot is working for imx8mmevk board.
I read following documentation :
My issue is about creating flash.bin with the output provided by yocto.
All documentation talks about doing all steps manually, but yocto provides these files. I assume it canbe used to generate flash.bin.
Yocto creates the following directory tmp/deploy/images/imx8mmevk/imx-boot-tools
In this directory, I have following files:
- bl31-imx8mm.bin
- bl31-imx8mm.bin-optee
- fsl-imx8mm-evk.dtb
- lpddr4_pmu_train_1d_dmem.bin
- lpddr4_pmu_train_1d_imem.bin
- lpddr4_pmu_train_2d_dmem.bin
- lpddr4_pmu_train_2d_imem.bin
- mkimage_fit_atf.sh
- mkimage_imx8
- mkimage_uboot
- signed_dp_imx8m.bin
- signed_hdmi_imx8m.bin
- soc.mak
- tee.bin
- u-boot-imx8mmevk.bin-sd
- u-boot-nodtb.bin-imx8mmevk-sd
- u-boot-spl.bin-imx8mmevk-sd
My question : How to create the flash.bin file to be able to flash the EVK board ?
Regards,
Fabrice