This is the mail archive of the ecos-discuss@sources.redhat.com 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]

RE: How do I run applications from flash?


> It should in theory just be a change of startup type from RAM to ROM
> for the application. Something that most people do in the configtool.
> There shouldn't be any real need for a flashapp.ecm file in the
> repository.
> 
> You're right, however, that there doesn't appear to be any clear
> explanation of how the startup types are used.

I'm still a bit confused. 

Can I use redboot_ROM.ecm for my application? 

i.e.

ecosconfig new eb40a default
ecosconfig import ...../hal/arm/at91/eb40/misc/redhat_ROM.ecm
ecosconfig tree
make

voila! I can now create application images that I can upload via
my recently installed Redboot. 

Or...


Recap of my goals below:


- I want Redboot in flash. The user never upgrades Redboot. I believe
I have correctly configured and built Redboot. Worked when I tried
the ram version last week. (I'll test more next week.)
- I'd then use Redboot to write the application to flash
- I had planned to create a startup script with a "go" command w/a
delay.
- If the user needs to reprogram the application, he'll reboot,
abort the startup script "go" command and write the application
to flash. (Most likely we'll write a small app for this, I just
recently put together a xmodem, ymodem, zmodem uploader using 
lrzsz that I'm using from my Java program. 
http://sources.redhat.com/ml/cygwin/2003-05/msg00740.html )

Øyvind


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


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