Olmec Linux™ SDK

Unlike other embedded SDKs which provide some libraries that can be used, and possibly some new graphical tools or IDE, The Olmec Linux SDK is a full Linux distribution that can be run in a virtual machine environment on your regular workstation.

The Olmec SDK is actually the same code that you run on your target, it's just configured for development instead of for a particular embedded target. This allows a smoother transition for code that is developed on your workstation

Code Migration

It becomes easy to develop your code on your workstation, then recompile and test it in the SDK, and finally, include it in your target.

The SDK avoids the need for cumbersome cross compilation. If you can compile your code on your workstation, then it should also compile in the SDK.