i build okl4 for my pxa270 develop 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 "printk" as it output function. <br>( the function for ouputing the message i got (above) seems to be "printf" ).<br><br>so i think there are two posible causes:<br> 1. "prink" use the different way to ouput (comparing to "printf" )or
<br> Wombat re-configure UART, so the full system is working but<br> i can't see the ouput messages.<br> ( 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 option 1 occur?<br>(i'm not sure the difference between printk & printf's implementation )<br>