AM2634: Version 1.25.0 of sysconfig is incompatible with SDK library version 11_00_00_1

Part Number: AM2634
Other Parts Discussed in Thread: SYSCONFIG

I switched the SDK library version in my project from sdk_am263x_10_00_00_35 to sdk_am263x_11_00_00_19, and the syscfig version from sysconfig_1.21.1 to sysconfig_1.25.0. After the switch, I found that the syscfig file could not be opened in the project.After opening, the following content will be reported as shown in the screenshot. 

d097b383b0c05551e58000c52a4ca86.png

75b6a0e50e31a73b4a219341ae70283.png

If I use CCS 20.3 to open the examples in your TI sdk_am263x_11_00_00_19 library, I can open Sysconfig normally.

1761056518(1).png

At the same time, I also tried copying the contents of my Syscfig file into your example's Syscfig file and found that it still couldn't be opened properly.

1761057232(1).png

1761057295(1).png

The specific details are as follows:

Setting up SysConfig...

 
 
Error loading D:\CCS20.3\Draco1_2P2Z_3\hello_world_board_syscfg_am263x-cc_r5fss0-0_nortos_ti-arm-clang\example.syscfg

Would you like to re-try in compatibility mode?

TypeError: unknown property: initializationTime
Hide Details...

at m (localhost:51149/.../ui.js:519:1145302) at Object.set (localhost:51149/.../ui.js:519:1145944) at eval (D:\CCS20.3\Draco1_2P2Z_3\hello_world_board_syscfg_am263x-cc_r5fss0-0_nortos_ti-arm-clang\example.syscfg:464:30) at read (localhost:51149/.../ui.js:519:1252425) at t.withDeprecatedAccessAsync (localhost:51149/.../ui.js:519:777823) at t.runAsUserScriptAsync (localhost:51149/.../ui.js:519:1257749) at h (localhost:51149/.../ui.js:519:1252403) at t.createFromScripts (localhost:51149/.../ui.js:519:1253109) at t.capture (localhost:51149/.../ui.js:519:1018239) at R.createSysConfig (localhost:51149/.../ui.js:519:92347)

Looking forward to your reply, thank you.

  • Hi ,

    initializationTime is a parameter in watch dog. There are some changes made in the sysconfig configuration of watchdog. 

    Can you remove watchdog from the sysconfig by opening it in 10.0 SDK and then reopen the sysconfig file 11.0 SDK. In 11.0 SDK, you can reconfigure the watchdog.

    Regards,

    Aswin