This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Without linux?

Is there any other platform/OS for DM355 besides Linux? My application does not use Ethernet, TCP/IP, network. All I need is JPEG / MPEG compression and a scheduler to run parallel tasks. The files would be extracted using RS232. I though about switching to some other RTOS (like FreeRTOS or any other small embedded RTOS). My understanding is that MPEG/JPEG coprocessor does not care what OS is used. All it would do is take some data from one memory location, do its magic, and put the result into a different memory location.

This is what it says about the OS in An Overview of TI's Digital Video Software Development Kit:

Operating system diversity. Supporting different operating systems (OSs) is not just a matter of porting and reuse strategies. From a product perspective, it’s also important to make our software adapt to the development environment specific to that OS.

Has anybody tried anything other than Linux?

Thank you.