Add programming files for FTDI EEPROM

This commit is contained in:
Mario Hüttel 2021-06-20 12:37:04 +02:00
parent 5dba0f8e2d
commit 93ae71bcbc
3 changed files with 50 additions and 0 deletions

6
README.MD Normal file
View File

@ -0,0 +1,6 @@
# FTDI EEPROM Programming (Linux)
- Install ftdi_eeprom
- Go to the ftdi_eeprom subfolder
- Execute ``ftdi_eeprom --flash-eeprom ft4232.conf``
- Finished

1
ftdi_eeprom/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.bin

43
ftdi_eeprom/ft4232.conf Normal file
View File

@ -0,0 +1,43 @@
# Filename of the EE file to be generated. Leave empty to skip file writing.
filename=ft4232.bin
# Vendor ID. FT4232H factory default 0x0403.
vendor_id=0x0403
# Product ID. FT4232H factory default 0x6011.
product_id=0x6011
# EEPROM Type: 0x46 for 93xx46, 0x56 for 93xx56 and 0x66 for 93xx66.
eeprom_type=0x46
manufacturer="shimatta.de"
product="Shimatta JTAG Adapter"
serial="000001"
# Use the serial number string.
use_serial=true
# Max. power consumption: value * 2 mA. Use 0 if self_powered = true.
max_power=50
# Turn this off for bus powered.
self_powered=false
# Turn this on for remote wakeup feature.
remote_wakeup=false
# Set port operate mode.
cha_type=UART
chb_type=UART
# Use virtual com-port driver.
cha_vcp=true
chb_vcp=false
chc_vcp=true
chd_vcp=true
# Enable RS485 mode.
cha_rs485=false
chb_rs485=false
chc_rs485=true
chd_rs485=true