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
