Dear NXP,
I am working on fitImage creation for IMX8MN-EVK platform for yocto software.
I able to create the fitImage and boot by bootm command. But, it's stopped before kernel start and continuous reboot.
Will you please tell which address (load and entry point) I have to give for fitImage which is have the initramfs,dtb and kernel
Solved! Go to Solution.
FitImage loadaddress depends on the image size.
By default,
loadaddress (from source) => 0x40480000
Image (FitImage = kernel + dtb + Initramfs ) size is increased=>148 Mb = 0x9400000
So the load address of fitImage is = loadaddress + Image size is increased
= 0x49880000
Loadaddress of fitImage is (abbrox) = 0x50000000 and above we can give.
FitImage loadaddress depends on the image size.
By default,
loadaddress (from source) => 0x40480000
Image (FitImage = kernel + dtb + Initramfs ) size is increased=>148 Mb = 0x9400000
So the load address of fitImage is = loadaddress + Image size is increased
= 0x49880000
Loadaddress of fitImage is (abbrox) = 0x50000000 and above we can give.
Hi Vinothkumar
please look at
https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/uImage.FIT?h=imx_v2020.04_5.4.70_2.3.0
Best regards
igor