public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] ARM Cortex RM4?
@ 2013-06-28  9:39 Mathew Maher
  2013-06-28 12:33 ` Ilija Kocho
  0 siblings, 1 reply; 2+ messages in thread
From: Mathew Maher @ 2013-06-28  9:39 UTC (permalink / raw)
  To: ecos-discuss

Hi all,
Can anyone advise how involved it would be to port eCos to a Cortex
RM4F device, or whether the guts of this (including compiler) are
currently supported?
Thanks
Mat

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

* Re: [ECOS] ARM Cortex RM4?
  2013-06-28  9:39 [ECOS] ARM Cortex RM4? Mathew Maher
@ 2013-06-28 12:33 ` Ilija Kocho
  0 siblings, 0 replies; 2+ messages in thread
From: Ilija Kocho @ 2013-06-28 12:33 UTC (permalink / raw)
  To: Mathew Maher; +Cc: ecos-discuss

Hi Mathew

Putting eCos on Cortex-R device would be a great thing. I can't
calculate how much time it would take, but here I'm trying to specify
what should be done. On first site Cortex-R architecture seems to have
enough ARM so it could be added as variant (or variants) to ARM
architecture. In order to get eCos prompt to serial port, one will need
to make:

   - Boot code;
   - Clocking support;
   - Interrupt controller support;
   - HAL diagnostic driver.

Eventually, (dependent how much Cortex-R differs from ARM) It may also
be necessary to deal with exception vectors.

Once you get "Hello world" on your HAL diagnostic driver you will need
real serial driver. My advice is to check existing drivers abroad eCos
tree, there may be a driver for your serial controller already.

You may also want hardware floating point. You may look at Cortex-M
port, as Cortex-M4F and Cortex-RF may have similar FPU units.

Regarding toolchain, you may give a try to eCos gnutools test release
4.6.3 Ref
http://ecos.sourceware.org/ml/ecos-discuss/2012-06/msg00047.html that
includes  multilib support for FPv4-SP-D16 (I would appreciate if you
send some feedback)

I hope this helps, do not hesitate to ask and have fun.

Ilija


On 28.06.2013 11:39, Mathew Maher wrote:
> Hi all,
> Can anyone advise how involved it would be to port eCos to a Cortex
> RM4F device, or whether the guts of this (including compiler) are
> currently supported?
> Thanks
> Mat
>


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

end of thread, other threads:[~2013-06-28 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28  9:39 [ECOS] ARM Cortex RM4? Mathew Maher
2013-06-28 12:33 ` Ilija Kocho

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