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]
Other format: [Raw text]

Re: Redboot load problem


Hi Dhiraj,

2 things to note.

RedBoot> load -v -b 0x10000 pascal.elf -m xmodem

Load either an SREC or binary file (not an elf). ELF images contain headers & debug info embedded in it.


Example:
load -m xmodem
or
load -r -m xmodem -b 0x10000

1st one for srec images & the second one for binary images.

CCCCCCCCCCan't load 'pascal.elf': Timed out
The loading is timed out.
Can anyone help??

After issuing this command, you need to send the actual image (srec or .bin file) over xmodem protocol <use Hyperterminal (windows) or minicon (linux)>.


Refer to the docs at my page:
http://geocities.com/michaelanburaj/ecos/index.html

Cheers,
-Mike.

_________________________________________________________________
<b>MSN 8:</b> Get 6 months for $9.95/month. http://join.msn.com/?page=dept/dialup



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


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