Hi all,
I am a newcomer into embedded linux issues. We are gonna use TCI6614 and Keystone II 6636 devices in our company projects. As you know sys/bios is not supported for A-15 cortex ARM Core in 6636. So we plan to use embedded linux as OS. however we dont need all linux capabilities or functions, so we want to try including basic linux as a library package (as ".lib" file) into a CCSv5 project and use these library functions to create our tasks and schedule task priorities only.
To be clear i want to give an example about my goal. We use an echo cancellation software from a 3rd party company in our TI DSP projects. This is given us as a library package (.lib file). We only do some necessary memory utilizations and call their library functions to cancel the echo. I want to use linux in this manner too.
Is this possible? If yes how can i do that?
Thank you all.
Cem