mkimage imximage / *.imx Binary

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

mkimage imximage / *.imx Binary

Jump to solution
4,086 Views
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 Kudos
1 Solution
2,639 Views
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.

View solution in original post

0 Kudos
2 Replies
2,640 Views
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 Kudos
2,639 Views
ankitr_patel
Senior Contributor II

Hi

Please check the below links,

Building U-boot 

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