MFG and 3.0.35 and Yocto ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MFG and 3.0.35 and Yocto ?

787 Views
jaakkokuivala
Contributor I

How to make "mfg uboot" and "mfg uImage" using Yocto ?

Cheers, Jaakko

Labels (2)
0 Kudos
Reply
4 Replies

554 Views
Yuri
NXP Employee
NXP Employee

From "Freescale Yocto Project User's Guide" :

  "A manufacturing tool kernel is built by using the imx_v7_mfg_defconfig,
while the default kernel is built by using the imx_v7_defconfig."


Have a great day,
Yuri

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

554 Views
jaakkokuivala
Contributor I

Hey thanks!

I use

./oe bb sdr-linux-image

to build the kernel image.

So how I should modify it for the MFG ?

BTW, is it true that for MFG support for Yocto, you need the 3.10.x kernel ?

I have to use 3.0.35 in my project.

0 Kudos
Reply

554 Views
Yuri
NXP Employee
NXP Employee

Hello,

Please refer to section 3.9 (Building Manufacturing Firmware) of
"i.MX_6Dual6Quad_SABRE-SD_Linux_User's_Guide.pdf" regarding
MFG configuration.

Regards,

Yuri.

0 Kudos
Reply

554 Views
saurabh206
Senior Contributor III

Use following commands

bitbake u-boot-imx    to generate u-boot.

bitbake linux-imx     to generate uImage.

Thanks

Saurabh

0 Kudos
Reply