Hi <br>Finally i got the prompt,<br>the problem was in toolchain.I compiled the busybox and kernel with other new toolchain and made the ramdisk filesystem.Than i got the prompt.<br><br>Regards<br><br>Nitin<br><br><div class="gmail_quote">
On Fri, Jul 30, 2010 at 8:55 PM, Martin Fuzzey <span dir="ltr">&lt;<a href="mailto:mfuzzey@gmail.com">mfuzzey@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
On Fri, Jul 30, 2010 at 12:40 PM, nitin vishnoi &lt;<a href="mailto:nitvishnoi@gmail.com">nitvishnoi@gmail.com</a>&gt; wrote:<br>
&gt; Hi now i am able the uart info also.Bu stil not getting the prompt.<br>
&gt; and getting the following log.<br>
&gt;<br>
&gt; Starting kernel ...<br>
&gt;<br>
&gt;<br>
&gt; Uncompressing<br>
&gt; Linux......................................................................<br>
&gt; done, booting the kernel.<br>
&gt; Linux version 2.6.31.14 (root@ubntu-desktop) (gcc version 4.1.2) #34 Fri Jul<br>
&gt; 30 15:33:38 IST 2010<br>
&gt; CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177<br>
&gt; CPU: VIVT data cache, VIVT instruction cache<br>
&gt; Kernel command line: root=/dev/ram initrd=0x30800000,8M ramdisk=24576<br>
&gt; init=/sbin/init console=ttySAC3,115200 mem=64M<br>
&gt; RAMDISK: gzip image found at block 0<br>
&gt; EXT2-fs warning: maximal mount count reached, running e2fsck is recommended<br>
&gt; VFS: Mounted root (ext2 filesystem) on device 1:0.<br>
&gt; Freeing init memory: 88K<br>
&gt; Kernel panic - not syncing: Attempted to kill init!<br>
&gt;<br>
<br>
Looks like the init process is terminating unexpectedly.<br>
What&#39;s /sbin/init for you?<br>
How is it compiled? (could it be a OABI / EABI issue?)<br>
<br>
What happens if you try booting with  init=/bin/sh   ?<br>
or try using a script like this as init<br>
<br>
#! /bin/sh<br>
echo &quot;Test stdout&quot;<br>
echo &quot;Test console&quot; &gt; /dev/console<br>
echo &quot;Test tty1&quot; &gt; /dev/tty1<br>
/bin/ls -l /dev &gt; /dev/tty1<br>
<br>
Cheers,<br>
<font color="#888888">Martin<br>
</font></blockquote></div><br>