From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas To: "Mynampati, Venkata S." Cc: ecos-discuss@sources.redhat.com Subject: RE: [ECOS] Unable to load srec files via serial port Date: Tue, 24 Jul 2001 07:48:00 -0000 Message-id: References: X-SW-Source: 2001-07/msg00742.html On 24-Jul-2001 Mynampati, Venkata S. wrote: > Hi, > I am trying to load vmlinux.srec file, using > x/yModem(tried both) but it fails after transfering > about 1MB. I keep getting 'no response from remote host' > every time. > However i can transfer small files of size 500K. > > i use this command "load -m ymodem -r -b 0xa1000000". > Is there any size limitation for x/y modem upload? If this is a Motorola S-record file, you probably do not want "-r" If it fails for large files, perhaps you are running out of memory. What does "RedBoot> version" display?