eCos ROM startup from RedBoot
Pierre-Jean COUDERT <[email protected]> Mon, 18 Jun 2012 12:33:08 +0200
| Newsgroups | gmane.os.ecos.devel |
|---|---|
| Message-ID | <CAPOkc719k6fQbULUNoVC=4GbncQbFj-t6dF3nBJDgx1KNpc5fA@mail.gmail.com> |
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