<?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: uClinux and serial console in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/uClinux-and-serial-console/m-p/172838#M6523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A href="http://forums.freescale.com/../user/viewprofilepage/user-id/17266" rel="nofollow" target="_self"&gt;&lt;SPAN&gt;s4w2099 !&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm doing system VoIP, use to MCF53281. I had download&lt;/SPAN&gt; uC53281-EVM_R225-2009-AUG-19-release file. But I don't known Where is "void main"? The system is running uClinux 2.6. If you also work about this, please help me guide.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Dec 2010 18:24:58 GMT</pubDate>
    <dc:creator>hungle</dc:creator>
    <dc:date>2010-12-31T18:24:58Z</dc:date>
    <item>
      <title>uClinux and serial console</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/uClinux-and-serial-console/m-p/172837#M6522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finally got uClinux to boot on my custom hardware with a MCF5249L MPU. I am trying to get the serial console to use another default value. I need 115200 bps. I set the baud rate in the kernel options to this value (device drivers -&amp;gt; character devices -&amp;gt; serial drivers). Then compile and burn to flash but for some reason the baud rate remains at 19200.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because I am running custom hardware I also set the "core clock frequency" to 119808000 (I am using a 18.432 Mhz oscillator instead of the common 11.28 Mhz one). The core clock &amp;nbsp;divide ratio is set to 2. &amp;nbsp;I have tested my hardware many times before running simple uart test programs from the internal SRAM and everything is working great at any rate I set it to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running kernel &amp;nbsp;uClinux-dist-20101026 the 2.6.x version to be more exact. Anyone experienced with this please let me know if there is anything I am missing to get this to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 14:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/uClinux-and-serial-console/m-p/172837#M6522</guid>
      <dc:creator>s4w2099</dc:creator>
      <dc:date>2010-12-30T14:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux and serial console</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/uClinux-and-serial-console/m-p/172838#M6523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A href="http://forums.freescale.com/../user/viewprofilepage/user-id/17266" rel="nofollow" target="_self"&gt;&lt;SPAN&gt;s4w2099 !&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm doing system VoIP, use to MCF53281. I had download&lt;/SPAN&gt; uC53281-EVM_R225-2009-AUG-19-release file. But I don't known Where is "void main"? The system is running uClinux 2.6. If you also work about this, please help me guide.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 18:24:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/uClinux-and-serial-console/m-p/172838#M6523</guid>
      <dc:creator>hungle</dc:creator>
      <dc:date>2010-12-31T18:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: uClinux and serial console</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/uClinux-and-serial-console/m-p/172839#M6524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I set the baud rate in the kernel options to this value (device drivers -&amp;gt; character devices&lt;/P&gt;&lt;P&gt;&amp;gt; -&amp;gt; serial drivers). Then compile and burn to flash but for some reason the baud rate remains at 19200.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Either the code that uses that configuration isn't running or something else is setting the serial port baud rate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know anything about that embedded linux specifically, just Linux in general. I assume there's a file system and processes and startup and so-on in there somewhere. I think the "init" process usually starts up the serial ports, and uses information in /etc to initialise them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search every file in and under "/etc" on the embedded device for "19200" or "tty" and see what you can find. If the distribution has a "skeleton" for the files that end up in /etc it might be easier to search that instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise arrange for system startup to run "stty" and set the ports up how you want them with that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jan 2011 22:03:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/uClinux-and-serial-console/m-p/172839#M6524</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2011-01-01T22:03:40Z</dc:date>
    </item>
  </channel>
</rss>

