public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] eCos ROM startup from RedBoot
@ 2012-06-18 14:00 Pierre-Jean COUDERT
  2012-07-14 16:38 ` Ilija Kocho
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre-Jean COUDERT @ 2012-06-18 14:00 UTC (permalink / raw)
  To: ecos-discuss

Hello,

I have RedBoot running from flash with a ROM startup on a memory
constrained platform ( ARM Cortex-M Kinetis K60).

I would like to be able to launch an eCos application stored in Flash
from RedBoot.
So, my hardware will be first initialized by RedBoot.

I already have build a corresponding modified memory mapping (.ldi files)
I think, I'll need a "mixed" startup type (between ROM and RAM) :
quite like a RAM startup concerning the vectors initialization but
with a .data section RAM initialization as in a ROM startup.

Does this kind of startup already exists on other platforms ?
Do I need to create a new startup type ?

Thanks in advance for your response.

Yours,

Pierre-Jean Coudert

-- 
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] eCos ROM startup from RedBoot
  2012-06-18 14:00 [ECOS] eCos ROM startup from RedBoot Pierre-Jean COUDERT
@ 2012-07-14 16:38 ` Ilija Kocho
  0 siblings, 0 replies; 2+ messages in thread
From: Ilija Kocho @ 2012-07-14 16:38 UTC (permalink / raw)
  To: ecos-discuss

Hello Pierre-Jean

Sorry for delayed response but it took some time.

It seem that it works.
The startup type could be something like this:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001623

You may also need a Flash driver, it's on a way:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001561

Note: Flashing is critical operation, it may lock your Kinetis flash for
good, no protection yet. Usage is on your own responsibility.

Regards

Ilija


On 18.06.2012 15:59, Pierre-Jean COUDERT wrote:
> Hello,
>
> I have RedBoot running from flash with a ROM startup on a memory
> constrained platform ( ARM Cortex-M Kinetis K60).
>
> I would like to be able to launch an eCos application stored in Flash
> from RedBoot.
> So, my hardware will be first initialized by RedBoot.
>
> I already have build a corresponding modified memory mapping (.ldi files)
> I think, I'll need a "mixed" startup type (between ROM and RAM) :
> quite like a RAM startup concerning the vectors initialization but
> with a .data section RAM initialization as in a ROM startup.
>
> Does this kind of startup already exists on other platforms ?
> Do I need to create a new startup type ?
>
> Thanks in advance for your response.
>
> Yours,
>
> Pierre-Jean Coudert
>


-- 
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:[~2012-07-14 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-18 14:00 [ECOS] eCos ROM startup from RedBoot Pierre-Jean COUDERT
2012-07-14 16:38 ` 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).