My primary problem is that my EVM quit working. I was able to do DSP stuff over JTAG/CCS for quite a while and then started trying to do the same on A15 stuff, simple RTS-only HelloWorld, but had problems.
I found that my BMC was reporting SOC_POWER_GOOD timeout error, so I updated my BMC to 1.0.2.5 (was 1.0.1.3a), and it still fails. That led me to look to the UCD updates using bmc_tool.py which I downloaded, along with the serial tool both from here .
But when I try to run the bmc_tool.py from python27, I get errors:
python said:
C:\Python27>python bmc_tool.py
Traceback (most recent call last):
File "bmc_tool.py", line 48, in <module>
from Tkinter import *
File "C:\Python27\lib\lib-tk\Tkinter.py", line 38, in <module>
import FixTk
File "C:\Python27\lib\lib-tk\FixTk.py", line 68, in <module>
import _tkinter
ImportError: DLL load failed: %1 is not a valid Win32 application.
I have C:\Python27 in my path. The Python that I installed is 2.7.11 which was the latest on the 2.7 level. Could that be a problem where the instructions said to install "2.7.5 (NOT version 3.3)"?
Any advice will be appreciated!
Regards,
RandyP