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"><<a href="mailto:mfuzzey@gmail.com">mfuzzey@gmail.com</a>></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 <<a href="mailto:nitvishnoi@gmail.com">nitvishnoi@gmail.com</a>> wrote:<br>
> Hi now i am able the uart info also.Bu stil not getting the prompt.<br>
> and getting the following log.<br>
><br>
> Starting kernel ...<br>
><br>
><br>
> Uncompressing<br>
> Linux......................................................................<br>
> done, booting the kernel.<br>
> Linux version 2.6.31.14 (root@ubntu-desktop) (gcc version 4.1.2) #34 Fri Jul<br>
> 30 15:33:38 IST 2010<br>
> CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177<br>
> CPU: VIVT data cache, VIVT instruction cache<br>
> Kernel command line: root=/dev/ram initrd=0x30800000,8M ramdisk=24576<br>
> init=/sbin/init console=ttySAC3,115200 mem=64M<br>
> RAMDISK: gzip image found at block 0<br>
> EXT2-fs warning: maximal mount count reached, running e2fsck is recommended<br>
> VFS: Mounted root (ext2 filesystem) on device 1:0.<br>
> Freeing init memory: 88K<br>
> Kernel panic - not syncing: Attempted to kill init!<br>
><br>
<br>
Looks like the init process is terminating unexpectedly.<br>
What'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 "Test stdout"<br>
echo "Test console" > /dev/console<br>
echo "Test tty1" > /dev/tty1<br>
/bin/ls -l /dev > /dev/tty1<br>
<br>
Cheers,<br>
<font color="#888888">Martin<br>
</font></blockquote></div><br>