Hi Dave,
Hmm, I was just trying to follow the instructions in the roach nfs guide,
which says to create a directory named etch to put the root file system. I
probably renamed the directory to etch. Will that matter? It is the
correct file system--just a different directory name.
However, I fixed the problem with loading the wrong uImage, and it now
boots to the point where I get this output:
Sending DHCP requests ., OK
IP-Config: Got DHCP answer from 192.100.16.206, my address is 192.168.24.121
IP-Config: Complete:
device=eth0, addr=192.168.24.121, mask=255.255.255.0, gw=192.168.24.1
host=roach1.solar.pvt, domain=solar.pvt solar.ovro.caltech.edu,
nis-domain=(none)
bootserver=192.100.16.206, rootserver=192.100.16.206,
rootpath=/srv/roach2_boot/etch
nameserver0=192.100.16.2, nameserver1=192.168.9.15
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6
Please append a correct "root=" boot option; here are the available
partitions:
1f00 4096 mtdblock0 (driver?)
1f01 65536 mtdblock1 (driver?)
1f02 49152 mtdblock2 (driver?)
1f03 11264 mtdblock3 (driver?)
1f04 256 mtdblock4 (driver?)
1f05 512 mtdblock5 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(2,0)
Rebooting in 180 seconds..
So indeed the file system may not be right. Still working on it...
Regards,
Dale
On Thu, Jun 6, 2013 at 3:50 PM, David MacMahon <[email protected]>wrote:
> Hi, Dale and Nimish,
>
> In addition to running an older kernel as others have pointed out, I think
> you might also be using an older root file system:
>
> On Jun 5, 2013, at 5:59 PM, Nimish Sane wrote:
>
> > Kernel command line: console=ttyS0,115200 root=/dev/nfs
> rootpath=192.100.16.206:/srv/roach2_boot/etch ip=dhcp
>
> Having the rootpath end with "etch" suggests that you are using a root
> file system based on Debian "Etch", which used for ROACH1. The ROACH2
> filesystem is now based on Debian "Squeeze".
>
> Hope this helps,
> Dave
>
>