public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Help Downloading Using ymodem
@ 2003-10-01 21:41 Martin, Clayton
  2003-10-01 21:46 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Martin, Clayton @ 2003-10-01 21:41 UTC (permalink / raw)
  To: ecos-discuss

I'm running RedBoot on my target system, and I want to load a binary image into the target RAM.  I'm running Windows 2000 on the host and have a serial connection to the target.  I issue the command, "lo -m ymodem".  In Hyper Terminal, I specify "ymodem" as the protocol in the "Send File" dialog box.  RedBoot cancels the transfer and displays, "Unrecognized image type: 0x905a4d
xyzModem - CRC mode, 1(SOH)/1(STX)/0(CAN) packets, 3 retries".  I'm a new RedBoot user, and I'm stuck.  What am I doing wrong?

Thanks,

Clayton H. Martin
HP ISS Storage


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] Help Downloading Using ymodem
  2003-10-01 21:41 [ECOS] Help Downloading Using ymodem Martin, Clayton
@ 2003-10-01 21:46 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2003-10-01 21:46 UTC (permalink / raw)
  To: Martin, Clayton; +Cc: eCos Discussion

On Wed, 2003-10-01 at 15:41, Martin, Clayton wrote:
> I'm running RedBoot on my target system, and I want to load a binary image into the target RAM.  I'm running Windows 2000 on the host and have a serial connection to the target.  I issue the command, "lo -m ymodem".  In Hyper Terminal, I specify "ymodem" as the protocol in the "Send File" dialog box.  RedBoot cancels the transfer and displays, "Unrecognized image type: 0x905a4d
> xyzModem - CRC mode, 1(SOH)/1(STX)/0(CAN) packets, 3 retries".  I'm a new RedBoot user, and I'm stuck.  What am I doing wrong?
> 

You need to specify that you are downloading binary data, otherwise
RedBoot will try and interpret it.  It only expects to find either
Motorola S-records or an ELF format file.

For binary data, use the "-r" switch to "load", e.g.
  RedBoot> lo -r -b 0x100000 file
Note: if you specify binary data, RedBoot can't know where to put
it, so you also have to specify the base address via "-b XXX"

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-01 21:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-01 21:41 [ECOS] Help Downloading Using ymodem Martin, Clayton
2003-10-01 21:46 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).