<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>I had the same problem as you.<br><br>For what its worth, here is what I added to the end of my .dts file to get my console working for a MPC8347 embedded systems<br><br>chosen {<br>&nbsp; &nbsp; &nbsp; &nbsp; linux,stdout-path = &amp;serial0;<br>};<br><br>Also, since I use uboot and not OF, I load the cuImage file instead of the uImage file<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br>thanks<br>LK<br><br><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt;">----- Original Message ----<br>From: Albrecht Dreß &lt;albrecht.dress@arcor.de&gt;<br>To: linuxppc-embedded@ozlabs.org<br>Sent: Tuesday, September 2, 2008 10:18:15 AM<br>Subject: Re: Compile new kernel for 5200B w/ ELDK<br><br>
Hi Detlev:<br><br>Am 01.09.08 16:42 schrieb(en) Detlev Zundel:<br>&gt; Use a recent kernel version.&nbsp; 2.6.26 should work out of the box&nbsp; <br>&gt; without too much hassle.&nbsp; Some of the older versions had problems&nbsp; <br>&gt; effectively stalling Linux very early without any output on the&nbsp; <br>&gt; console.<br><br>Thanks a lot for your hint, but unfortunately it doesn't solve my&nbsp; <br>problem:<br>- downloaded 2.6.26.3 from <a target="_blank" href="http://kernel.org">kernel.org</a>;<br>- called "make ARCH=powerpc CROSS_COMPILE=ppc_6xx-&nbsp; <br>52xx/lite5200b_defconfig";<br>- called "make ARCH=powerpc CROSS_COMPILE=ppc_6xx- uImage".<br><br>However, even with "console=ttyPSC0,115200 verbose panic=1" in the&nbsp; <br>bootargs, the kernel simply doesn't say /anything/ after decompression:<br><br>&lt;snip&gt;<br>=&gt; bootm<br>## Booting kernel from Legacy Image at 01000000 ...<br>&nbsp; &nbsp; Image Name:&nbsp; 
 Linux-2.6.26.3<br>&nbsp; &nbsp; Created:&nbsp; &nbsp; &nbsp; 2008-09-02&nbsp;  9:11:12 UTC<br>&nbsp; &nbsp; Image Type:&nbsp;  PowerPC Linux Kernel Image (gzip compressed)<br>&nbsp; &nbsp; Data Size:&nbsp; &nbsp; 1341904 Bytes =&nbsp; 1.3 MB<br>&nbsp; &nbsp; Load Address: 00000000<br>&nbsp; &nbsp; Entry Point:&nbsp; 00000000<br>&nbsp; &nbsp; Verifying Checksum ... OK<br>&nbsp; &nbsp; Uncompressing Kernel Image ... OK<br>&lt;/snip&gt;<br><br>Do I understand the remark in&nbsp; <br>Documentation/powerpc/booting-without-of.txt, section "The /chosen&nbsp; <br>node", correctly that it is *not* necessary to add it to the dts file&nbsp; <br>as u-boot 1.3.4 should fill it in automatically?&nbsp; Anyway, adding this&nbsp; <br>section doesn't change anything...<br><br>HELP!&nbsp; I'm really lost here...<br><br>Thanks, Albrecht.<br></div></div></div><br>



      </body></html>