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: Problem with xyzmodem


Prabhat Shrivastav wrote:

Hi ALL

Can anybody………. help me.
I an not able to download file in to RAM by xymodem load command through redboot.

My Ram location start from
ORIGIN = 0x8c000000
LENGTH = 0x2000000
I used the command as

RedBoot> load -r -b 0x8c020000 -m ymodem
CCCCCCCCCCCan't load '<null>': Timed out RedBoot> mfill -b 0x8c020000 -l 0x20 -p 0
RedBoot> dump -b 0x8c020000
8C020000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
8C020010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
RedBoot> load -r -b 0x8c020000 -m xmodem
CCCCCCCCCCCCCCCCCCCCCRaw file loaded 0x8c020000-0x8c01ffff, assumed entry at 0x8
c020000


Are you sending the file? Ctrl-A S in minicom. Also you need to have the lrzsz package installed as that contains the programs that actually talk to the target and are called by minicom

Jani

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


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