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.

AM62A7: Rebuild sbl null SDK 10.0.0.14 error

Part Number: AM62A7
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi supporter,

I'm trying to rebuild the example sbl null from sdk 10.0.0.14. But after I import it into CCS, I cannot open example.syscfg and build the example with the error:

Invoking: SysConfig
"C:/ti/sysconfig_1.20.0/sysconfig_cli.bat" --script "D:/TI/workspaceD1/sbl_null_am62ax-sk_r5fss0-0_nortos_ti-arm-clang/example.syscfg" -o "syscfg" -s "C:/ti/mcu_plus_sdk_am62ax_10_00_00_14/.metadata/product.json" --context "r5fss0-0" --part Default --package AMB --compiler ticlang
Running script...
subdir_rules.mk:9: recipe for target 'build-425286209' failed
Error: cannot set 'flashType' to 'SERIAL_NAND'
at setHelper (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\proxyHandlers\managedObjectProxyHandler.ts:162:10)
at Object.set (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\proxyHandlers\managedObjectProxyHandler.ts:29:10)
at scriptFunc (D:\TI\workspaceD1\sbl_null_am62ax-sk_r5fss0-0_nortos_ti-arm-clang\example.syscfg:42:55)
at cb (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\runScript.ts:113:7)
at withDeprecatedAccess (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\deprecatedAccessGuard.ts:14:10)
at runAsUserScript (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\scriptingGuard.ts:61:3)
at iteratee (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\runScript.ts:111:5)
at baseEach (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\node_modules\lodash\lodash.js:530:11)
at Function.each (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\node_modules\lodash\lodash.js:9409:52)
at C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\runScript.ts:109:6
Caused by: Error: cannot set 'cmdWrsr' to undefined: Type mismatch, expected = string, actual = undefined
at setHelper (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\proxyHandlers\managedObjectProxyHandler.ts:162:10)
at Object.set (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\proxyHandlers\managedObjectProxyHandler.ts:29:10)
at Object.onChange (C:\ti\mcu_plus_sdk_am62ax_10_00_00_14\source\board\.meta\flash\serialFlash\v0\serialflash_v0.syscfg.js:560:34)
at cb (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:627:26)
at withDeprecatedAccess (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\deprecatedAccessGuard.ts:14:10)
at cb (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:626:8)
at guardCallbackAccess (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\moduleAccessGuard.ts:44:10)
at action (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:625:7)
at L.runOnChanged (C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:1203:4)
at C:\ti\sysconfig_1.20.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:624:11
gmake: *** [build-425286209] Error 1
gmake: Target 'all' not remade because of errors.

Could you please guide me how to fix it?

Thank you and regards,

J.