On Freitag, 5. März 2010, Suresh Kumar wrote: > >Now check the ABI of the kernel, use > >"ptxdist menuconfig kernel" (which will start the kernel's menuconfig). > > -> Kernel Features > > -> Use the ARM EABI to compile the kernelRecompile your Kernel > > with: "ptxdist go" > > Thanks. I am able to cross this. But still i am not able to get the prompt. > something wrong in the init scripts.
You should first check, why 'udev: fails > udev > failed That's why there are no devicenodes in your dev/ directory. And that's why 'getty' cannot open a '/dev/ttyAMA0' device node....and terminates immediately. The message is coming from the 'init' process because it tries to start 'getty' again and again. > BOOTUP LOGS: > > VFS: Mounted root (nfs filesystem) on device > 0:13. > Freeing init memory: > 124K > init started: BusyBox v1.15.2 (2010-03-04 21:10:29 > BDST) > starting pid 322, tty '/dev/console': > '/etc/init.d/rcS' > mounting filesystems.../etc/init.d/rcS: line 13: can't create /dev/null: No > sucs > done. Are you using NFS root? Are the three main devicenodes 'null', 'zero' and 'console' present? jbe -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
