public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] asking for help
@ 2002-11-12  6:38 narendra babu
  2002-11-12  6:42 ` Andrew Lunn
  0 siblings, 1 reply; 4+ messages in thread
From: narendra babu @ 2002-11-12  6:38 UTC (permalink / raw)
  To: ecos-discuss


 sir,

   I am trying to run redhat ecos on the ATMEL AT91
Evaluation
   Board(EB40), For that one I created executables
like 
   arm-elf-ar, arm-elf-gdb, .....like that.

   When I was trying to connect target board to host
system
   through serial port using minicom, it is showing
like 
  
 arm-elf-gdb redboot_RAM.elf
(gdb) tar rdi s=/dev/ttyS0
Angel Debug Monitor (serial) 1.04 (Advanced RISC
Machines SDT 2.5) for AT91EB40 
Angel Debug Monitor rebuilt on Apr 07 2000 at 12:40:31
Serial Rate:   9600
Connected to ARM RDI target.
(gdb) set $ps=0xd3
(gdb) lo
Loading section .rom_vectors, size 0x40 lma 0x2020000
Loading section .text, size 0x7fd8 lma 0x2020040
Loading section .rodata, size 0x15a0 lma 0x2028018
Loading section .data, size 0x2e4 lma 0x20295b8
Start address 0x2020040 , load size 39068
Transfer rate: 6250 bits/sec, 500 bytes/write.
(gdb) c
Continuing.

At this point, interrupt the Angel session and start
minicom. 
RedBoot> ve
RedBoot(tm) bootstrap and debug environment, version
UNKNOWN - built 14:
Platform: Atmel AT91/EB40 (ARM7TDMI) 
Copyright (C) 2000, 2001, Red Hat, Inc.
RAM: 0x02000000-0x02080000, 0x020116d8-0x0207fd00
available
FLASH: 0x01010000 - 0x01020000, 256 blocks of
0x00000100 bytes each.
RedBoot> load -m ymodem -b 0x02040000

at this moment I am getting like
CCCCCCCCC........can't load: Timed out


  can anyone give solution for above error, I would
like to say
  thanks in advance. Please try to give solution for
above error.
   
  if I want to use Tftp to download the file to memory
please suggest
  us how to configure host and target.

  I hope someone will give reply for this.


With regards,
Narendra Babu.
 
   

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

-- 
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] 4+ messages in thread

* Re: [ECOS] asking for help
  2002-11-12  6:38 [ECOS] asking for help narendra babu
@ 2002-11-12  6:42 ` Andrew Lunn
  2002-11-12  7:04   ` Scott Dattalo
  2002-11-13  6:44   ` narendra babu
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Lunn @ 2002-11-12  6:42 UTC (permalink / raw)
  To: narendra babu; +Cc: ecos-discuss

> At this point, interrupt the Angel session and start
> minicom. 
> RedBoot> ve
> RedBoot(tm) bootstrap and debug environment, version
> UNKNOWN - built 14:
> Platform: Atmel AT91/EB40 (ARM7TDMI) 
> Copyright (C) 2000, 2001, Red Hat, Inc.
> RAM: 0x02000000-0x02080000, 0x020116d8-0x0207fd00
> available
> FLASH: 0x01010000 - 0x01020000, 256 blocks of
> 0x00000100 bytes each.
> RedBoot> load -m ymodem -b 0x02040000

At this point you need to start your ymodem download from the host. 
 
> CCCCCCCCC........can't load: Timed out

These C's are the target trying to handshake with ymodem on the
host. Since you have not started ymodem, it fails...

      Andrew

-- 
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] 4+ messages in thread

* Re: [ECOS] asking for help
  2002-11-12  6:42 ` Andrew Lunn
@ 2002-11-12  7:04   ` Scott Dattalo
  2002-11-13  6:44   ` narendra babu
  1 sibling, 0 replies; 4+ messages in thread
From: Scott Dattalo @ 2002-11-12  7:04 UTC (permalink / raw)
  Cc: ecos-discuss

On Tue, 12 Nov 2002, Andrew Lunn wrote:

> > At this point, interrupt the Angel session and start
> > minicom. 
> > RedBoot> ve
> > RedBoot(tm) bootstrap and debug environment, version
> > UNKNOWN - built 14:
> > Platform: Atmel AT91/EB40 (ARM7TDMI) 
> > Copyright (C) 2000, 2001, Red Hat, Inc.
> > RAM: 0x02000000-0x02080000, 0x020116d8-0x0207fd00
> > available
> > FLASH: 0x01010000 - 0x01020000, 256 blocks of
> > 0x00000100 bytes each.
> > RedBoot> load -m ymodem -b 0x02040000
> 
> At this point you need to start your ymodem download from the host. 
>  
> > CCCCCCCCC........can't load: Timed out
> 
> These C's are the target trying to handshake with ymodem on the
> host. Since you have not started ymodem, it fails...

Once you do start the ymodem transaction on the host, make sure the baud
rates match (38.4k,No parity, 8 data) and that hardware handshaking is
disabled. 

Scott


-- 
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] 4+ messages in thread

* [ECOS] asking for help
  2002-11-12  6:42 ` Andrew Lunn
  2002-11-12  7:04   ` Scott Dattalo
@ 2002-11-13  6:44   ` narendra babu
  1 sibling, 0 replies; 4+ messages in thread
From: narendra babu @ 2002-11-13  6:44 UTC (permalink / raw)
  To: Andrew Lunn; +Cc: ecos-discuss

 sir,

   Thank you very much for your reply, As you told we
need to start ymodem before
   we go to minicom, so that  I was installed lrzsz
package in my system and trying to 
   start ymodem, how to start ymodem before we go to
minicom? As we don't know that 
   much about this, can you please suggest us how to
use this ymodem in minicom and 
   make files download  to target.
  
   please give us reply, we will wait for your
valuable reply  to proceed further. 

With regards,
Narendra Babu.

--- Andrew Lunn <andrew.lunn@ascom.ch> wrote:
> > At this point, interrupt the Angel session and
> start
> > minicom. 
> > RedBoot> ve
> > RedBoot(tm) bootstrap and debug environment,
> version
> > UNKNOWN - built 14:
> > Platform: Atmel AT91/EB40 (ARM7TDMI) 
> > Copyright (C) 2000, 2001, Red Hat, Inc.
> > RAM: 0x02000000-0x02080000, 0x020116d8-0x0207fd00
> > available
> > FLASH: 0x01010000 - 0x01020000, 256 blocks of
> > 0x00000100 bytes each.
> > RedBoot> load -m ymodem -b 0x02040000
> 
> At this point you need to start your ymodem download
> from the host. 
>  
> > CCCCCCCCC........can't load: Timed out
> 
> These C's are the target trying to handshake with
> ymodem on the
> host. Since you have not started ymodem, it fails...
> 
>       Andrew


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

-- 
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] 4+ messages in thread

end of thread, other threads:[~2002-11-13 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-12  6:38 [ECOS] asking for help narendra babu
2002-11-12  6:42 ` Andrew Lunn
2002-11-12  7:04   ` Scott Dattalo
2002-11-13  6:44   ` narendra babu

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).