<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Build Manufacturing Firmware in Yocto</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421867#M63639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;Hi Yuri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;Thank you for your quick reply!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;I'll check it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;ko&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;-hey&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 08:30:15 GMT</pubDate>
    <dc:creator>ko-hey</dc:creator>
    <dc:date>2015-06-03T08:30:15Z</dc:date>
    <item>
      <title>Build Manufacturing Firmware in Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421865#M63637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how to build manufacturing firmware in Yocto.&lt;BR /&gt;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".&lt;BR /&gt;However, there is no document that chapter is included in fsl-yocto-3.10.17_1.0.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which document should I check ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;ko-hey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 05:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421865#M63637</guid>
      <dc:creator>ko-hey</dc:creator>
      <dc:date>2015-06-03T05:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Build Manufacturing Firmware in Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421866#M63638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; According to section 6.2 (The Manufacturing Tool, MFGTool) of&lt;/P&gt;&lt;P&gt;“Freescale_Yocto_Project_User's_Guide.pdf” in the L3.10.53 BSP documentation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to place an image on a device is to use the Manufacturing Tool, MFGTool.&lt;/P&gt;&lt;P&gt;The recipes used to build a manufacturing tool image are linux-imx-mfgtool and u-boot-mfgtool.&lt;/P&gt;&lt;P&gt;To build a manufacturing image do the following -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-mfgtool-initramfs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A manufacturing tool kernel is built using the imx_v7_mfg_defconfig while the default kernel is&lt;/P&gt;&lt;P&gt;built by using the imx_v7_defconfig. This is handled automatically by the MFGTool recipes listed&lt;/P&gt;&lt;P&gt;above. For more details on how to use the manufacturing tool, see Section "How to Enter Serial&lt;/P&gt;&lt;P&gt;Download Mode for MFGTool" in the i.MX Linux User's Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also You may look at section 6.3 (MFGTool) “Freescale_Yocto_Project_User's_Guide.pdf” in &lt;BR /&gt;the L3.10.17.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 05:53:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421866#M63638</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-06-03T05:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Build Manufacturing Firmware in Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421867#M63639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;Hi Yuri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;Thank you for your quick reply!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;I'll check it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;ko&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;-hey&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:30:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421867#M63639</guid>
      <dc:creator>ko-hey</dc:creator>
      <dc:date>2015-06-03T08:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Build Manufacturing Firmware in Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421868#M63640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;Hi Yuri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;I tried the &lt;SPAN&gt;commad&lt;/SPAN&gt; and got a following error message by using L3.10.17.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="COLOR: red; FONT-SIZE: 12pt; mso-bidi-font-size: 11.0pt;"&gt;ERROR: Nothing PROVIDES '&lt;SPAN&gt;fsl&lt;/SPAN&gt;-image-&lt;SPAN&gt;mfgtool&lt;/SPAN&gt;-&lt;SPAN&gt;initramfs&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;I think the command is for L3.10.53.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;So user have to use a following command for L3.10.17.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;Is it correct ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;$ &lt;SPAN&gt;bitbake&lt;/SPAN&gt; &lt;SPAN&gt;fsl&lt;/SPAN&gt;-image-manufacturing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;Ko&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 10pt; mso-bidi-font-size: 11.0pt;"&gt;-hey&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 08:30:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421868#M63640</guid>
      <dc:creator>ko-hey</dc:creator>
      <dc:date>2015-06-08T08:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Build Manufacturing Firmware in Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421869#M63641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$make imx_v7_mfg_defconfig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 08:59:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421869#M63641</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-06-11T08:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Build Manufacturing Firmware in Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421870#M63642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; mso-bidi-font-size: 11.0pt;"&gt;Hi Yuri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; mso-bidi-font-size: 11.0pt;"&gt;Thank you for your reply.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;I tried the command at fsl-release-bsp/build &lt;SPAN style="text-align: left; color: #222222; text-indent: 0px;"&gt;directory &lt;/SPAN&gt;but had a following message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;make: *** Mo rule to make target 'imx_v7_mfg_deconfig'. Stop.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: left; color: #545454; text-indent: 0px;"&gt;Let me know if it is wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; mso-bidi-font-size: 11.0pt;"&gt;ko-hey&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 02:32:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Manufacturing-Firmware-in-Yocto/m-p/421870#M63642</guid>
      <dc:creator>ko-hey</dc:creator>
      <dc:date>2015-06-12T02:32:41Z</dc:date>
    </item>
  </channel>
</rss>

