i build okl4 for my pxa270 develop&nbsp;board and upload the image on it.<br>but the ouput messages just stop appearing as following:<br><br><strong>OKL4 - (provider: Open Kernel Labs) built on Sep  4 2007 03:31:16 using gcc version 
3.4.4.<br>init_spaceids:125: Init spaceids 256 spaces<br><br> *****************************************<br> *  Iguana system, Copyright 1996-2006   *<br> *  ERTOS - National ICT Australia       *<br> *****************************************
<br><br>vbase is 0x1302000, vend is 0xcfffffff<br>addr is 0x1302000, vbase is 0x1302000<br>PXA25X OS Timer driver starting...<br>PXA25X wrap handler installed<br>Using FFUART.<br>Backed PXA serial</strong><br><br>the stop timming seems to be at the beginning of Wombat  which 
<br>use &quot;printk&quot; as it output function. <br>( the function for ouputing the message i got (above) seems to be &quot;printf&quot; ).<br><br>so i think there are two&nbsp;posible&nbsp;causes:<br> 1.&nbsp;&quot;prink&quot;&nbsp;use&nbsp;the&nbsp;different&nbsp;way&nbsp;to&nbsp;ouput&nbsp;(comparing to &quot;printf&quot; )or&nbsp;
<br>&nbsp;&nbsp;&nbsp;&nbsp;Wombat&nbsp;re-configure&nbsp;UART,&nbsp;so&nbsp;the&nbsp;full&nbsp;system&nbsp;is&nbsp;working&nbsp;but<br> &nbsp;&nbsp;&nbsp;&nbsp;i can&#39;t see the ouput messages.<br>&nbsp;&nbsp;&nbsp;( the required setting to connect my develop board by RS232 is 9600 8 n 1)<br><br>2. the system is really stopping due to some reasons...
<br><br>so how can i recognize which one is the actual cause of this situation?<br>will&nbsp;option 1 occur?<br>(i&#39;m not sure the difference between printk &amp; printf&#39;s implementation )<br>