All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann POUPET <yann@yannouch.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Differences between u-boot and u-boot.bin
Date: Tue, 26 Apr 2005 09:09:50 +0200	[thread overview]
Message-ID: <426DE93E.8040806@yannouch.net> (raw)
In-Reply-To: <528646bc050425224515f169f7@mail.gmail.com>

>>Hello,
>>
>>Could someone explain me the difference between the u-boot elf binary
>>and u-boot.bin files both generated when I build u-boot ?
>>    
>>
>u-boot:  elf file, includes both machine code and symbol tables
>(function names, etc)
>u-boot.bin: raw machine code in binary image.
>u-boot.srec: raw machine code in srecord format.
>
>  
>
>>I which context/condition should I use one or the other ?
>>    
>>
>u-boot: Use with symbolic debugger (gdb)
>u-boot.bin: flash verbatim into ROM
>u-boot.srec: flash into ROM using srec loader
>
>  
>

OK; thank you for the answer.
So, if I understand correctly, the 2 files are almost the same but
u-boot adds extra features such as being able to be debugged with GDB ?
What could explain that on my board (a one close to the edb9312) u-boot
works and u-boot.bin does nothing ?

Best regards

yann

  reply	other threads:[~2005-04-26  7:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-25 23:55 [U-Boot-Users] Differences between u-boot and u-boot.bin Yann POUPET
2005-04-26  5:45 ` Grant Likely
2005-04-26  7:09   ` Yann POUPET [this message]
2005-04-26  7:23     ` 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=426DE93E.8040806@yannouch.net \
    --to=yann@yannouch.net \
    --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.