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.

AM263P4: Sysconfig error with PRU-ICSS module

Part Number: AM263P4
Other Parts Discussed in Thread: SYSCONFIG

Hi,

 

we are using Sysconfig v1.27 and are running into the following error when opening up a syscfg file. This file was opening before, but something was corrupted to the point that the following error appears now:

Unknown error: Failed to construct 'ContextifyScript': Missing initializer in const declaration
Hide Details...

 

const PRU-ICSS1                    = scripting.addPeripheral("PRU-ICSS");

      ^^^

 

SyntaxError: Failed to construct 'ContextifyScript': Missing initializer in const declaration

    at new Script (node:vm:116:7)

    at createScript (node:vm:268:10)

    at Object.runInThisContext (node:vm:316:10)

    at http://localhost:60110/ui.js:519:1263617

    at u (http://localhost:60110/ui.js:519:1263667)

    at h (http://localhost:60110/ui.js:519:1291449)

    at t.createFromScripts (http://localhost:60110/ui.js:519:1292239)

    at async t.capture (http://localhost:60110/ui.js:519:1048483)

    at async B.createSysConfig (http://localhost:60110/ui.js:519:93597)

    at async B.createConfigStore (http://localhost:60110/ui.js:519:92874)

 

Here is the syscfg file:

smcu.zip 

 

 

Please let us know what could be missing.

 

Thanks!

--Gunter