Since moving to the latest CERN-IPMC devkit, I get this error while trying to use:
$ devkit_ctrl -a get_atca_blueled
Traceback (most recent call last):
File "/ipmc/ipmc-tester/ipmc-tester/DevKITControl.py", line 508, in <module>
IPMCDevObject = IPMCDevCom.IPMCDevCom()
File "/home/pi/.local/lib/python3.9/site-packages/IPMCDevLib/IPMCDevCom.py", line 21, in __init__
if 'IPMCTP_CTRLER' in hello.decode():
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfe in position 0: invalid start byte
How can I get a patch and update the CERN stack please ?
What is the python version that is being used? Should be 3.9.2. It’s possible that the software for the Raspberry pi on your tester is not up-to-date. Can you please try the following:
I had another FTDI device connected on the Pie that seems to cause part of the problem.
Once disconnected, it still fails on the first try (after a fresh reboot), but afterward it works back…