fitImage loadaddress and entrypoint for imx8mn evk

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

fitImage loadaddress and entrypoint for imx8mn evk

Jump to solution
5,926 Views
vinothkumars
Senior Contributor IV

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

 

Regards,
Vinothkumar Sekar
Tags (2)
0 Kudos
1 Solution
5,873 Views
vinothkumars
Senior Contributor IV

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.

 

 

 

Regards,
Vinothkumar Sekar

View solution in original post

0 Kudos
2 Replies
5,874 Views
vinothkumars
Senior Contributor IV

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.

 

 

 

Regards,
Vinothkumar Sekar
0 Kudos
5,920 Views
igorpadykov
NXP Employee
NXP Employee
0 Kudos