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.

download link for version 6.00

Hi,

The documentaion in this page (http://processors.wiki.ti.com/index.php?title=Code_Composer_Studio_v5_Users_Guide&oldid=137210) is for version 6.00 (ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install) while the download page gives you version 5.07 (ti-sdk-am335x-evm-05.07.00.00-Linux-x86-Install).
Where can I find the download link for version 6.00?

Thank you for your help

 

 

  • Hi Monir,

    Version 06.00.00.00 of the AM335x Sitara SDK is currently in development and is not yet released. I suppose all the related wiki pages are also currently in development so until the new SDK is released there will be some differences in the wiki pages.

    I believe the SDK is to be released in the end of this month, but I may be wrong.

    Best regards,
    Miroslav

  • Hi Miroslav,

    could you please also advise, how should we upgrade sdk versions: install newer over and older one or

    remove older one first (delete files?) and then copy custom board files to the fresh new SDK installation?

    Also, in the docs, recommended is to download sources from git repository if porting PSP to new board, because SDK install package is always slightly outdated.

    If this is true, where is the correct place to get the sources/patches? What is your recommendation?

    (maybe this topic is a good candidate for inclusion in our FAQ)

    Thank you!

  • Hi sviss,

    When you install new SDK, a new folder named with the version number of the SDK is created by default. You are never asked to overwrite the old SDK folder. You may keep it or delete it. This way you can keep two or more releases of the SDK for reference.

    Regarding the git repositories, you will find the Arago linux git repository here and the Arago U-Boot git repository here. There are tags for the different PSP releases and there is also the latest head named "v3.2-staging". Please note that the latest isn't always the most stable.

    When porting PSP to a new board, or when working on a larger project, it is always a good practice to keep your source code under GIT. This way it is much easier to track changes, apply patches, etc.

    I hope this answers your questions.

    Best regards,
    Miroslav

  • Very kind of you, thanks!