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]

Embedding eCos Application


Hi, all.
I want to embed my eCos application to my SA-1110 based platform.
I ported redboot to the platform and it works fine.
I developed an application using the remote debugging facility of GDB.
Now I want to make the application stand alone, that is, it should run on reset.
Of course I can make my redboot to load the application and execute it, 
but it requires additional ROM and some HAL codes will be duplicated.
I have tried to include the application to the RedBoot, but the system crashes 
when it encounters kernel API such as semaphore_wait.
Simple inclusion of CYGPKG_KERNEL does not seem to properly initialize all the kernel stuffs.
Now my question is what modification will be needed to the RedBoot if I want to run an eCos application on the RedBoot?
Or do you have any better idea for making the application stand-alone?
Thanks in advance.

K. Young Park


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