[ECOS] Embedding eCos Application
K. Young Park
pkyoung@palmpalm.co.kr
Thu Jul 5 23:19:00 GMT 2001
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
More information about the Ecos-discuss
mailing list