From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas To: Carlos Camargo Cc: ecos-discuss@sources.redhat.com Subject: RE: [ECOS] download process in redboot Date: Tue, 10 Jul 2001 07:45:00 -0000 Message-id: References: <20010710115544.18191.qmail@web14005.mail.yahoo.com> X-SW-Source: 2001-07/msg00261.html 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.