From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 14 Oct 2009 21:05:02 -0400 Subject: [U-Boot] NFS file system mounting problem In-Reply-To: <20091014211740.3330EE84EBC@gemini.denx.de> References: <1D6034426110564DA0DEA9EE9793B38357C8A9AF6B@NBE-MBX01.americas.swk.pri> <20091014193022.DEDD2E84EBC@gemini.denx.de> <1D6034426110564DA0DEA9EE9793B38357C8A9B437@NBE-MBX01.americas.swk.pri> <20091014211740.3330EE84EBC@gemini.denx.de> Message-ID: <4AD6753E.3070707@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear "Heyendal, Carl", [snip] > ... >> Kernel command line: console=ttyS0,115200 root=/dev/nfs rw nfsroot=10> .10.1.16:/home/heyendal/buildroot/buildroot-2009.08/project_build_arm/ILS_C> M/root ip=10.10.1.8:10.10.1.16:10.10.1.1:255.255.252.0:cm_carlh::off > > So this looks OK. The kernel sees the boot arguments you pass, so it's > obviously a Linux problem. > > I don't see any clear problems, so let's start with the obvious: are > you sure you have CONFIG_NFS_FS and CONFIG_ROOT_NFS enabled in your > kernel configuration? ...and can you mount your NFS file system from another linux or Windows box? Sometimes the configuration problem is on the server side. > Best regards, > > Wolfgang Denk Good luck, gvb