Kernel configuration of zImage_mfgtool

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

Kernel configuration of zImage_mfgtool

跳至解决方案
1,817 次查看
ko-hey
Senior Contributor II

Hi all

I want to know the kernel configuration setting of zImage_mfgtool.

How can I know it ?

I used the MFGTool to write a image to eMMC.

When I use the our custom kernel, it failed to write.

On the other hand, when I use the zImage_mfgtool, it success.

So I want to compare the kernel to know the difference between them.

Ko-hey

标签 (3)
0 项奖励
回复
1 解答
1,483 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  From section 6.2 (Manufacturing Tool, MFGTool) of “i.MX_Yocto_Project_User's_Guide.pdf”

 

  A manufacturing tool kernel is built using the imx_v7_mfg_defconfig

while the default kernel is built by using the imx_v7_defconfig.

 

(/arch/arm/configs/imx_v7_mfg_defconfig)

 

  Since the mfg recipe uses default configuration file to build u-boot and kernel - adaptation of default kernel and U-boot configurations may be needed.

 

  In krogoth release there are sometimes task hask mismatch errors.

A fix for this is to build linux-imx first then clean the linux-mfgtools then bitbake the fsl-image-mfgtool-initramfs.

 

Have a great day,
Yuri

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,484 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  From section 6.2 (Manufacturing Tool, MFGTool) of “i.MX_Yocto_Project_User's_Guide.pdf”

 

  A manufacturing tool kernel is built using the imx_v7_mfg_defconfig

while the default kernel is built by using the imx_v7_defconfig.

 

(/arch/arm/configs/imx_v7_mfg_defconfig)

 

  Since the mfg recipe uses default configuration file to build u-boot and kernel - adaptation of default kernel and U-boot configurations may be needed.

 

  In krogoth release there are sometimes task hask mismatch errors.

A fix for this is to build linux-imx first then clean the linux-mfgtools then bitbake the fsl-image-mfgtool-initramfs.

 

Have a great day,
Yuri

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

0 项奖励
回复