public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Help me !!, Hello world on out target
@ 2000-11-16 17:25 KOHJY
  2000-11-16 23:46 ` Jesper Skov
  0 siblings, 1 reply; 7+ messages in thread
From: KOHJY @ 2000-11-16 17:25 UTC (permalink / raw)
  To: ecos-discuss

Hi All!
I am porting eCos on our target which is similar with CMA230(ARM7), 1 timer and 
2 Uart.
I keep running into this problem while debugging with ecos gdb.
When  trying to execute an RAM application(Hello World program).
Look at below.  Downloading is OK.  But RAM application not started  ? 
 
(gdb)0x401440 in ?? ()
(gdb) load
Loading section .rom_vectors, size 0x60 lma 0x8000
Loading section .text, size 0x4eb8 lma 0x8060
Loading section .rodata, size 0x228 lma 0xcf18
Loading section .data, size 0x2b4 lma 0xd140
Start address 0x8060 , load size 21492
Transfer rate: 21492 bits/sec, 298 bytes/write.
(gdb) c
Continuing.
.....................
 
I don't know what happend ?
Is GDB stub ROM  wrong ? or eCos kernel building ?
 
Thanks a lot !


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

* Re: [ECOS] Help me !!, Hello world on out target
  2000-11-16 17:25 [ECOS] Help me !!, Hello world on out target KOHJY
@ 2000-11-16 23:46 ` Jesper Skov
  0 siblings, 0 replies; 7+ messages in thread
From: Jesper Skov @ 2000-11-16 23:46 UTC (permalink / raw)
  To: KOHJY; +Cc: ecos-discuss

>>>>> "KOHJY" == KOHJY  <KOHJY@chollian.net> writes:

KOHJY> Hi All!  I am porting eCos on our target which is similar with
KOHJY> CMA230(ARM7), 1 timer and 2 Uart.  I keep running into this
KOHJY> problem while debugging with ecos gdb.  When trying to execute
KOHJY> an RAM application(Hello World program).  Look at below.
KOHJY> Downloading is OK.  But RAM application not started ?
 
KOHJY> (gdb)0x401440 in ?? () (gdb) load Loading section .rom_vectors,
KOHJY> size 0x60 lma 0x8000 Loading section .text, size 0x4eb8 lma
KOHJY> 0x8060 Loading section .rodata, size 0x228 lma 0xcf18 Loading
KOHJY> section .data, size 0x2b4 lma 0xd140 Start address 0x8060 ,
KOHJY> load size 21492 Transfer rate: 21492 bits/sec, 298 bytes/write.
KOHJY> (gdb) c Continuing.  ....................
 
KOHJY> I don't know what happend ?  Is GDB stub ROM wrong ? or eCos
KOHJY> kernel building ?
 
You obviously have a stub there, so I suggest you try to follow the
flow of the code to see what is wrong. It's impossible to tell from
the lack of output what is wrong.

Jesper

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

* Re: [ECOS] Help me !!, Hello world on out target
  2000-11-20  6:43                       ` Jesper Skov
@ 2000-11-21 22:00                         ` Jonathan Larmour
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Larmour @ 2000-11-21 22:00 UTC (permalink / raw)
  To: Jesper Skov; +Cc: Lewin A.R.W. Edwards, ecos-discuss

Jesper Skov wrote:
> 
> >>>>> "Lewin" == Lewin A R W Edwards <larwe@larwe.com> writes:
> 
> >> =B0=ED=C0=E7=BF=EB> with CMA230.  Now, I am working with
> >> ecos-1.3.1=
> Lewin>  (net-release,
> >>  You should use the CVS tree instead. 1.3.1 is way old now.
> 
> Lewin> I'm using 1.3.1 too (and can't get the TCP/IP stuff
> Lewin> installed). Will a CVS= =20 checkout of today give the complete
> Lewin> OS including TCP/IP stack or is the=20 networking stuff in a
> Lewin> different repository?
> 
> I think it's all in the same repo now, but I must admit that I'm not
> 100% sure.

It is in the same repository but you have to use separate steps to get it.
It's described at http://sources.redhat.com/anoncvs.html under "Optional
networking support".
 
> Lewin> Also, is it possible to build the Win32-hosted graphical
> Lewin> administration=20 tool for the latest eCos version? I like that
> Lewin> tool very much.
> 
> I believe a new version has been uploaded on sourceware somewhere that
> handles the new CDL stuff. Again, I'm not sure though.

It has indeed. Again there's a link at
http://sources.redhat.com/anoncvs.html

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

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

