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.

Using ISDK V1.0.0.5

Other Parts Discussed in Thread: AM3356, SYSBIOSSDK-IND-SITARA, SYSBIOS

Myself and a few others are working on an embedded solution that requires the use of multiple industrial ethernet communications protocols, one of which being Profinet.  The target platform will have an AM3356 MPU on it and so we got a few ICE v2 development kits to test our code on.  After quite a bit of hardship were able to get the UART Echo, EthernetLWIP, and Profinet Slave examples from the ISDK V1.1.0.4 to run properly using the following tools:

CCS: 6.0.1.0004

XDCtools - 3.25.3.72

NDK - 2.22.3.20

SYS/BIOS - 6.35.4.50

After a few weeks it was decided that we should use the latest and greatest and so we are trying to use ISDK v1.1.0.5.  I am currently just trying to get the Ethernet LWIP example to build, and I cannot get it to build no matter my set up.  The following guides seem to be useless: http://www.ti.com/tool/sysbiossdk-ind-sitara, http://processors.wiki.ti.com/index.php/AM335x_SYSBIOS_Industrial_SDK_Getting_Started_Guide#SDK_Installation, http://processors.wiki.ti.com/index.php?title=AM335x_SYSBIOS_Industrial_SDK_01.01.00.05_User_Guide&oldid=187311#Software.C2.A0, and basically any other guide or release notes document I have come across related to SDK/NDK/CCS/SYSBIOS.

My question is simple:

What needs to be done to get the ISDK V1.1.0.5 up and running?  I do not want to be directed to a user's guide as I have read through and tried following them all (I have been at this off and on for about two weeks).  I want plain English instructions.  Reading through the posts on this forum alludes to the fact that some people out there have gotten this thing to work.

Any help is appreciated.

As an FYI: one of the other people working on this project made a similar post here http://e2e.ti.com/support/embedded/tirtos/f/355/p/376224/1324452.aspx#1324452.  His post is marked as verified only because he got pulled off the project for a few weeks and the post was marked as verified by someone else.  We are still having issues.

  • Hello,

    Can you please share the issues you are running into? With the recommended software setup(mentioned here), the application should build as-is.

    Trevor Parsh said:

    CCS: 6.0.1.0004

    XDCtools - 3.25.3.72

    NDK - 2.22.3.20

    SYS/BIOS - 6.35.4.50

    This doesn't look like the right setup to me for ISDKv1.1.0.5. 

    Regards,
    Vinesh

  • The tools that you call into question are related to v1.0.04 of the industrial SDK, as I state in my original post.

    In other news, I have gotten the examples to build and run on the ICE board.  The problem was that I did not Refactor the RTSC tools.  After Refactoring, the projects built just fine!

  • Glad that you got it working.

    Regarding the tools you mentioned, it still doesn't fit into ISDKv1.1.0.4 software requirements - http://processors.wiki.ti.com/index.php/AM335x_SYSBIOS_Industrial_SDK_01.01.00.04_User_Guide#Software.C2.A0

    There is a change in compiler version between CCSv5.5 and CCSv6, this has to be taken care while building examples. Plus NDK 2.24.x has brought in some changes.

    Regards,
    Vinesh