From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Date: Mon, 25 Apr 2005 23:45:39 -0600 Subject: [U-Boot-Users] Differences between u-boot and u-boot.bin In-Reply-To: <426D836A.6070703@yannouch.net> References: <426D836A.6070703@yannouch.net> Message-ID: <528646bc050425224515f169f7@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/25/05, Yann POUPET 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