Build Manufacturing Firmware in Yocto

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Build Manufacturing Firmware in Yocto

ソリューションへジャンプ
4,446件の閲覧回数
ko-hey
Senior Contributor II

Hi all

I want to know how to build manufacturing firmware in Yocto.
According to "Manufacturing Tool V2 Linux or Android Firmware Development Guide V2.docx", user have to see the BSP USer Guide, chapter "Build Manufacturing Firmware".
However, there is no document that chapter is included in fsl-yocto-3.10.17_1.0.0.

Which document should I check ?

Best Regards,

ko-hey

ラベル(2)
タグ(1)
0 件の賞賛
返信
1 解決策
2,635件の閲覧回数
Yuri
NXP Employee
NXP Employee

   According to section 6.2 (The Manufacturing Tool, MFGTool) of

“Freescale_Yocto_Project_User's_Guide.pdf” in the L3.10.53 BSP documentation :

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

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. For more details on how to use the manufacturing tool, see Section "How to Enter Serial

Download Mode for MFGTool" in the i.MX Linux User's Guide.

Also You may look at section 6.3 (MFGTool) “Freescale_Yocto_Project_User's_Guide.pdf” in
the L3.10.17.


Have a great day,
Yuri

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

元の投稿で解決策を見る

5 返答(返信)
2,636件の閲覧回数
Yuri
NXP Employee
NXP Employee

   According to section 6.2 (The Manufacturing Tool, MFGTool) of

“Freescale_Yocto_Project_User's_Guide.pdf” in the L3.10.53 BSP documentation :

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

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. For more details on how to use the manufacturing tool, see Section "How to Enter Serial

Download Mode for MFGTool" in the i.MX Linux User's Guide.

Also You may look at section 6.3 (MFGTool) “Freescale_Yocto_Project_User's_Guide.pdf” in
the L3.10.17.


Have a great day,
Yuri

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

2,635件の閲覧回数
ko-hey
Senior Contributor II

Hi Yuri

I tried the commad and got a following error message by using L3.10.17.

ERROR: Nothing PROVIDES 'fsl-image-mfgtool-initramfs'

I think the command is for L3.10.53.

So user have to use a following command for L3.10.17.

Is it correct ?

$ bitbake fsl-image-manufacturing

Ko-hey

2,635件の閲覧回数
Yuri
NXP Employee
NXP Employee

Please try

$make imx_v7_mfg_defconfig

Regards,

Yuri.

0 件の賞賛
返信
2,635件の閲覧回数
ko-hey
Senior Contributor II

Hi Yuri

Thank you for your reply.

I tried the command at fsl-release-bsp/build directory but had a following message.

make: *** Mo rule to make target 'imx_v7_mfg_deconfig'. Stop.

Let me know if it is wrong.

ko-hey

0 件の賞賛
返信
2,635件の閲覧回数
ko-hey
Senior Contributor II

Hi Yuri

Thank you for your quick reply!

I'll check it.

ko-hey

0 件の賞賛
返信