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.

AM335x SYSBIOS Industrial SDK development from Linux?



I was able to get started with the etherCAT slave demo for TMDXICE3359, build from windows.

Is there any way or plans to have the development environment available for Linux?

The download area currently only has a windows installer:

http://www.ti.com/tool/sysbiossdk-ind-sitara

Thank you,

MB

  • Matthieu,

    I am not aware of any plans for a Linux installer. However you may just copy/paste the install folder from a Windows machine. The only other thing we do in the installer is to set the IA_SDK_HOME variable to the path of the SDK. This can also be done inside your CCS environment on Linux. So I do not see a critical need for an installer.

    Regards.

  • Hello Frank,

    Thanks for the hint, I copied over the tree from windows, set IA_SDK_HOME, minor edits to update C:\ to the new unix path.

    The demos build up to *.out, but fail at post_build.

    The .bat scripts are easy to fix, but I seem to be missing an "mkhex4bin"

    Is there an already packaged mkhex4bin for linux, or where can I find the source to compile it?

    Regards,

    MB