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.

AM6442: CCS 10.4 ROV path to FreeRTOS.rov.js

Part Number: AM6442

Dear TI,

I have managed to activate ROV in SDK (8.1.0.7) example.

Now I would like to activate it in our project where SDK is embedded in our repository (i.e. it is not in the "official" path).

I could solve it by specifying full path of FreeRTOS.rov.js in syscfg_c.rov.xs file like this:

/home/user_name/local_project_directory/modules/mcu_plus_sdk/TI_sdk/mcu_plus_sdk_am64x/source/kernel/freertos/rov/FreeRTOS.rov.js

I am looking for a common solution for all team members. Is there any chance to specify the path without /home/user_name ?

Which is the start directory when CCS processes syscfg_c?

Regards, Kalman