why compile after defferent out file

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

why compile after defferent out file

1,225 次查看
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.

标签 (1)
0 项奖励
回复
2 回复数

1,122 次查看
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 项奖励
回复

1,122 次查看
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 项奖励
回复