This is the mail archive of the ecos-discuss@sourceware.org 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]

Redboot heap utilisation


Hi !

How does redboot handle it's heap ?
Is there a limit for the RAM, which is reserved for redboot ?

My current problem is, that an application (approx. 2MB elf-format) does
not start
if it is loaded from the jffs2 into RAM at its starting address
(0x80000). 
But if the same application is loaded into RAM at a "higher"
offset (e.g. 0x300000) and then copied down to its starting address the
same 
application works perfectly.

Is it possible that handling of jffs2 and loading an application may
allocate
memory on the heap which may overlap with the starting address of the
application ?

Thanks in advance.

Regards, 
Gernot


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


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