All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhen Wang <mailtojarod@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] tftp loadable applets?
Date: Wed, 30 Nov 2005 07:51:55 +0800	[thread overview]
Message-ID: <438CE99B.9000201@gmail.com> (raw)

JD <davisjf@gmail.com> wrote:

I noticed that there is a tftpboot command.  Is there a similar
mechanism in place for uploading applets via tftp?

I had booted uClinux's compressed zImage utilizing 'tftpboot' command 
and a following 'go' command as my 'CONFIG_BOOTCOMMAND' successfully.
Though I haven't tried to use 'tftpboot' to load applets, it seems 
possible in that zImage is also a binary file(not ELF). The 
'CONFIG_BOOTCOMMAND' and some relevant configurations were configured as 
below in my include/configs/<board>.h:

#define	CFG_LOAD_ADDR		0x0c480000
#define CONFIG_BOOTFILE		"zImage"
#define CONFIG_BOOTCOMMAND	"tftpboot\; go 0c480000"

Note: 0x0c480000 is in the SDRAM address range.

Regards,

Zhen Wang

             reply	other threads:[~2005-11-29 23:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-29 23:51 Zhen Wang [this message]
2005-11-30  0:10 ` [U-Boot-Users] tftp loadable applets? Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2005-11-29 10:39 John Davis
2005-11-29 10:51 ` Wolfgang Denk
2005-11-29 12:26   ` John Davis
2005-11-29 12:35     ` 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=438CE99B.9000201@gmail.com \
    --to=mailtojarod@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 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.