<?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 imx6 uart module clock in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378213#M54273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on Imx6 with Linux Kernel and what we require is the wanted to the debug uart to work at 4Mbps but the baudrate given defaultly is&amp;nbsp; 115200 . In reference to i.MX 6Dual/6Quad Applications Processor Reference Manual, Rev. 2, 06/2014.it was found that in order to change the baudrate the module clock must be change according to reference clock but not able to locate the module clock value or the reference clock value for Uart in u-boot level.so if anyone know how to configure the Uart please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 10:25:00 GMT</pubDate>
    <dc:creator>deepanrajanbara</dc:creator>
    <dc:date>2014-08-25T10:25:00Z</dc:date>
    <item>
      <title>imx6 uart module clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378213#M54273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on Imx6 with Linux Kernel and what we require is the wanted to the debug uart to work at 4Mbps but the baudrate given defaultly is&amp;nbsp; 115200 . In reference to i.MX 6Dual/6Quad Applications Processor Reference Manual, Rev. 2, 06/2014.it was found that in order to change the baudrate the module clock must be change according to reference clock but not able to locate the module clock value or the reference clock value for Uart in u-boot level.so if anyone know how to configure the Uart please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 10:25:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378213#M54273</guid>
      <dc:creator>deepanrajanbara</dc:creator>
      <dc:date>2014-08-25T10:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: imx6 uart module clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378214#M54274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You first can try to change the next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;/include/configs/mx6sabre_common.h&amp;nbsp;&amp;nbsp; :#define CONFIG_BAUDRATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;115200&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be probable that you might need to change the clock source of the module. But first try this change.&lt;/P&gt;&lt;P&gt;Please let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 19:32:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378214#M54274</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2014-08-28T19:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: imx6 uart module clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378215#M54275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Actually i changed&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define CONFIG_BAUDRATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;4000000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;But for 4000000 baudrate do i need to change the register value.when i run with this u-boot the terminal comes with junk characters in teraterm with baudrate 115200.how do i set the baudrate in teraterm or minicom with 4000000 baudrate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou,&lt;/P&gt;&lt;P&gt;Deepanraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 06:43:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378215#M54275</guid>
      <dc:creator>deepanrajanbara</dc:creator>
      <dc:date>2014-09-01T06:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: imx6 uart module clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378216#M54276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepanraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check some fixes for high baudrates below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.spinics.net/lists/linux-serial/msg12672.html" title="http://www.spinics.net/lists/linux-serial/msg12672.html"&gt;[PATCH 0/5] serial: imx: fixes (Linux Serial)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 12:01:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378216#M54276</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-09-02T12:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: imx6 uart module clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378217#M54277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i am not able to find the patch file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 14:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-uart-module-clock/m-p/378217#M54277</guid>
      <dc:creator>deepanrajanbara</dc:creator>
      <dc:date>2014-09-02T14:44:43Z</dc:date>
    </item>
  </channel>
</rss>

