<?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: Using imx serial console. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396330#M58102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the hint. I have better behaviour concerning the key handling but the rwo/col is still 24/80 stdin/stdout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 09:47:09 GMT</pubDate>
    <dc:creator>dabrain</dc:creator>
    <dc:date>2015-09-22T09:47:09Z</dc:date>
    <item>
      <title>Using imx serial console.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396326#M58098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the ttymxc0 serial console and minicom and i'm facing some troubles with rows and cols size with stdin and stdout.&lt;/P&gt;&lt;P&gt;I found an interesting post concerning &lt;A href="http://shallowsky.com/blog/tags/embedded/" title="http://shallowsky.com/blog/tags/embedded/"&gt;Telling your Raspberry Pi that your terminal is bigger than 24 lines (Shallow Thoughts)&lt;/A&gt; but this is not working with imx.&lt;/P&gt;&lt;P&gt;For information i'm using yocto and systemd as main bootup system.&lt;/P&gt;&lt;P&gt;This is a minor issue but i guess we can get a bit more comfort using this serial port :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephane &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:08:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396326#M58098</guid>
      <dc:creator>dabrain</dc:creator>
      <dc:date>2015-09-21T09:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using imx serial console.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396327#M58099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had similar problems and ended up writing a program to query the terminal for its size.&amp;nbsp; Sources are at &lt;A href="https://github.com/madisongh/termutils"&gt;https://github.com/madisongh/termutils&lt;/A&gt;​, if you'd like to use it.&amp;nbsp; Since I use bash, I also needed to make sure that the 'checkwinsize' setting was turned on in my shell, to coax it into honoring the size recorded in the terminal driver.&amp;nbsp; So here's a snippet from the shell profile I use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i&lt;SPAN style="font-family: 'courier new', courier;"&gt;f [ -n "$BASH_VERSION" ]; then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; shopt -s checkwinsize&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;fi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if [ -n "$PS1" -a -x "/usr/bin/tsize" ]; then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; /usr/bin/tsize&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;fi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works well enough for me, as I don't dynamically resize my terminal window - I just need it set up once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 14:38:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396327#M58099</guid>
      <dc:creator>madisox</dc:creator>
      <dc:date>2015-09-21T14:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using imx serial console.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396328#M58100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to change the Terminal emulation parameter in the minicom setup to get it to use a fixed width font.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Artur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 22 Sep 2015 08:55:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396328#M58100</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2015-09-22T08:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using imx serial console.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396329#M58101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Madisox,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your code but undfortunatly its faling on my setup. Its failing at the line 46 in termio_raw.c&lt;/P&gt;&lt;P&gt;I found also this python tool which is working on rpi but not on imx6:&lt;/P&gt;&lt;P&gt;&lt;A href="http://shallowsky.com/blog/tags/embedded/" title="http://shallowsky.com/blog/tags/embedded/"&gt;Telling your Raspberry Pi that your terminal is bigger than 24 lines (Shallow Thoughts)&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:28:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396329#M58101</guid>
      <dc:creator>dabrain</dc:creator>
      <dc:date>2015-09-22T09:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using imx serial console.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396330#M58102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the hint. I have better behaviour concerning the key handling but the rwo/col is still 24/80 stdin/stdout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:47:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx-serial-console/m-p/396330#M58102</guid>
      <dc:creator>dabrain</dc:creator>
      <dc:date>2015-09-22T09:47:09Z</dc:date>
    </item>
  </channel>
</rss>

