Hi Leonid, Leonid wrote:
How do you explain this phenomena: NFS is working before chroot even if I don't specify these parameters, but fails afterwards?
It's only when you start pulling reasonable sized files across the connection that those block size parameters matter.
Now I'm trying to make uClinux kernel mount NFS from the beginning. I forward root FS arguments in bootargs from u-boot, but uClinux ignores it and mount CRAMFS anyway:
The generic uClinux MTD mapping driver in driver/mtd/maps/uclinux.c, and also the ml401 and mb-auto variants, all override the ROOTDEV variable, so your command line argument is being ignored.
If you want NFS root, disable the uclinux generic MTD map. Regards, John ___________________________ microblaze-uclinux mailing list microblaze-uclinux@xxxxxxxxxxxxxx Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/