Hello,
from section 6.2 (Manufacturing Tool, MFGTool) of "Freescale_Yocto_Project_User's_Guide.pdf" :
---
One way to place an image on a device is to use the MFGTool. The recipes used to build a manufacturing tool image are
linux-imx-mfgtool and u-boot-mfgtool.
To build a manufacturing image do the following -
$ bitbake fsl-image-mfgtool-initramfs
A manufacturing tool kernel is built using the imx_v7_mfg_defconfig while the default kernel is built by using the
imx_v7_defconfig. This is handled automatically by the MFGTool recipes listed above.
---
Note : in the newest BSP, mfgtool can use the same u-boot with the normal u-boot for our board. So we don’t need to build the u-boot for mfgtool separately.
Regards,
Yuri.
------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer
button. Thank you!