All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rupesh S <rupeshs@myw.ltindia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] tftpboot of BIG file fails !
Date: Sat, 24 Jan 2004 10:42:03 -0800	[thread overview]
Message-ID: <01a401c3e2a9$c29a0510$6706a8c0@Rupesh> (raw)

Hi,
I find a typical problem downloading a BIG ( 4MB) linux image to the SDRAM
using u-boot's  _tftpboot_ command.
The Linux image is Linked at 0x20000.
My u-boot is liked at 0x3e0000 (I understaood this from the following two
macros)
TEXT_BASE = 0x3E0000
CFG_MONITOR_BASE = 0x3E0000

On an anlysis, I figured out that, I can only download a image file of size
(0X3E0000 - 0X20000 = less than 4MB) before I start overwriting the u-boot's
code itself.

So I reconfigured the macros to link the u-boot on _top_ of the SDRAM (SDRAM
map is 0x00000000 to 0x01000000)

TEXT_BASE = 0xFE0000
CFG_MONITOR_BASE = 0xFE0000

This should ensure that the _ftftp_ will download the 4MB image well within
the u-boot code.
But still I face the problem of not able to download the BIG image.
Do I have to modify anything else to actually move the u-boot execution to
0XFE0000 ?
Dows the tftp boot itself restrict the size of the file to be downloaded ?

Any clues in this regard.
Thanks
- -
rupesh

             reply	other threads:[~2004-01-24 18:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-24 18:42 Rupesh S [this message]
2004-01-27  6:57 ` [U-Boot-Users] tftpboot of BIG file fails ! Wolfgang Denk
2004-01-27 14:38   ` Josef Baumgartner

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='01a401c3e2a9$c29a0510$6706a8c0@Rupesh' \
    --to=rupeshs@myw.ltindia.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.