public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@ge.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] u-boot.bin
Date: Wed, 28 Oct 2009 10:27:29 -0400	[thread overview]
Message-ID: <4AE854D1.8020001@ge.com> (raw)
In-Reply-To: <62564a490910280722y4f5d9530p9240c53e65ab2bb9@mail.gmail.com>

Hi David,

David Kaplan wrote:
> What sort of generated file size should i expect for the u-boot.bin file? I
> know it's impossible for anyone to tell me exactly, but in what region of
> sizes are we talking?

256K...384K.

If you are looking at a multi-mega/gigabyte .bin file, it is usually 
because your memory map has a *large* empty space in it.  This is 
typically due to interrupt vectors and the executable portions being 
widely separated.  When creating the .bin file, the Makefile fills empty 
spaces with 0xFF (IIRC).

You can use ${CROSS_COMPILE}objdump -h (and other options) to see what 
is in your .elf file and where things are located.

gvb

      reply	other threads:[~2009-10-28 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-28 14:22 [U-Boot] u-boot.bin David Kaplan
2009-10-28 14:27 ` Jerry Van Baren [this message]

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=4AE854D1.8020001@ge.com \
    --to=gerald.vanbaren@ge.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