This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Text section


On Fri, 2001-12-21 at 13:37, Chandra Sekhar G wrote:
> Hi,
> 
>     I have an application whose size is more than the size of the ROM on
> my target.  My target system  has PCMCIA memory.   We want to have some
> part of the executable image on the PCMCIA.  After the board is up we
> want to copy the code that is there on the PCMCIA to the RAM.  For this
> purpose we need to have code in two text sections.  One will be put in
> the ROM and the other will be kept on the PCMCIA.   Is it possible to
> create more than one text sections?
> If possible how to distribute the code among the text sections.

You should instead consider putting RedBoot in ROM, and make it
auto-load and execute the application from the PCMCIA card.

Jesper


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]