All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] Differences between u-boot and u-boot.bin
@ 2005-04-25 23:55 Yann POUPET
  2005-04-26  5:45 ` Grant Likely
  0 siblings, 1 reply; 4+ messages in thread
From: Yann POUPET @ 2005-04-25 23:55 UTC (permalink / raw)
  To: u-boot

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 ?

I which context/condition should I use one or the other ?

Thank you.

Best regards,

Yann

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

* [U-Boot-Users] Differences between u-boot and u-boot.bin
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Grant Likely @ 2005-04-26  5:45 UTC (permalink / raw)
  To: u-boot

On 4/25/05, Yann POUPET <yann@yannouch.net> wrote:
> 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

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

* [U-Boot-Users] Differences between u-boot and u-boot.bin
  2005-04-26  5:45 ` Grant Likely
@ 2005-04-26  7:09   ` Yann POUPET
  2005-04-26  7:23     ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Yann POUPET @ 2005-04-26  7:09 UTC (permalink / raw)
  To: u-boot

>>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

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

* [U-Boot-Users] Differences between u-boot and u-boot.bin
  2005-04-26  7:09   ` Yann POUPET
@ 2005-04-26  7:23     ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2005-04-26  7:23 UTC (permalink / raw)
  To: u-boot

In message <426DE93E.8040806@yannouch.net> you wrote:
> 
> What could explain that on my board (a one close to the edb9312) u-boot
> works and u-boot.bin does nothing ?

You probably used a way to install it that didn't  work  with  a  raw
binary image.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
News is what a chap who doesn't care much  about  anything  wants  to
read. And it's only news until he's read it. After that it's dead.
                           - Evelyn Waugh _Scoop_ (1938) bk. 1, ch. 5

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

end of thread, other threads:[~2005-04-26  7:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2005-04-26  7:23     ` Wolfgang Denk

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.