This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000711] Confusing message on conclusion of ELF file download


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000711


Gary Thomas <gary@mlbassoc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTABUG




--- Comment #2 from Gary Thomas <gary@mlbassoc.com>  2009-03-10 00:07:42 ---
This message is coming from the host X-modem program.

The problem is that when reading an ELF image, the actual file contains
much more information than RedBoot needs.  Rather than waste time (serial
downloads are already slow enough), RedBoot cancels the connection once
the required segments have been loaded.  This is what makes the host end
think that there might be an error.

The user can determine if there was an actual error (in fact, only RedBoot
can cancel the operation and it _only_ does it on ELF images) by examining
the output on the RedBoot console, not the X-modem output.

The best way around this is to not download ELF images via serial download.


-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]