Other Parts Discussed in Thread: CCSTUDIO, 66AK2E05, AM1802
I am trying to restore the nand flash on the EVMK2EX using the instructions found here https://software-dl.ti.com/processor-sdk-linux/esd/docs/06_03_00_106/linux/Overview/Program_EVM.html. It looks like I have all the environment variables set correctly however I am getting an error reporting that 'An invalid processor ID has been found.'
Am I doing something wrong? Any suggestions?
This is the complete output I get:
F:\ti\processor_sdk_rtos_k2e_6_03_00_106\bin>%DSS_SCRIPT_DIR%\dss.bat program_evm.js evmk2e nand
Running dss.bat
f:\ti\ccs1040_k2e\ccs\ccs_base\scripting\bin\..\..\DebugServer
board: evmk2e
endian: Little
emulation: XDS2xx emulator
binaries: ../prebuilt-images/
ccxml: e:\TI\MCSDK_3_01_04_07\mcsdk_bios_3_01_04_07\tools\program_evm\configs\evmk2e\evmk2e.ccxml
SEVERE: Can't generate board data file C:\Users\MiLewis\AppData\Local\TEXASI~1\CCS\CCS104~1\0\0\BrdDat\ccBoard0.dat
An invalid processor ID has been found.
SEVERE: Could not start server: DebugServer.1: Can't generate board data file C:\Users\MiLewis\AppData\Local\TEXASI~1\CCS\CCS104~1\0\0\BrdDat\ccBoard0.dat
An invalid processor ID has been found.
org.mozilla.javascript.WrappedException: Wrapped com.ti.ccstudio.scripting.environment.ScriptingException: Could not start server: DebugServer.1: Can't generate board data file C:\Users\MiLewis\AppData\Local\TEXASI~1\CCS\CCS104~1\0\0\BrdDat\ccBoard0.dat
An invalid processor ID has been found.
(program_evm.js#342)
at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1693)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:160)
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:204)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:76)
at org.mozilla.javascript.gen.c1._c0(program_evm.js:342)
at org.mozilla.javascript.gen.c1.call(program_evm.js)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:340)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2758)
at org.mozilla.javascript.gen.c1.call(program_evm.js)
at org.mozilla.javascript.gen.c1.exec(program_evm.js)
at org.mozilla.javascript.tools.shell.Main.evaluateScript(Main.java:503)
at org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java:425)
at org.mozilla.javascript.tools.shell.Main.processFile(Main.java:391)
at org.mozilla.javascript.tools.shell.Main.processSource(Main.java:382)
at org.mozilla.javascript.tools.shell.Main.processFiles(Main.java:179)
at org.mozilla.javascript.tools.shell.Main$IProxy.run(Main.java:100)
at org.mozilla.javascript.Context.call(Context.java:528)
at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:450)
at org.mozilla.javascript.tools.shell.Main.exec(Main.java:162)
at com.ti.ccstudio.apps.internal.scripting.RunScript$1.run(RunScript.java:89)
Caused by: com.ti.ccstudio.scripting.environment.ScriptingException: Could not start server: DebugServer.1: Can't generate board data file C:\Users\MiLewis\AppData\Local\TEXASI~1\CCS\CCS104~1\0\0\BrdDat\ccBoard0.dat
An invalid processor ID has been found.
at com.ti.debug.engine.scripting.DebugServer$SessionFactory.<init>(DebugServer.java:158)
at com.ti.debug.engine.scripting.DebugServer.openSession(DebugServer.java:1257)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:145)
... 18 more
Thanks,
Mike





