public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Grant Edwards <grant.b.edwards@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] How to download image to U-Boot
Date: Tue, 17 Nov 2009 18:57:41 +0000 (UTC)	[thread overview]
Message-ID: <hdurn4$2bt$1@ger.gmane.org> (raw)

I've read through the U-Boot manual and FAQ, but I still
haven't figured out how one downloads via the network an image
to a board running U-Boot.  Previous projects have used
RedBoot, and it provided a couple different mechanisms: 

 1) Telnet to the board and download an image (binary or
    S-Record) using the x/y-modem protocol over the telnet
    connection.

 2) Download a binary image directly using a TCP connection
    to a dedicated port.

Both of these methods would work through firewalls and WAN
connections (even through satellite links), and could easily be
automated in an "updater" utility that is then provided to
customers to update images in flash.

I can't seem to find out how one accomplishes the same task
using U-Boot.  The only method I can figure out involve setting
up a TFTP server (which is not going to be acceptible to
customers), and then typing a series of commands while plugging
into a serial console (also not going to be acceptible to
customers).  The requirement is to update the image using just
the network and a user-space application that doesn't require
any system privledges to run.

I found mention of netconsole, but I don't see how it's useful
since you have to know a-priori the address of the machine from
which you want to use it.  It would seem that you have to force
the customer to change the IP address of their machine (not
acceptible).

-- 
Grant Edwards                   grante             Yow! Thank god!! ... It's
                                  at               HENNY YOUNGMAN!!
                               visi.com            

             reply	other threads:[~2009-11-17 18:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-17 18:57 Grant Edwards [this message]
2009-11-17 21:17 ` [U-Boot] How to download image to U-Boot Wolfgang Denk
2009-11-17 21:31   ` Grant Edwards
2009-11-17 22:03     ` Wolfgang Denk

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='hdurn4$2bt$1@ger.gmane.org' \
    --to=grant.b.edwards@gmail.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