Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

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.

[FAQ] TDA4VM: K3 ResPart Tool fails to open on SDK 8.5

Part Number: TDA4VM
Other Parts Discussed in Thread: SYSCONFIG, TDA4VL, DRA821,

I am trying to use the K3 Resource Partitioning Tool plugin with SysConfig. I followed the steps in the Getting Started section of the K3 Resource Partitioning Tool, but it is failing on the "Open an Existing Design".

I do not see any issues with SDK 8.4, and the tool is functional.

The same issue is also seen with the 8.5 Processor Linux SDKs of DRA821/J7200, TDA4VL/J721S2 SoCs.

  • Hi,

    The K3 Resource Partitioning Tool in SDK 8.5 has missed to package a new file tifsResRem.json. This missing file is causing the above failure.

    The file is added as part of the tool updates to support a new SoC. Please add the attached tifsResRem.json file to the following location based on your installed SDK.

    tifsResRem.json
    [
    	"RESASG_SUBTYPE_IR_OUTPUT",
    	"RESASG_SUBTYPE_UDMAP_GLOBAL_CONFIG",
    	"RESASG_SUBTYPE_GLOBAL_EVENT_TRIGGER",
    	"RESASG_SUBTYPE_GLOBAL_EVENT_SEVT"
    ]

    J721E/TDA4VM  : <ti-processor-sdk-linux-j7-evm-08_05_00_08>/board-support/k3-respart-tool/data/

    J7200                  : <ti-processor-sdk-linux-j7200-evm-08_05_00_08>/board-support/k3-respart-tool/data/

    J721S2/TDA4VL :  <ti-processor-sdk-linux-j721s2-evm-08_05_00_08>/board-support/k3-respart-tool/data/

    The Tool will be functional once the file is added. Following is an example output on J721E/TDA4VM.

    regards

    Suman