I have a question regarding the creation of a Linux boot loader (flash.bin) for iMX8QM.
In Linux 4.14.78, I was able to create a loader without u-boot's SPL and confirmed its operation. (make SOC = iMX8QM flash)
However, in Linux 4.19.35, with SPL is the default for u-boot.
I created a loader with the setting with SPL and confirmed the operation. (make SOC = iMX8QM flash_spl)
I want to create a loader without SPL in 4.19.35, but when I check it, u-boot does not start.
Does 4.19.35 not support without SPL? (make SOC = iMX8QM flash)
I set u-boot defconfig without SPL, but it doesn't boot well.
I refer to the documentation below.
Document Number: IMXLUG
i.MX Linux User's Guide Rev. L4.19.35_1.1.0, 11/2019
4.5.13 How to build imx-boot image by using imx-mkimage
Regards,
Aso