On 07/03/2008, Luigi 'Comio' Mantellini <[EMAIL PROTECTED]> wrote:
>  How I can load (and start) an EST Flat Bin image? My supplier gives me
>  this image and I don't know how run it from u-boot (from git).
>  Can someone help me?

The EST flat binary is a pure binary file with a 32-byte header. You
can easily strip the header using 'dd' and then load using tftp. You
just need to know where to load the binary and what the entry point is
(the default load address is included in the header).

I am surprised that you get the file in this format, it is intended
for programming a binary into flash using the old visionCLICK
software.

Rich

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to