public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Problem downloading eCos
@ 2001-03-20  7:43 Daniel.Andersson
  2001-03-20  7:53 ` Jonathan Larmour
  2001-03-20  8:15 ` Jesper Skov
  0 siblings, 2 replies; 30+ messages in thread
From: Daniel.Andersson @ 2001-03-20  7:43 UTC (permalink / raw)
  To: ecos-discuss

Hi,

I have just recently got my EB40 board on-line with gdb (using
serial/angel). However, i cannot download anything to the memory. I can view
the memory through insight 5.0 but when i connect to target and issue a
download the whole environment hangs. Has it anything to do with my ecos
configuration or is it something else?

Regards, Daniel

^ permalink raw reply	[flat|nested] 30+ messages in thread
* RE: [ECOS] Problem downloading eCos
@ 2001-03-20  8:07 Daniel.Andersson
  2001-03-20  8:12 ` Jonathan Larmour
  2001-03-20  8:17 ` Lewin A.R.W. Edwards
  0 siblings, 2 replies; 30+ messages in thread
From: Daniel.Andersson @ 2001-03-20  8:07 UTC (permalink / raw)
  To: jlarmour; +Cc: ecos-discuss

I just tried to set RAM using insight and it works fine. I can alter any
memory position that i want so unfortunately i dont think that is the
problem.

Maybe you have a very small file that i can try to download just to see if
its anything wrong with my download file. The current file that i am trying
to download is almost 1Mb and it seems a bit strange since its only a hello
world application. This file was built together with eCos ARM PID default
settings.

/Daniel

