, 5 September 2006 7:27 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [ECOS] Multiple code images in flash
>>>>> "Ilija" == Ilija Koco <[EMAIL PROTECTED]> writes:
Ilija> Bart Veer wrote:
>> You do not say whether or not the
> "Ilija" == Ilija Koco <[EMAIL PROTECTED]> writes:
Ilija> Bart Veer wrote:
>> You do not say whether or not the application is an eCos one.
>> eCos applications are not position-independent, they are linked
>> to run at specific addresses.
Ilija> Could it be possible with
Bart Veer wrote:
> You do not say whether or not the application is an eCos one. eCos
> applications are not position-independent, they are linked to run at
> specific addresses.
Could it be possible with some compile/link options to produce position
independent code? I have experience with other R
> "Laurie" == Laurie Gellatly <[EMAIL PROTECTED]> writes:
Laurie> Hi All,
Laurie> I am developing an ARM based system that has room in flash
Laurie> for maybe 3 copies of its code. There is insufficient room
Laurie> in RAM for a copy of the code to run so the app must run
L
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 cod