why compile after defferent out file

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

why compile after defferent out file

585 Views
kimsangyoung
Contributor I

Dear all

Ubuntu was compiled from the imx_android442_r1. The compiled results generated file (boot.img, recovery.img, system.img, u-boot.bin, u-boot-mx6q.bin).

In MFGTOOL u-boot-6q.bin why I need to compile once and "mx" is not attached to the download . It will pass an incorrect setting of the .bashrc file ?

thank.

Labels (1)
0 Kudos
2 Replies

482 Views
igorpadykov
NXP Employee
NXP Employee

Hi kim

difference between u-boot.imx and u-boot.bin is described in

u-boot.bin and u-boot.imx

https://github.com/Freescale/u-boot-fslc/blob/patches-2014.10/doc/README.imximage

for creating SD on your Linux host  :

dd if=u-boot.imx of=/dev/mmcblk0 conv=notrunc seek=2 bs=512

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

482 Views
kimsangyoung
Contributor I

Deare Freescale

How do I change then compiled using the MFG TOOL To make a u-boot.bin for download to eMMC memory?

Thank.

0 Kudos