fitImage loadaddress and entrypoint for imx8mn evk

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

fitImage loadaddress and entrypoint for imx8mn evk

跳至解决方案
6,171 次查看
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
标记 (2)
0 项奖励
1 解答
6,118 次查看
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 项奖励
2 回复数
6,119 次查看
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 项奖励
6,165 次查看
igorpadykov
NXP Employee
NXP Employee
0 项奖励