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.

LAUNCHXL-F280025C: CCS 5.04.0 syscfg can not work

Part Number: LAUNCHXL-F280025C
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG

Tool/software:

Hi Sir

It worked fine when using 5.03.0 before, but now it cannot be automatically updated to 5.04.0. I have checked the 5.04.0 folder and everything is normal. The content of the json file is as follows

{
    "name": "C2000WARE",
    "displayName": "C2000 SysConfig",
    "version": "5.04.00.00",
    "documentationPath": "./doc",

    "includePaths": [
        ".."
    ],

    "templates": [
    ],

    "components": [
        "/driverlib/PeripheralComponents.js",
        "/utilities/clb_tool/clb_syscfg/source/CLBToolComponents.js",
        "/utilities/dcsm_tool/dcsm_syscfg/source/DCSMToolComponents.js",
        "/utilities/cmd_tool/cmd_syscfg/source/CMDToolComponents.js",
        "/libraries/C2000WARELibraryComponents.js",
        "/kernel/freertos_tool/FREERTOSToolComponents.js",
        "/driverlib/clocktree/clockTreeComponents.js",
        "/utilities/transfer/TransferComponents.js"
    ],

    "devices": [
        "F28004x",
        "F2837xD",
        "F2837xS",
        "F2807x",
        "F2838x",
        "F28002x",
        "F28003x",
        "F280013x",
        "F280015x",
        "F28P65x",
        "F28P55x"
    ],

    "boardPath": "/boards/",
   
    "contexts": {
        "F2837xD": [
            {
                "name": "CPU1",
                "targetdbId": "C28xx_CPU1"
            },
            {
                "name": "CPU2",
                "targetdbId": "C28xx_CPU2"
            }
        ],
        "F2838x": [
            {
                "name": "CPU1",
                "targetdbId": "C28xx_CPU1"
            },
            {
                "name": "CPU2",
                "targetdbId": "C28xx_CPU2"
            }
        ],
        "F28P65x": [
            {
                "name": "CPU1",
                "targetdbId": "C28xx_CPU1"
            },
            {
                "name": "CPU2",
                "targetdbId": "C28xx_CPU2"
            }
        ]
    },

    "minToolVersion" : "1.15.0",
    "migrationProducts" : [ { "name" : "MCU_SDK_F29H85x", "versionRange" : "1.0.0"} ]
}