public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Warren <bwarren@qstreams.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Booting the Linux image via nfs
Date: Mon, 27 Aug 2007 11:20:28 -0400	[thread overview]
Message-ID: <46D2EBBC.6020100@qstreams.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0708271646220.30948-100000@slslc02.psi.ch>

Mirek,

Miroslaw Dach wrote:
> Hi Ben,
>
> 	I have configured tftp server and there is no problem to load
> uImage but I was just wandering if it is also possible to use nfs since my
> aim is to mount root file system via nfs so I thought that it would be
> just easier to deal with one server (I mean nfs) than with two nfs and
> tftp.
>
>
> Best Regards
>
> Mirek
>   
Yeah, it sounds like a nice idea to use the same protocol for 
everything, but another way of looking at it is to use the protocol 
that's best-suited for the job. TFTP was designed to efficiently move 
large blocks of data in one direction. NFS was designed with very 
different and much more complicated goals. As you've seen, the U-boot 
implementation is very lean and that's the way it should be, since file 
systems play a very limited role in bootloaders. The overhead and 
maintenance of running a TFTP server is, well, trivial.

regards,
Ben

  reply	other threads:[~2007-08-27 15:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-24 15:47 [U-Boot-Users] Booting the Linux image via nfs Mirek23
2007-08-24 16:05 ` Wolfgang Denk
2007-08-27 14:15   ` Mirek23
2007-08-27 14:28     ` Jerry Van Baren
2007-08-27 14:37       ` Miroslaw Dach
2007-08-27 14:38     ` Ben Warren
2007-08-27 14:49       ` Miroslaw Dach
2007-08-27 15:20         ` Ben Warren [this message]
2007-08-27 16:00           ` Wolfgang Denk
2007-08-27 16:22             ` Ben Warren
2007-08-27 15:39       ` Wolfgang Denk
2007-08-27 15:37     ` Wolfgang Denk
2007-08-31 11:30   ` [U-Boot-Users] uImage staring problem on Ml403 Miroslaw Dach

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=46D2EBBC.6020100@qstreams.com \
    --to=bwarren@qstreams.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox