<?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: LPUART2 hangs in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1281371#M174464</link>
    <description>&lt;P&gt;may be recommended latest Linux 5.10.9_1.0.0 kernel and rebuild all image from scratch&lt;/P&gt;
&lt;P&gt;using all components (like SCFW Porting Kit​ 1.8.0) as described in&amp;nbsp; &lt;A style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/docs/en/release-note/IMX_LINUX_RELEASE_NOTES.pdf" target="_blank" rel="noopener"&gt;i.MX Linux Release Notes&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
    <pubDate>Tue, 25 May 2021 00:40:16 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2021-05-25T00:40:16Z</dc:date>
    <item>
      <title>LPUART2 hangs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1277550#M174134</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on a custom board with i.MX8 Quad Max and kernel 5.4.24. I am using a device tree that is almost identical to the one of mek.&lt;/P&gt;&lt;P&gt;When i do "echo a &amp;gt; /dev/ttyLP0", it works and return succesfully or ttyLP0, ttyLP1, ttyLP3. When i try with ttyLP2, it hangs until i press Ctrl-C. No activity is visible with the oscilloscope.&lt;/P&gt;&lt;P&gt;The only change is the pinctrl:&lt;/P&gt;&lt;P&gt;fsl,pins = &amp;lt;&lt;BR /&gt;IMX8QM_LVDS0_I2C1_SDA_DMA_UART2_RX 0x06000021 /* INOUT, pull-up, low drive strength */&lt;BR /&gt;IMX8QM_LVDS0_I2C1_SCL_DMA_UART2_TX 0x06000021 /* INOUT, pull-up, low drive strength */&lt;BR /&gt;&amp;gt;;&lt;/P&gt;&lt;P&gt;Does ttyLP2 work out of the box or there should be some modification?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 10:33:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1277550#M174134</guid>
      <dc:creator>lorenzo_giraudi</dc:creator>
      <dc:date>2021-05-17T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART2 hangs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1277819#M174153</link>
      <description>&lt;P&gt;Hi Lorenzo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;uart2 may be used by M4 in SDK_MEK-MIMX8QM available on&amp;nbsp; &lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;One can try to move uart2 to A53 partition using example on below link, sect. "Modifying default configuration" :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Resource-management-service/ta-p/1123227" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Resource-management-service/ta-p/1123227&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 00:41:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1277819#M174153</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-05-18T00:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART2 hangs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1278068#M174187</link>
      <description>&lt;P&gt;Thank you Igor,&lt;/P&gt;&lt;P&gt;I read it and it is a possibility. I have only one doubt: it looks like the SCUFW does that partitioning only if the boot image has been built with&lt;/P&gt;&lt;PRE&gt;-flags 0x00200000 &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;inside the imx mkimage.&lt;/P&gt;&lt;P&gt;I am building with Yocto (zeus, kernel version 5.4.24). There, imx-boot.bb does not look like it is building with that flag enabled. Can you confirm me this? Because if the flag is not present, the modification to the SCUFW is useless.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 08:08:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1278068#M174187</guid>
      <dc:creator>lorenzo_giraudi</dc:creator>
      <dc:date>2021-05-18T08:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART2 hangs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1278096#M174195</link>
      <description>&lt;P&gt;I have checked and i am compiling the "flash" target, so it executes this:&lt;/P&gt;&lt;PRE&gt;./&lt;SPAN class="k"&gt;$(&lt;/SPAN&gt;MKIMG&lt;SPAN class="k"&gt;)&lt;/SPAN&gt; -soc QM -rev B0 -append &lt;SPAN class="k"&gt;$(&lt;/SPAN&gt;AHAB_IMG&lt;SPAN class="k"&gt;)&lt;/SPAN&gt; -c -scfw scfw_tcm.bin -ap u-boot-atf.bin a53 0x80000000 -out flash.bin&lt;/PRE&gt;&lt;P&gt;So there is no -flag option.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 08:43:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1278096#M174195</guid>
      <dc:creator>lorenzo_giraudi</dc:creator>
      <dc:date>2021-05-18T08:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART2 hangs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1278107#M174200</link>
      <description>&lt;P&gt;I also saw that on newer kernel version, the DMA channels of uarts have been changed. Was it wrong?&lt;/P&gt;&lt;P&gt;I tried replicating the changes but it did not work.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 08:55:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1278107#M174200</guid>
      <dc:creator>lorenzo_giraudi</dc:creator>
      <dc:date>2021-05-18T08:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART2 hangs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1281371#M174464</link>
      <description>&lt;P&gt;may be recommended latest Linux 5.10.9_1.0.0 kernel and rebuild all image from scratch&lt;/P&gt;
&lt;P&gt;using all components (like SCFW Porting Kit​ 1.8.0) as described in&amp;nbsp; &lt;A style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/docs/en/release-note/IMX_LINUX_RELEASE_NOTES.pdf" target="_blank" rel="noopener"&gt;i.MX Linux Release Notes&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 00:40:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LPUART2-hangs/m-p/1281371#M174464</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-05-25T00:40:16Z</dc:date>
    </item>
  </channel>
</rss>

