All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC] NFS issue when loading two files
Date: Wed, 05 Dec 2012 23:20:53 +0100	[thread overview]
Message-ID: <20121205222053.5ECCA2003F6@gemini.denx.de> (raw)
In-Reply-To: <50BF9CC3.9020207@gmail.com>

Dear Matthias Brugger,

In message <50BF9CC3.9020207@gmail.com> you wrote:
> 
> I run into an NFS issue when trying to load two files from nfs for 
> booting (uImage and device tree binary):
> 
> When I try to unmount after loading the first file, I get some timeouts 
> from the host which will lead to a re-send of the message.
> Eventually I get a response from the host, but with a smaller rpc_id, as 
> rpc_id is incremented on every re-send as well. This leads in an abort 
> of the boot procedure, although a valid answer was given from the host.

How do you do the umount in U-Boot?

> [1] the process looks like:
> mount
> read file
> unmount (timed out) #1
> unmount (timed out) #2
> unmount
> get response of #1
> mount
> get response of #2
> error!

What is the exact sequence of U-Boot coomands that would trigger such
an error?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Always try to do things in chronological order; it's  less  confusing
that way.

  reply	other threads:[~2012-12-05 22:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-05 19:13 [U-Boot] [RFC] NFS issue when loading two files Matthias Brugger
2012-12-05 22:20 ` Wolfgang Denk [this message]
2012-12-06  9:44   ` Matthias Brugger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121205222053.5ECCA2003F6@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.