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.

Cannot get the restore factory default images instructions to run

I want to restore the factory defaults on the EVAL board using the "restore factory default images" instructions on the CD included.  However, I get the error highlighted below indicating that 32 bit dlls are in use on a 64 bit system.  The contents of the CD were re-installed without error and the error persists.

Does anybody know how to get past this?


c:\factory_images>set DSS_SCRIPT_DIR="C:\Program Files (x86)\Texas Instruments\ccsv5\ccs_base_5.0.3.00023\scripting\bin"
c:\factory_images>dir %DSS_SCRIPT_DIR%
Volume in drive C is OS
Volume Serial Number is B845-7168
Directory of C:\Program Files (x86)\Texas Instruments\ccsv5\ccs_base_5.0.3.00023\scripting\bin
01/23/2013 09:58 AM <DIR> .
01/23/2013 09:58 AM <DIR> ..
04/07/2011 10:39 PM 2,692 dss.bat
04/07/2011 10:39 PM 902 dss.sh
02/17/2011 06:35 AM 3,913 trace_dss.bat
3 File(s) 7,507 bytes
2 Dir(s) 589,162,160,128 bytes free
c:\factory_images>%DSS_SCRIPT_DIR%\dss.bat program_evm.js evmc6678lx-le
targetFlag: evmc6678lx
ccxml:c:\factory_images/configs/evmc6678l/evmc6678lx.ccxml
Start writing to EEPROM
2013_01_23_113505
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\Texas Instruments\ccsv5\ccs_base_5.0.3.00023\DebugServer\bin\win32\LibraryLoader.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.ti.debug.engine.xpcom.DLLPreLoader.load(DLLPreLoader.java:40)
at com.ti.debug.engine.xpcom.Runtime.preXPCOMInit(Runtime.java:202)
at com.ti.debug.engine.xpcom.Runtime.startBare(Runtime.java:148)
at com.ti.debug.engine.xpcom.Runtime.startBare(Runtime.java:105)
at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:207)
at com.ti.debug.engine.impl.Application.<init>(Application.java:88)
at com.ti.debug.engine.cce.CCEDebugEngine.<init>(CCEDebugEngine.java:17)
at com.ti.debug.engine.cce.CCEDebugEngine.instance(CCEDebugEngine.java:50)
at com.ti.debug.engine.scripting.DebugServer.start(DebugServer.java:635)
at com.ti.debug.engine.scripting.DebugServer$SessionFactory.<init>(DebugServer.java:145)
at com.ti.debug.engine.scripting.DebugServer.openSession(DebugServer.java:1337)
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:142)
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:201)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:74)
at org.mozilla.javascript.gen.c1._c0(program_evm.js:189)
at org.mozilla.javascript.gen.c1.call(program_evm.js)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
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:500)
at org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java:422)
at org.mozilla.javascript.tools.shell.Main.processFile(Main.java:388)
at org.mozilla.javascript.tools.shell.Main.processSource(Main.java:379)
at org.mozilla.javascript.tools.shell.Main.processFiles(Main.java:176)
at org.mozilla.javascript.tools.shell.Main$IProxy.run(Main.java:97)
at org.mozilla.javascript.Context.call(Context.java:540)
at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:447)
at org.mozilla.javascript.tools.shell.Main.exec(Main.java:159)
at org.mozilla.javascript.tools.shell.Main.main(Main.java:137)
c:\factory_images>