Dear all
I try to build the MFGtool firmware on IMX6_L5.1_2.1.0 for Android.
But I didn't find out the configuration for MFG, currently I use the command "make mx6qsabresdandroid_config" to build the bootloader.
Thanks
Hi bordon kuo,
You can use the u-boot you build for your board, and in the newest BSP, mfgtool can use the same u-boot with the normal u-boot for your board. You do not need to build the u-boot for mfgtool separately. They can use the same one.
Have a nice day
Dan
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Mark Correct button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi,
One way to place an image on a device is to use the Manufacturing Tool, 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
You can follow sect.6.2 The Manufacturing Tool, MFGTool attached Yocto Guide.
Have a great day,
Dan
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Mark Correct button. Thank you!
-----------------------------------------------------------------------------------------------------------------------