* Re: [ECOS] Help me !!, Hello world on out target
  2000-11-20  5:54                     ` Lewin A.R.W. Edwards
@ 2000-11-20  6:43                       ` Jesper Skov
  2000-11-21 22:00                         ` Jonathan Larmour
  0 siblings, 1 reply; 7+ messages in thread
From: Jesper Skov @ 2000-11-20  6:43 UTC (permalink / raw)
  To: Lewin A.R.W. Edwards; +Cc: ecos-discuss

>>>>> "Lewin" == Lewin A R W Edwards <larwe@larwe.com> writes:

>> =B0=ED=C0=E7=BF=EB> with CMA230.  Now, I am working with
>> ecos-1.3.1=
Lewin>  (net-release,
>>  You should use the CVS tree instead. 1.3.1 is way old now.

Lewin> I'm using 1.3.1 too (and can't get the TCP/IP stuff
Lewin> installed). Will a CVS= =20 checkout of today give the complete
Lewin> OS including TCP/IP stack or is the=20 networking stuff in a
Lewin> different repository?

I think it's all in the same repo now, but I must admit that I'm not
100% sure.

Lewin> Also, is it possible to build the Win32-hosted graphical
Lewin> administration=20 tool for the latest eCos version? I like that
Lewin> tool very much.

I believe a new version has been uploaded on sourceware somewhere that
handles the new CDL stuff. Again, I'm not sure though.

Jesper

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

* Re: [ECOS] Help me !!, Hello world on out target
  2000-11-20  3:43                   ` Jesper Skov
@ 2000-11-20  5:54                     ` Lewin A.R.W. Edwards
  2000-11-20  6:43                       ` Jesper Skov
  0 siblings, 1 reply; 7+ messages in thread
From: Lewin A.R.W. Edwards @ 2000-11-20  5:54 UTC (permalink / raw)
  To: ecos-discuss

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

>°íÀç¿ë> with CMA230.  Now, I am working with ecos-1.3.1 (net-release,
>
>You should use the CVS tree instead. 1.3.1 is way old now.

I'm using 1.3.1 too (and can't get the TCP/IP stuff installed). Will a CVS 
checkout of today give the complete OS including TCP/IP stack or is the 
networking stuff in a different repository?

Also, is it possible to build the Win32-hosted graphical administration 
tool for the latest eCos version? I like that tool very much.


Lewin A.R.W. Edwards (Embedded Engineer)
Got any Commodore 16 or VIC-20 hardware, cartridges, tapes?
Visit http://www.larwe.com/vintage/
================================================
Work: http://www.digi-frame.com/
Personal: http://www.zws.com/ and http://www.larwe.com/

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

* Re: [ECOS] Help me !!, Hello world on out target
  2000-11-20  3:28                 ` °íÀç¿ë
@ 2000-11-20  3:43                   ` Jesper Skov
  2000-11-20  5:54                     ` Lewin A.R.W. Edwards
  0 siblings, 1 reply; 7+ messages in thread
From: Jesper Skov @ 2000-11-20  3:43 UTC (permalink / raw)
  To: °íÀç¿ë
  Cc: ecos-discuss

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

>>>>> "°íÀç¿ë" == °íÀç¿ë  <koh@bdtel.com> writes:

°íÀç¿ë> Hi All!  I am porting eCos on our target which is simmilar
°íÀç¿ë> with CMA230.  Now, I am working with ecos-1.3.1 (net-release,
°íÀç¿ë> 27-03-2000).  I was building and testing GDB stubs ROM.

You should use the CVS tree instead. 1.3.1 is way old now.

°íÀç¿ë> Downloading is OK, but RAM application is not executed.  CPU
°íÀç¿ë> core of our target is ARM7 and support FIQ.  But IRQ is not
°íÀç¿ë> supported.  Is there anything to change in HAL for FIQ ?

Yes. I can't tell you what off hand though. But I'm sure you'll need
to change some things.

°íÀç¿ë> While downloading, Is GDB Stub ROM operated by polled or
°íÀç¿ë> interrupt ?  Thanks a lot !

Polled mode only.

Jesper









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

* [ECOS] Help me !!, Hello world on out target
@ 2000-11-20  3:28                 ` °íÀç¿ë
  2000-11-20  3:43                   ` Jesper Skov
  0 siblings, 1 reply; 7+ messages in thread
From: °íÀç¿ë @ 2000-11-20  3:28 UTC (permalink / raw)
  To: ecos-discuss

Hi All!
I am porting eCos on our target which is simmilar with CMA230.
Now, I am working with ecos-1.3.1 (net-release, 27-03-2000).
I was building and testing GDB stubs ROM.
Downloading is OK, but RAM application is not executed.
CPU core of our target is ARM7 and support  FIQ.  But IRQ is not supported.
Is there anything to change in HAL for FIQ ?
While downloading, Is GDB Stub ROM operated by polled or interrupt ?
Thanks a lot !










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

end of thread, other threads:[~2000-11-21 22:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-16 17:25 [ECOS] Help me !!, Hello world on out target KOHJY
2000-11-16 23:46 ` Jesper Skov
     [not found] <°íÀç¿ë"'s>
     [not found] ` <message>
     [not found]   ` <of>
     [not found]     ` <"Mon,>
     [not found]       ` <20>
     [not found]         ` <Nov>
     [not found]           ` <2000>
     [not found]             ` <20:29:19>
     [not found]               ` <+0900>
2000-11-20  3:28                 ` °íÀç¿ë
2000-11-20  3:43                   ` Jesper Skov
2000-11-20  5:54                     ` Lewin A.R.W. Edwards
2000-11-20  6:43                       ` Jesper Skov
2000-11-21 22:00                         ` Jonathan Larmour

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