mkimage imximage / *.imx Binary

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

mkimage imximage / *.imx Binary

ソリューションへジャンプ
5,530件の閲覧回数
rvalvekar
Contributor III

Hello Community,

I am trying to build a bootloader image. I have succeeded in building the u-boot.bin and the additional binaries that are generated after make -j4.

I am trying to convert the u-boot.bin or u-boot.dtb files to *.imx files using mkimage command that is found in the tools. I am not able to get this part working.

Would like to get some help through anyone who as already tried this.

$ mkimage -A arm -O Linux -T imximage -d ../u-boot.dtb -n u-boot.imx

Forgive me if i might be going wrong in the tool execution.

Help much appreciated.
Thank You.

0 件の賞賛
返信
1 解決策
4,083件の閲覧回数
rvalvekar
Contributor III

Possible Solutions

https://www.nxp.com/docs/en/data-sheet/IMX8QXPAEC.pdf 

The Boot option for IMX8QX Processors is different from other Processor Types. The issue has been resolved. The imx-mkimage generates the proper binary file required for IMX8QX Processors.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
4,084件の閲覧回数
rvalvekar
Contributor III

Possible Solutions

https://www.nxp.com/docs/en/data-sheet/IMX8QXPAEC.pdf 

The Boot option for IMX8QX Processors is different from other Processor Types. The issue has been resolved. The imx-mkimage generates the proper binary file required for IMX8QX Processors.

0 件の賞賛
返信
4,083件の閲覧回数
ankitr_patel
Senior Contributor II

Hi

Please check the below links,

Building U-boot 

https://community.nxp.com/thread/452627