<?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>topic Re: mfgtool with Buildroot - how to question in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mfgtool-with-Buildroot-how-to-question/m-p/467289#M73723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an example, just download some of the MFGtool packages, e.g. the following one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fwebapp%2FDownload%3FcolCode%3DIMX6_L3.14.52_MFG_TOOL%26appType%3Dlicense%26location%3Dnull%26Parent_nodeId%3D1337723891654732089522%26Parent_pageType%3Dproduct%26Parent_nodeId%3D1337723891654732089522%26Parent_pageType%3Dproduct" rel="nofollow" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=IMX6_L3.14.52_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337723891654732089522&amp;amp;Parent_pageType=product&amp;amp;Parent_nodeId=1337723891654732089522&amp;amp;Parent_pageType=product&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should contain all required scripts/documentation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Artur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2016 09:36:30 GMT</pubDate>
    <dc:creator>art</dc:creator>
    <dc:date>2016-04-22T09:36:30Z</dc:date>
    <item>
      <title>mfgtool with Buildroot - how to question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mfgtool-with-Buildroot-how-to-question/m-p/467287#M73721</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;In our company we prefer Buildroot over yocto. For now yocto is to painful for customization, also, disk space hungry and time consuming. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We successfully built different images with Builroot, including customized or stocked u-boot/kernel/initramfs, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we are not able to build working mfgtool initramfs? How to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need answers on:&lt;BR /&gt;What are additional CONFIG's we need to turn on in Linux kernel?&lt;/P&gt;&lt;P&gt;What are additional applications/commands needed in userspace?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe someone could point us to where to look differences in Yocto tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Branko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 11:01:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mfgtool-with-Buildroot-how-to-question/m-p/467287#M73721</guid>
      <dc:creator>brankokaraklaji</dc:creator>
      <dc:date>2016-04-21T11:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: mfgtool with Buildroot - how to question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mfgtool-with-Buildroot-how-to-question/m-p/467288#M73722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Branko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right on time, my patch that adds the imx-uuc package has just been accepted to Buildroot:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/buildroot/buildroot/commit/6a8b9481" rel="nofollow noopener noreferrer" title="https://github.com/buildroot/buildroot/commit/6a8b9481" target="_blank"&gt;imx-uuc: new package · buildroot/buildroot@6a8b948 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can either use the master branch or cherry-pick the patch above to your current Buildroot source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to build an image that works with the MFGTools you need to add this UUC package plus a couple of mkfs tools. Here is my testing MFG configuration:&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14612502701616265" data-renderedposition="216_8_1192_464" jivemacro_uid="_14612502701616265"&gt;&lt;P&gt;BR2_arm=y&lt;/P&gt;&lt;P&gt;BR2_cortex_a9=y&lt;/P&gt;&lt;P&gt;BR2_ARM_ENABLE_NEON=y&lt;/P&gt;&lt;P&gt;BR2_ARM_ENABLE_VFP=y&lt;/P&gt;&lt;P&gt;BR2_ARM_FPU_NEON=y&lt;/P&gt;&lt;P&gt;BR2_TOOLCHAIN_EXTERNAL=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_DOSFSTOOLS=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_DOSFSTOOLS_FATLABEL=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_E2TOOLS=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_EXFAT=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_EXFAT_UTILS=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_F2FS_TOOLS=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_MMC_UTILS=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_MTD=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_MTD_MKFSJFFS2=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_MTD_MKFSUBIFS=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_MTD_MTDPART=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_NTFS_3G=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_NTFS_3G_NTFSPROGS=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_FREESCALE_IMX=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_IMX_UUC=y&lt;/P&gt;&lt;P&gt;BR2_PACKAGE_PARTED=y&lt;/P&gt;&lt;P&gt;BR2_TARGET_ROOTFS_CPIO=y&lt;/P&gt;&lt;P&gt;BR2_TARGET_ROOTFS_CPIO_GZIP=y&lt;/P&gt;&lt;P&gt;BR2_TARGET_ROOTFS_CPIO_UIMAGE=y&lt;/P&gt;&lt;P&gt;# BR2_TARGET_ROOTFS_TAR is not set&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 14:51:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mfgtool-with-Buildroot-how-to-question/m-p/467288#M73722</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2016-04-21T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: mfgtool with Buildroot - how to question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mfgtool-with-Buildroot-how-to-question/m-p/467289#M73723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an example, just download some of the MFGtool packages, e.g. the following one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fwebapp%2FDownload%3FcolCode%3DIMX6_L3.14.52_MFG_TOOL%26appType%3Dlicense%26location%3Dnull%26Parent_nodeId%3D1337723891654732089522%26Parent_pageType%3Dproduct%26Parent_nodeId%3D1337723891654732089522%26Parent_pageType%3Dproduct" rel="nofollow" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=IMX6_L3.14.52_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337723891654732089522&amp;amp;Parent_pageType=product&amp;amp;Parent_nodeId=1337723891654732089522&amp;amp;Parent_pageType=product&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should contain all required scripts/documentation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Artur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 09:36:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mfgtool-with-Buildroot-how-to-question/m-p/467289#M73723</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2016-04-22T09:36:30Z</dc:date>
    </item>
  </channel>
</rss>

