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.

"!ERROR: The device-variant ID provided is not recognized: 'null'."

Other Parts Discussed in Thread: CCSTUDIO

Received when executing the following command line

eclipsec -noSplash -data E:\Builds\NanoScan2\UnitTests\workspace -application com.ti.ccstudio.apps.projectCreate -ccs.name Unity - ccs.device com.ti.ccstudio.deviceModel.C6000.GenericC674xDevice

  • Kurt,

    Looks like the space between the "-" and "ccs.device" in your command line is causing the issue:

    -ccs.name Unity - ccs.device

    I can reproduce the error with that space but it works well when it is removed.