<?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 Console UART To Application UART RS232 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Console-UART-To-Application-UART-RS232/m-p/284734#M33335</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; we are using mx28, in our board, we have one rs232 port (console port).&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we like to use for application purpose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after&amp;nbsp; login, how to use the the console UART to application UART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 06:36:04 GMT</pubDate>
    <dc:creator>admin</dc:creator>
    <dc:date>2014-01-03T06:36:04Z</dc:date>
    <item>
      <title>Console UART To Application UART RS232</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Console-UART-To-Application-UART-RS232/m-p/284734#M33335</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; we are using mx28, in our board, we have one rs232 port (console port).&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we like to use for application purpose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after&amp;nbsp; login, how to use the the console UART to application UART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 06:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Console-UART-To-Application-UART-RS232/m-p/284734#M33335</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2014-01-03T06:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Console UART To Application UART RS232</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Console-UART-To-Application-UART-RS232/m-p/284735#M33336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Serial console can be extremely convenient if you need to access your imx28-board when it is not connected to a monitor and network remote access is not available.&lt;/P&gt;&lt;P&gt; If you intend to use the serial port for a software application running on the IMX28- board, there is a bit of configuration required to disable the console from using this port. By default, the serial port is configured as a console port for interacting with the Linux os shell. The following steps will guide you through disabling the port from console access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Step1:&lt;/STRONG&gt; while passing bootargs env variable to uboot, edit console parameter from “&lt;STRONG&gt;console=ttymxc1” &lt;/STRONG&gt;to&lt;STRONG&gt; “console=tty1”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 2: &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;--&amp;gt; if you are usnig Buildroot, openembedded, yocto, Debian based root filesystem means comment following line in “etc/inittab” file,&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;EM&gt;T0:23:respawn:/sbin/getty -L ttymxc1 115200 vt100 &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;BR /&gt; --&amp;gt; if you are using ltib based root file system means add following lines at starting line &lt;SUP&gt; &lt;/SUP&gt;in “&lt;STRONG&gt;etc/rc.d/rc_mxc.S&lt;/STRONG&gt;” file,&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;BR /&gt; &lt;EM&gt;if grep -sq tty1 /proc/cmdline; then &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /sbin/getty -L tty1 115200 vt100 &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;EM&gt;fi &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;STRONG&gt;&lt;EM&gt;Thanks &amp;amp; Regards,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;&lt;STRONG&gt;&lt;EM&gt;RAY BIZ Tech.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 10:01:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Console-UART-To-Application-UART-RS232/m-p/284735#M33336</guid>
      <dc:creator>Raybiztech</dc:creator>
      <dc:date>2014-01-07T10:01:14Z</dc:date>
    </item>
  </channel>
</rss>

