public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] porting ecos
@ 2009-01-26 13:55 smith jj
  0 siblings, 0 replies; 6+ messages in thread
From: smith jj @ 2009-01-26 13:55 UTC (permalink / raw)
  To: ecos-discuss

Hi
we are porting ecos to our board based on arm core. i have taken the
base of an existing bsp based on arm9 and trying to make changes
there.
we already have the binary image of redboot for the board so i started
with CYG_HAL_STARTUP==RAM and built an OS image(application+library).
however when i try to execute the image on baord using led code i
could find that it crashed in function cyg_hal_invoke_constructors in
vectors.s itself. i tried to find out the functions which could be
invoked by this but cant find any link..
using earlier archive mails i found under gdb using x &__CTOR_LIST__ i
get the adrress which is the function pointer but i cant proceed from
there as to how to make cyg_hal_invoke_constructors pass.
can anyone please help me with how to proceed further...how can i make
this constructors invoked correctly..

regards
smith

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

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

* Re: [ECOS] porting ecos
       [not found]   ` <4363.121.246.210.150.1237808715.squirrel@webmail11.pair.com>
@ 2009-03-24  8:00     ` Gary Thomas
  0 siblings, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2009-03-24  8:00 UTC (permalink / raw)
  To: keerti; +Cc: eCos Discussion

These questions belong on the eCos mailing list; private support is
only available under contract.

keerti@mrt-communication.com wrote:
> Gary ,
> It is RDC3210 (486 compatible)board.can you tell me steps for configuring
> ecos kernel?How will i provide flash memory size to the ecos kernel for
> booting.
> 
> While compiling ecos kernel,do i need to add reboot package or just ecos
> kernel is ok.

Have you read the documentation?  In particular the "Getting Started" guide?

> keerti@mrt-communication.com wrote:
>>> Dear ALL,
>>>
>>> Is it possible to boot ecos on board.If yes,how will i configure redboot
>>> to boot ecos kernel.
>> What board?  If it runs RedBoot, [at some level] it already runs eCos.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

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

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

* Re: [ECOS] porting ecos
  2009-03-23 11:36 keerti
@ 2009-03-23 11:59 ` Gary Thomas
       [not found]   ` <4363.121.246.210.150.1237808715.squirrel@webmail11.pair.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2009-03-23 11:59 UTC (permalink / raw)
  To: keerti; +Cc: ecos-discuss

keerti@mrt-communication.com wrote:
> Dear ALL,
> 
> Is it possible to boot ecos on board.If yes,how will i configure redboot
> to boot ecos kernel.

What board?  If it runs RedBoot, [at some level] it already runs eCos.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

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

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

* [ECOS] porting ecos
@ 2009-03-23 11:36 keerti
  2009-03-23 11:59 ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: keerti @ 2009-03-23 11:36 UTC (permalink / raw)
  To: ecos-discuss

Dear ALL,

Is it possible to boot ecos on board.If yes,how will i configure redboot
to boot ecos kernel.

With regards,
Keerti

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

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

* RE: [ECOS] porting ecos...
  2001-02-23 21:22 김재용
@ 2001-02-24  4:41 ` Gary Thomas
  0 siblings, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2001-02-24  4:41 UTC (permalink / raw)
  To: 김재용; +Cc: ecos-discuss

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

On 24-Feb-2001 ±èÀç¿ë wrote:
> Please help me..
> I don't even know concept of porting, but I have to port ecos in EDB7209-2C
> ARM7 board of Cirrus..
> I have followed instruction in redhat Web Site and downloaded ecos-1.3.1
> and
> extracted...
> And compiled, installed binutils, gcc, gdb in arm target, following
> instruction
> of
> http://sources.redhat.com/ecos/install-linux.html and
> http://sources.redhat.com/ecos/tools/linux-arm-elf.html
> executable comes arm-elf-gcc etc.
> 
> and I don't know what I should do next to port ecos.
> I guess I have to cross-compile kernel, but I don't know how to do that.
> Neither document in redhat Web site nor document in ecos package told me
> what
> to do next. and seems to skip..
> Please tell me what I should do next in detail, including command with
> option
> and argument. Sorry, I am beginner in ecos and porting
> I have not much time and urgent.
> And another question..is ecos included in Embedded Linux?
> Please answer..
> I will wait for your answer.

Firstly, for the Cirrus Logic board you mention, no porting is required
at all as this is one of the platforms we support.

Secondly, you would be much better off by using the eCos sources from
anonymous CVS.  See http://sources.redhat.com/ecos/anoncvs.html

Once you've obstained the latest sources and installed both the sources
and the tools on your system (I assume that you are using Linux for
your development host, based on your references above) then you can
create an eCos kernel for your board.  Once you have a kernel, then
you build and run applications on the board by downloading them using
GDB.

This whole process is rather fully explained in the eCos "Getting
Started Guide" and hardware installation notes.  The full text is
available from our web site at:
  http://sources.redhat.com/ecos/docs.html

If you have additional problems or questions, just send them to
this same eCos discussion list.

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

* [ECOS] porting ecos...
@ 2001-02-23 21:22 김재용
  2001-02-24  4:41 ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: 김재용 @ 2001-02-23 21:22 UTC (permalink / raw)
  To: ecos-discuss

Please help me..
I don't even know concept of porting, but I have to port ecos in EDB7209-2C
ARM7 board of Cirrus..
I have followed instruction in redhat Web Site and downloaded ecos-1.3.1
and
extracted...
And compiled, installed binutils, gcc, gdb in arm target, following
instruction
of
http://sources.redhat.com/ecos/install-linux.html and
http://sources.redhat.com/ecos/tools/linux-arm-elf.html
executable comes arm-elf-gcc etc.

and I don't know what I should do next to port ecos.
I guess I have to cross-compile kernel, but I don't know how to do that.
Neither document in redhat Web site nor document in ecos package told me
what
to do next. and seems to skip..
Please tell me what I should do next in detail, including command with
option
and argument. Sorry, I am beginner in ecos and porting
I have not much time and urgent.
And another question..is ecos included in Embedded Linux?
Please answer..
I will wait for your answer.

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

end of thread, other threads:[~2009-03-23 11:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-26 13:55 [ECOS] porting ecos smith jj
  -- strict thread matches above, loose matches on Subject: below --
2009-03-23 11:36 keerti
2009-03-23 11:59 ` Gary Thomas
     [not found]   ` <4363.121.246.210.150.1237808715.squirrel@webmail11.pair.com>
2009-03-24  8:00     ` Gary Thomas
2001-02-23 21:22 김재용
2001-02-24  4:41 ` Gary Thomas

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