U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] tftp loadable applets?
@ 2005-11-29 23:51 Zhen Wang
  2005-11-30  0:10 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Zhen Wang @ 2005-11-29 23:51 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [U-Boot-Users] tftp loadable applets?
@ 2005-11-29 10:39 John Davis
  2005-11-29 10:51 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: John Davis @ 2005-11-29 10:39 UTC (permalink / raw)
  To: u-boot

Hello

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

JD

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-30  0:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-29 23:51 [U-Boot-Users] tftp loadable applets? Zhen Wang
2005-11-30  0:10 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox