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.

CCS/IWR1642BOOST: How does the IWR1642 project file run on a computer that does not have an SDK installed?

Part Number: IWR1642BOOST
Other Parts Discussed in Thread: IWR1642

Tool/software: Code Composer Studio

TI engineers, how can I separate the DEMO of an IWR1642 and run it on a computer without an SDK? I tried to put the ti file under C:\ti\mmwave_sdk_02_00_00_04\packages under the IWR1642DEMO project, and then add the path of ti under the properties->build->c6000 compiler->include option in CCS, in anticipation of this. This IWR1642 DEMO can be run on any CCS with a version above 7.4, so that our code is more flexible and easy to view and compile, instead of only running and compiling correctly on the computer with the SDK installed. But the result is not, my operation is not enough, and this DEMO is running the operating system, what if the other computer does not install the BIOS? What should I do? Is there any specific instructions?
Thank you.

  • Hi ZHG,

    This is not the recommended method for development at all. Would you be able to describe what kind of issues you're seeing with the SDK?

    Unfortunately we do not support operation of TI mmWave Devices without use of the mmWave SDK.

    Cheers,

    Akash

  • Hi Akash

    This is the error I encountered when compiling the project file. I am doing this for the convenience of others to view and compile. The specific development is based on the computer on which the SDK is installed. I can add files to the project file. Under the catalog to achieve my goals? Or add a file path, etc. Thank you.

    Cheers,

    ZHG

  • I've noticed you have your SDK installed on your desktop which can cause some issues when it comes to linking and finding specific files. You should install the SDK in your C:/ti folder and then recompiling the project from a clean workspace.

    Cheers,

    Akash