This is the mail archive of the ecos-discuss@sources.redhat.com 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]

RE: download process in redboot



On 10-Jul-2001 Carlos Camargo wrote:
> Hi all
> i want download a programm using RedBoot, i'm working
> with cygwin on win2000 and hyperterm of windows.
> 
> I try to send a file with ymodem using the following
> command:
> 
> lo -b 0x000b288 -m ymodem 
> 
> 
> but can`t send the file. It crash for timeout.
> 
> anybody has a free tool for making  this..

Why are you trying to load a file to 0xb288?

What is the format of the file?  The 'load' command you list
will only work for S-record data.  If you are tring to download
any other sort of data (raw binary or ELF), the 'load' command
will fail.


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