<?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: imx6ull Mfg image issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824992#M126839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it is different, as described in sect.6.2 Manufacturing Tool, MFGTool&lt;/P&gt;&lt;P&gt;attached Yocto Guide&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 built by using the&lt;BR /&gt;imx_v7_defconfig. This is handled automatically by the MFGTool recipes listed above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for mfg tool commands one can look in documentation in /Document folder&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://www.nxp.com/webapp/Download?colCode=IMX6_L4.9.11_1.0.0_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="https://www.nxp.com/webapp/Download?colCode=IMX6_L4.9.11_1.0.0_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;https://www.nxp.com/webapp/Download?colCode=IMX6_L4.9.11_1.0.0_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2018 00:19:25 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-10-11T00:19:25Z</dc:date>
    <item>
      <title>imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824987#M126834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have build a platform using iMX6ULL where we are using UART5 as the debug console port. We are now in the process of creating a partition in the eMMC device. As part of this, we wanted to use Mfgtool to partition the eMMC device. So we first changed the u-boot sources which comes as part of Freescale Manufacturing tool to map the debug port from UART1 to UART5. Now when we try to use the Mfgtool , we see u-boot logs getting printed into our console. We also see the message "Starting kernel..." . But after this, nothing is coming to the debug console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that this may be because we are using a .dtb file which came with the Mfgtool and i decoded the dtb file and found the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chosen {&lt;BR /&gt; stdout-path = "/soc/aips-bus@02000000/spba-bus@02000000/serial@02020000";&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;serial@02020000 {&lt;BR /&gt; compatible = "fsl,imx6ul-uart", "fsl,imx6q-uart", "fsl,imx21-uart";&lt;BR /&gt; reg = &amp;lt;0x2020000 0x4000&amp;gt;;&lt;BR /&gt; interrupts = &amp;lt;0x0 0x1a 0x4&amp;gt;;&lt;BR /&gt; clocks = &amp;lt;0x1 0xbd 0x1 0xbe&amp;gt;;&lt;BR /&gt; clock-names = "ipg", "per";&lt;BR /&gt; status = "okay";&lt;BR /&gt; pinctrl-names = "default";&lt;BR /&gt; pinctrl-0 = &amp;lt;0xa&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i changed the contents from the above to the following and tried to use Mfgtool again. But again i dont see anything coming to the console. So can someone help me in having the right settings for UART5 here ? Also any documentation on how to decode the following property will be really useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serial@02020000 {&lt;BR /&gt;compatible = "fsl,imx6ul-uart", "fsl,imx6q-uart", "fsl,imx21-uart";&lt;BR /&gt;reg = &amp;lt;0x21f4000 0x4000&amp;gt;;&lt;BR /&gt;interrupts = &amp;lt;0x0 0x1a 0x4&amp;gt;;&lt;BR /&gt;clocks = &amp;lt;0x1 0xbd 0x1 0xbe&amp;gt;;&lt;BR /&gt;clock-names = "ipg", "per";&lt;BR /&gt;status = "okay";&lt;BR /&gt;pinctrl-names = "default";&lt;BR /&gt;pinctrl-0 = &amp;lt;0xa&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate a response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Biju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824987#M126834</guid>
      <dc:creator>bijunair</dc:creator>
      <dc:date>2018-10-04T11:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824988#M126835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for new board it is necessary to run ddr test&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-105652"&gt;i.MX6/7 DDR Stress Test Tool V2.92&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and rebuild mfg tool firmware (files in /firmware folder) with new calibration&lt;/P&gt;&lt;P&gt;coefficients put in uboot/../mx6ullevk/imximage.cfg, use sect.6.2 Manufacturing Tool, MFGTool&lt;/P&gt;&lt;P&gt;attached Yocto Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Thu, 04 Oct 2018 23:56:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824988#M126835</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-10-04T23:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824989#M126836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already did that and only after doing that i was able to make u-boot come up. Now, u-boot is working good and it is&amp;nbsp; jumping to the kernel after loading the dtb and kernel image. But once kernel starts loading, i don't see anything in the console, even though i have modified the .dtb file to change the debug console to uart5. I am attaching my .dts file here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Biju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 05:49:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824989#M126836</guid>
      <dc:creator>bijunair</dc:creator>
      <dc:date>2018-10-05T05:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824990#M126837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is board ddr memory size, if it less than on i.mx reference boards&lt;/P&gt;&lt;P&gt;one can try to decrease cma size (kernel boot parameter cma=nn).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 23:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824990#M126837</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-10-05T23:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824991#M126838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My board has around 1 GB of DDR3 memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A couple of questions. Appreciate, if you can clear my following queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is the kernel of Manufacturing tool different from the regular kernel ?&lt;/P&gt;&lt;P&gt;2. Can i change the debug console of Manufacturing tool kernel using device tree or is it hard coded in the manufacturing image ?&lt;/P&gt;&lt;P&gt;3. In the manufacturing image script, i see lot of "push" commands, which gets executed in the target. Is there a "pull" by which i can run some command in the target and get the output on my PC where i am running the manufacturing tool ?&lt;/P&gt;&lt;P&gt;4. I have changed only my device tree to reflect the debug console port as follows. I hope this is good enough for the manufacturing kernel to make out that the debug port is on uart5. Kindly correct me, if i am wrong here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; chosen {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; stdout-path = &amp;amp;uart5;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Biju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 13:36:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824991#M126838</guid>
      <dc:creator>bijunair</dc:creator>
      <dc:date>2018-10-10T13:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824992#M126839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it is different, as described in sect.6.2 Manufacturing Tool, MFGTool&lt;/P&gt;&lt;P&gt;attached Yocto Guide&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 built by using the&lt;BR /&gt;imx_v7_defconfig. This is handled automatically by the MFGTool recipes listed above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for mfg tool commands one can look in documentation in /Document folder&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://www.nxp.com/webapp/Download?colCode=IMX6_L4.9.11_1.0.0_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="https://www.nxp.com/webapp/Download?colCode=IMX6_L4.9.11_1.0.0_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;https://www.nxp.com/webapp/Download?colCode=IMX6_L4.9.11_1.0.0_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 00:19:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824992#M126839</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-10-11T00:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824993#M126840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it good enough to change the device tree file while using the manufacturing tool which is being supplied by NXP for me to change my default debug port mapping ? I am not able to understand why i need to rebuild the manufacturing image as i was under the impression that the manufacturing tool will pick all the device mappings from the device tree files. Is my understanding incorrect ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for asking such silly question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Biju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 03:30:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824993#M126840</guid>
      <dc:creator>bijunair</dc:creator>
      <dc:date>2018-10-11T03:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824994#M126841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hi Igor,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;My apologies for not explaining it properly.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;My issue is, i am not able to use the manufacturing tool properly. I see that the manufacturing image comes with a bunch of the following files.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;1. One Linux kernel image&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;2. u-boot image(s)&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;3. .dtb file(s)&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;4. One ramfs files&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;So when i used these files "as is" without any modification, i found that nothing was coming to the console. Later i rebuild the u-boot image to map the debug port from UART1 to UART5 and then overwritten the u-boot image from the manufacturing package and used the custom u-boot image while using the Mfgtool2 application. Now i can see the debug outputs generated by u-boot and i see that it is trying to do a jump to the manufacturing tool provided kernel. This made sense to me as the u-boot which i am using in the Mfgtool is my custom u-boot image where i have already changed the mapping from UART1 to UART5.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Then i changed the .dtb file which is being used by the Mfgtool as i see that the .dtb file was using UART1 as debug port. So i changed the corresponding DTS file to map UART5 as debug port and compiled it and overwrote the .dtb file in Mfgtool2 as i thought that now the Mfgtool2 kernel will pick the correct .dtb file and i should see manufacturing kernel generating logs into my debug console. But even after i changed the .dtb file,&amp;nbsp; i don't see anything coming to the console. Please note that i am using Mfgtool provided kernel unchanged. So the only change is, i am using my u-boot image and my .dtb file with NXP's Mfgtool provided kernel and ramfs.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;So the doubt which i have is, do i still have to rebuild the Mfgtool provided kernel ? Because i thought that if i modify the .dtb file, i can still use the same Mfgtool provided kernel as that kernel should be in a position to load the .dtb file and i should see the logs in my console. Is my understanding correct or am i missing something here ?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Appreciate a response and apologies for sending such a big mail.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Regards, Biju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 05:15:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824994#M126841</guid>
      <dc:creator>bijunair</dc:creator>
      <dc:date>2018-10-11T05:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824995#M126842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Is it good enough to change the device tree file while using the manufacturing tool&lt;/P&gt;&lt;P&gt;&amp;gt;which is being supplied by NXP for me to change my default debug port mapping ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not think so. Also one can look in uboot/include/configs/mx6ullevk.h for "console"&lt;/P&gt;&lt;P&gt;definitions (#define CONFIG_MFG_ENV_SETTINGS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 06:43:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824995#M126842</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-10-12T06:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824996#M126843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to make some progress. I made some changes to the esdhc pin mapping in the device tree and now the mfgtool is able to flash the image into the eMMC device.&lt;/P&gt;&lt;P&gt;I still have the issue with the debug console port. One quick clarification.&lt;/P&gt;&lt;P&gt;1. Does the Mfgtool kernel, hard code the debug console port or will it pick it up from the device tree that u-boot is passing while booting the kernel ?&lt;/P&gt;&lt;P&gt;Regards, Biju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 07:07:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824996#M126843</guid>
      <dc:creator>bijunair</dc:creator>
      <dc:date>2018-10-12T07:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824997#M126844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mfg tool is running small linux image, so debug console port is defined&lt;/P&gt;&lt;P&gt;as in ordinary linux, passing from u-boot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2018 05:39:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824997#M126844</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-10-13T05:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull Mfg image issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824998#M126845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the advice. I am able to bringup the console now. I also see&amp;nbsp;&amp;nbsp;("community.nxp.com/thread/468696" ) this issue in the official code. Seems like this is not yet committed into the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Biju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2018 12:38:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-Mfg-image-issue/m-p/824998#M126845</guid>
      <dc:creator>bijunair</dc:creator>
      <dc:date>2018-10-13T12:38:38Z</dc:date>
    </item>
  </channel>
</rss>