> -----Original Message-----
> From: Jonathan Larmour [ mailto:jlarmour@redhat.com ]
> Sent: den 20 mars 2001 16:53
> To: Andersson Daniel
> Cc: ecos-discuss@sourceware.cygnus.com
> Subject: Re: [ECOS] Problem downloading eCos
> 
> 
> Daniel.Andersson@combitechsystems.com wrote:
> > 
> > Hi,
> > 
> > I have just recently got my EB40 board on-line with gdb (using
> > serial/angel). However, i cannot download anything to the 
> memory. I can view
> > the memory through insight 5.0 but when i connect to target 
> and issue a
> > download the whole environment hangs. Has it anything to do 
> with my ecos
> > configuration or is it something else?
> 
> Have you tried just setting a single memory address in RAM to 
> see if that
> works, eg. set *(int *)XXXXXX=0x87654321
> 
> where XXXXX is some valid RAM address. Also try using the 
> command line to
> eliminate the possibility of it being an insight-specific problem.
> 
> Jifl
> -- 
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 
> (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || 
> Opinions==mine
> 

^ permalink raw reply	[flat|nested] 30+ messages in thread
* RE: [ECOS] Problem downloading eCos
@ 2001-03-20 23:45 Daniel.Andersson
  2001-03-20 23:52 ` Jonathan Larmour
  2001-03-21  5:54 ` Lewin A.R.W. Edwards
  0 siblings, 2 replies; 30+ messages in thread
From: Daniel.Andersson @ 2001-03-20 23:45 UTC (permalink / raw)
  To: jlarmour; +Cc: ecos-discuss

Hi again,

Yes, the board is an AT91 evaluation board from ATMEL with an EB40 mounted
on it. The precessor is an AT91R40807. However, i thought that the option
ARM PID in the eCos configuration tool covered several of the ARM boards. Do
you mean that there are no port of eCos for my platform? And if eCos can run
on my platform how do i set up eCos to suite this board (if not to use the
PID option)?

/Daniel

> -----Original Message-----
> From: Jonathan Larmour [ mailto:jlarmour@redhat.com ]
> Sent: den 20 mars 2001 17:12
> To: Andersson Daniel
> Cc: ecos-discuss@sourceware.cygnus.com
> Subject: Re: [ECOS] Problem downloading eCos
> 
> 
> Daniel.Andersson@combitechsystems.com wrote:
> > 
> > I just tried to set RAM using insight and it works fine. I 
> can alter any
> > memory position that i want so unfortunately i dont think 
> that is the
> > problem.
> > 
> > Maybe you have a very small file that i can try to download 
> just to see if
> > its anything wrong with my download file. The current file 
> that i am trying
> > to download is almost 1Mb and it seems a bit strange since 
> its only a hello
> > world application. This file was built together with eCos 
> ARM PID default
> > settings.
> 
> Um, ARM PID? But you said your board is an EB40!
> 
> Jifl
> -- 
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 
> (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || 
> Opinions==mine
> 

^ permalink raw reply	[flat|nested] 30+ messages in thread
* RE: [ECOS] Problem downloading eCos
@ 2001-03-21  6:04 Daniel.Andersson
  2001-03-21  6:13 ` Lewin A.R.W. Edwards
  0 siblings, 1 reply; 30+ messages in thread
From: Daniel.Andersson @ 2001-03-21  6:04 UTC (permalink / raw)
  To: larwe; +Cc: ecos-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1472 bytes --]

Hi,

Since eCos isn´t supported then i don´t have any other options than porting
it because in my project we must use the AT91R40807 processor. And i would
be very greatful if i could use you as a panel in some porting issues. 

Is the EB01 eCos port stable at the moment? Can i use it and make the
appropriate changes to suite the EB40 or should i start from some other
source?

By the way, do you have a working "hello world"-example for the EB40 board
(without eCos). Just so a can get my board running.

/Daniel Andersson

> -----Original Message-----
> From: Lewin A.R.W. Edwards [ mailto:larwe@larwe.com ]
> Sent: den 21 mars 2001 14:54
> To: Andersson Daniel; jlarmour@redhat.com
> Cc: ecos-discuss@sourceware.cygnus.com
> Subject: RE: [ECOS] Problem downloading eCos
> 
> 
> Hi Daniel,
> 
> >Yes, the board is an AT91 evaluation board from ATMEL with 
> an EB40 mounted
> >on it. The precessor is an AT91R40807. However, i thought 
> that the option
> >ARM PID in the eCos configuration tool covered several of 
> the ARM boards. Do
> 
> The EB40 isn't supported right now. However, if you want to 
> work on a port 
> for this board, I would be most interested in pooling resources (as a 
> personal project, not for my work).
> 
> === Lewin A.R.W. Edwards (Embedded Engineer)
> Work: http://www.digi-frame.com/
> Personal: http://www.zws.com/ and http://www.larwe.com/
> 
> "Und setzet ihr nicht das Leben ein,
> Nie wird euch das Leben gewonnen sein."
> 

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

end of thread, other threads:[~2001-03-22 11:39 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-20  7:43 [ECOS] Problem downloading eCos Daniel.Andersson
2001-03-20  7:53 ` Jonathan Larmour
2001-03-20  8:15 ` Jesper Skov
2001-03-20  8:07 Daniel.Andersson
2001-03-20  8:12 ` Jonathan Larmour
2001-03-20  8:18   ` Lewin A.R.W. Edwards
2001-03-20  9:41     ` Jonathan Larmour
2001-03-20  8:17 ` Lewin A.R.W. Edwards
2001-03-20 23:45 Daniel.Andersson
2001-03-20 23:52 ` Jonathan Larmour
2001-03-21  0:47   ` massey steven
2001-03-21  5:54 ` Lewin A.R.W. Edwards
2001-03-21  6:04 Daniel.Andersson
2001-03-21  6:13 ` Lewin A.R.W. Edwards
2001-03-21  8:14   ` Jonathan Larmour
2001-03-21  8:21     ` Lewin A.R.W. Edwards
2001-03-21  8:25       ` Jonathan Larmour
2001-03-21  8:36         ` Lewin A.R.W. Edwards
     [not found]           ` <3AB8D972.43A4B1B1@redhat.com>
2001-03-21  9:44             ` Lewin A.R.W. Edwards
2001-03-21 10:09               ` Jonathan Larmour
2001-03-21 10:15                 ` Lewin A.R.W. Edwards
2001-03-21 11:45                 ` Lewin A.R.W. Edwards
2001-03-21 12:42                   ` Jonathan Larmour
2001-03-21 13:13                     ` Lewin A.R.W. Edwards
2001-03-21 11:49                 ` Lewin A.R.W. Edwards
2001-03-21 13:29                   ` Jonathan Larmour
2001-03-21 13:48                     ` Lewin A.R.W. Edwards
2001-03-22  8:27                     ` Lewin A.R.W. Edwards
2001-03-22 11:37                       ` Jonathan Larmour
2001-03-22 11:39                         ` Lewin A.R.W. Edwards

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