<?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>i.MX ProcessorsのトピックRe: iMX53 linux 2.6.8, serial console problem</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250497#M22756</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 add in kernel option for kernel low level debug and also early printk. But this doesn't change the behavior at boot.&lt;/P&gt;&lt;P&gt;Would you like I join my .config file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordially&lt;/P&gt;&lt;P&gt;Cyril&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2013 12:59:46 GMT</pubDate>
    <dc:creator>cyrilcrocquesel</dc:creator>
    <dc:date>2013-04-04T12:59:46Z</dc:date>
    <item>
      <title>iMX53 linux 2.6.8, serial console problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250494#M22753</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;For accessing max98088 driver, i try to update my iMX53 QSB from a linux 2.6.35.3 to a linux 2.6.38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do it I've changed my setting in ltib to use a 2.6.38 linux. I update the source by downloading the last release (12.01.01).&lt;/P&gt;&lt;P&gt;It compiled successfully but, at runtime, I lose my serial console (UART 1) after "Uncompressing kernel... done, booting the kernel.".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To upload the new rootfs and uImage, I use MfgTool with the same config as before (I just changed rootfs.tar.bz2 and uImage).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordially&lt;/P&gt;&lt;P&gt;Cyril CROCQUESEL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 15:24:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250494#M22753</guid>
      <dc:creator>cyrilcrocquesel</dc:creator>
      <dc:date>2013-04-03T15:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: iMX53 linux 2.6.8, serial console problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250495#M22754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've made a mistake, the uImage was not the good one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No I get the next error : bad command from bootm. And I arrived on a prompt : "MX53-LOCO-BIN&amp;gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will make some test tomorrow And give the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordially&lt;/P&gt;&lt;P&gt;Cyril&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Updated at 04/04/2013 9:36 (GMT+1) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I success to boot the kernel with the following command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MX53-LOCO U-Boot &amp;gt; setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'&lt;/P&gt;&lt;P&gt;MX53-LOCO U-Boot &amp;gt; setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcdi1fb:GBR24,VGA-XGA di1_primary vga'&lt;/P&gt;&lt;P&gt;MX53-LOCO U-Boot &amp;gt; setenv bootcmd_mmc 'run bootargs_base &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;bootargs_mmc;mmc dev 0;mmc read ${loadaddr} 0x800 0x1800;bootm'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MX53-LOCO U-Boot &amp;gt; setenv bootcmd 'run bootcmd_mmc'&lt;/P&gt;&lt;P&gt;MX53-LOCO U-Boot &amp;gt; saveenv&lt;/P&gt;&lt;P&gt;MX53-LOCO U-Boot &amp;gt; run bootcmd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have again no more information in the serial console after this message :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Uncompressing kernel... done, booting the kernel."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The kernel start, at least, until the VGA start-up. (I can display the linux logo on the screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordially,&lt;/P&gt;&lt;P&gt;Cyril&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 16:03:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250495#M22754</guid>
      <dc:creator>cyrilcrocquesel</dc:creator>
      <dc:date>2013-04-03T16:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: iMX53 linux 2.6.8, serial console problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250496#M22755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cyril,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have enabled kernel output? Maybe your kernel is on a quiet boot. You can change the settings by modifying "menuconfig -&amp;gt; kernel hacking"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaTT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 08:50:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250496#M22755</guid>
      <dc:creator>matthiasniederm</dc:creator>
      <dc:date>2013-04-04T08:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: iMX53 linux 2.6.8, serial console problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250497#M22756</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 add in kernel option for kernel low level debug and also early printk. But this doesn't change the behavior at boot.&lt;/P&gt;&lt;P&gt;Would you like I join my .config file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordially&lt;/P&gt;&lt;P&gt;Cyril&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 12:59:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250497#M22756</guid>
      <dc:creator>cyrilcrocquesel</dc:creator>
      <dc:date>2013-04-04T12:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: iMX53 linux 2.6.8, serial console problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250498#M22757</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 find the solution :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMX serial support was not selected in kernel option&lt;/P&gt;&lt;P&gt;also console on IMX serial port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have an other problem but this one is solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Cyril&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 13:15:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-linux-2-6-8-serial-console-problem/m-p/250498#M22757</guid>
      <dc:creator>cyrilcrocquesel</dc:creator>
      <dc:date>2013-04-04T13:15:32Z</dc:date>
    </item>
  </channel>
</rss>

