<?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: imx93 | setting LPUART baudrate in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008334#M231611</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229463"&gt;@sbmd_1234&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try adding the property&amp;nbsp;&lt;STRONG&gt;current-speed = &amp;lt;115200&amp;gt;;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;to your device tree.&lt;/P&gt;
&lt;P&gt;If that doesn't work please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2024 16:11:38 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2024-12-05T16:11:38Z</dc:date>
    <item>
      <title>imx93 | setting LPUART baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008026#M231588</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have configured the LPUART2 configuration in the dts file and I am also getting the ttyLP1 file created successfully, but I want to change its baud rate.&lt;BR /&gt;&lt;BR /&gt;It is currently set to BR 9600 but I want to change it to 115200 how can I do this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOGS:&lt;/STRONG&gt;&lt;BR /&gt;root@imx93-11x11-lpddr4x-evk:~# stty -F /dev/ttyLP1&lt;BR /&gt;speed &lt;STRONG&gt;9600&lt;/STRONG&gt; baud; line = 0;&lt;BR /&gt;-brkint -imaxbel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 09:19:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008026#M231588</guid>
      <dc:creator>sbmd_1234</dc:creator>
      <dc:date>2024-12-05T09:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 | setting LPUART baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008299#M231607</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229463"&gt;@sbmd_1234&lt;/a&gt;!&lt;BR /&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the next command to set the baudrate to 115200:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;stty -F /dev/ttyLP1 115200&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 15:02:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008299#M231607</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-12-05T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 | setting LPUART baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008325#M231609</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I don't want to do it manually using any user space command I want to configure it as by default baud rate. After boot, the baud rate should be 115200.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 15:55:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008325#M231609</guid>
      <dc:creator>sbmd_1234</dc:creator>
      <dc:date>2024-12-05T15:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 | setting LPUART baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008334#M231611</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229463"&gt;@sbmd_1234&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try adding the property&amp;nbsp;&lt;STRONG&gt;current-speed = &amp;lt;115200&amp;gt;;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;to your device tree.&lt;/P&gt;
&lt;P&gt;If that doesn't work please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 16:11:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008334#M231611</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-12-05T16:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 | setting LPUART baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008344#M231612</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Already tried adding this in dts but that didn't work. Please tell me any alternate solution for this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 16:19:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008344#M231612</guid>
      <dc:creator>sbmd_1234</dc:creator>
      <dc:date>2024-12-05T16:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 | setting LPUART baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008370#M231613</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229463"&gt;@sbmd_1234&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will be go deeper into it, the configuration can be done in device tree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The fastest solution for this problem can be solved creating a service.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Create the service:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;nano /etc/systemd/system/LPUART_CONFIG.service&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Save the next content in the file:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Unit]
Description="LPUART CONFIG"
[Service]
ExecStart=stty -F /dev/ttyLP1 115200
[Install]
WantedBy=multi-user.target&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Enable the script in the startup/boot sequence following the&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;command:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;systemctl enable LPUART_CONFIG.service&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and reboot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that every time the LPUART should be configured in the correct baudrate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 16:42:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008370#M231613</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-12-05T16:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 | setting LPUART baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008397#M231614</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229463"&gt;@sbmd_1234&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Follow the instructions that I provide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I implemented the service and it works by my side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 17:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008397#M231614</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-12-05T17:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 | setting LPUART baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008417#M231615</link>
      <description>&lt;P&gt;Thanks for your support!&lt;BR /&gt;&lt;BR /&gt;I will check by my side also and let you know.&lt;BR /&gt;&lt;BR /&gt;meanwhile please let me know if this could be done through the device tree file also.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 17:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2008417#M231615</guid>
      <dc:creator>sbmd_1234</dc:creator>
      <dc:date>2024-12-05T17:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 | setting LPUART baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2009748#M231702</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Thanks the service worked for me.&lt;BR /&gt;&lt;BR /&gt;If It is also possible to change the baudrate from device tree then please let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks for your support!!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 06:29:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-setting-LPUART-baudrate/m-p/2009748#M231702</guid>
      <dc:creator>sbmd_1234</dc:creator>
      <dc:date>2024-12-09T06:29:09Z</dc:date>
    </item>
  </channel>
</rss>

