fitImage loadaddress and entrypoint for imx8mn evk

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

fitImage loadaddress and entrypoint for imx8mn evk

ソリューションへジャンプ
9,144件の閲覧回数
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)
タグ(2)
0 件の賞賛
返信
1 解決策
9,091件の閲覧回数
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 返答(返信)
9,092件の閲覧回数
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 件の賞賛
返信
9,138件の閲覧回数
igorpadykov
NXP Employee
NXP Employee
0 件の賞賛
返信