RE: [ECOS] Multiple code images in flash

2006-09-05 Thread Laurie Gellatly
, 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

Re: [ECOS] Multiple code images in flash

2006-09-05 Thread Bart Veer
> "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

Re: [ECOS] Multiple code images in flash

2006-09-05 Thread Ilija Koco
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

Re: [ECOS] Multiple code images in flash

2006-09-05 Thread Bart Veer
> "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

[ECOS] Multiple code images in flash

2006-09-04 Thread Laurie Gellatly
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