You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raises Error: pyftdi.ftdi.FtdiError: EEPROM does not support mirroring
Using ftconf.py like this also throws mirroring error: ftconf.py ftdi://ftdi:ft-x:FT79RVRU/1 -p "My Name" -u
However, I am able to change the Product Name on the FTProg Windows application, so it does not seem to be the issue with FTDI or EEPROM itself. I am not sure what else can I do. I have given the access to FTDI through udev rules, not sure what else can I try.
The text was updated successfully, but these errors were encountered:
Through pyftdi Python library I am unable to commit changes to EEPROM.
Cable: TTL-234X-5V
OS: Linux Mint 20.2
Python: 3.10.12
pyftdi: 0.55.0
raises Error:
pyftdi.ftdi.FtdiError: EEPROM does not support mirroring
Using ftconf.py like this also throws mirroring error:
ftconf.py ftdi://ftdi:ft-x:FT79RVRU/1 -p "My Name" -u
However, I am able to change the Product Name on the FTProg Windows application, so it does not seem to be the issue with FTDI or EEPROM itself. I am not sure what else can I do. I have given the access to FTDI through udev rules, not sure what else can I try.
The text was updated successfully, but these errors were encountered: