First time user of OpenWRT on Soekris 5501. The kernel boots and mounts the root file system over NFS. Thereafter the console stops responding. Any ideas on where to begin debugging ( I am compiling busybox with debug flags enabled)?
Ping works between the eth0 interface (through which NFS was mounted) and the NFS server (same as the PXE boot server). It definitely is an issue with the root file system because if I point the kernel to a different root file system (built for a different soekris box) the whole stuff comes up to the login prompt and everything is alright.
The file system that worked was built with buildroot, and the one that does not work is from OpenWRT 8.09.
I tar-gzip the file system on the build-machine, copy it over to the NFS server, gunzip/untar it.
CPU on Soekris 5501 is "CPU Geode LX 500 Mhz".
Screendump: last few lines on console:
IP-Config: Complete:
device=eth0, myaddr=10.0.0.101, mask=255.0.0.0, gw=255.255.255.255,
host=10.0.0.101, domain=mshome.net, nis-domain=(none),
bootserver=10.0.0.1, rootserver=10.0.0.1, rootpath=
Looking up port of RPC 100003/2 on 10.0.0.1
Looking up port of RPC 100005/1 on 10.0.0.1
VFS: Mounted root (nfs filesystem).
Freeing unused kernel memory: 172k freed
Please be patient, while OpenWrt loads ...
Console hangs after the last message about OpenWrt loading. I was patient for more than two hours.
thanks!