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]

Multiple code images in flash


Hi All,
I am developing an ARM based system that has room in flash for maybe 3
copies of its code.
There is insufficient room in RAM for a copy of the code to run so the app
must run from flash.
I'd like to provide a system that can support downloadable firmware updates.

I believe that the app code is position dependant so although I could have
copies at different flash locations it becomes messy to maintain.

I'm interested in hearing how others have solved this problem.

Also, I gather that I'll need to run any flash programming from RAM rather
than from an unaffected section of flash.
I'm interested in hearing how this affects and is catered for in the
solution.

Thanks			...Laurie:{)


-- 
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]