ftx-prog
ftx-prog copied to clipboard
A Linux command-line alternative to the FTDI FTProg utility for FTDI's FT-X series
I'm getting the following error when using `sudo ./ftx_prog --dump`: ``` ftx_prog: version 0.3 Modified for the FT-X series by Richard Meadows Based upon: ft232r_prog: version 1.23, by Mark Lord....
Problem: - the restore file is loaded into the `new` buffer - the eeprom_fields of the `old` buffer are decoded into `ee` - `ee` is patched in place via `process_args`...
Greetings, Apologies in advance for a newbie question. Does this work for all FT devices? I tried commands such as the following with a couple of FTDI devices: ``` sudo...
I'm making a games machine as documented here: https://forum.odroid.com/viewtopic.php?t=33936 I've been programming the FT231X using your program which I've found very useful. Since this device is aiming to be low...
Option --restore fails different detection. "new" is overwritten by ee_encode (old's values) right after loading from file. Moved ee_encode into else scope. Factory configuration location 0x80 thru 0x9f of eeprom...
When using --save, I can generate a file with the contents of the EEPROM, but using --restore on a new command line, with the created file as argument, does nothing....
The serial number is currently the only way to specify the device to program. There is no way to select a specific device from a device node (e.g. /dev/ttyUSBx) or...
In [commit 1341d561973b87238676950140ea91bd1b456bd8](https://github.com/richardeoin/ftx-prog/commit/1341d561973b87238676950140ea91bd1b456bd8) the option "--ftprog-strings" has been changed to "--8bit-strings". If possible please update the Readme.
UTF-16 encoding, a USB standard, is not supported. For example, writing "Bloguetrónica" as the manufacturer using FTDI's FT_Prog or ftx-prog yields different results. --ftprog-strings is not supported as a valid...
Greetings, I would like to use this ftx-prog tool to update my dbus driving current value of 2pcs FT231X. However, I only could see one device when I used this...