This folder already have 2 binary from 2 different board.
-
Digilent SMT1 for FT2232HL base board.
-
Digilent HS2 for FT232H base board (from Microphase board).
-
Digilent HS1 for FT232H base board (from Aliexpress).
I don't know if HS1 & HS2 make a different when in use in ISE/Vivado. Only test it on Vivado, because never used ISE anymore. Place it all here just in case.
Is a small tool for reading/erasing/flashing FTDI USB chip eeproms.
Under ubuntu just install with this:
sudo apt-get install ftdi_eeprom
Under Arch/Manjaro:
sudo pacman -S libftdi
FT2232HL SMT1 base board
sudo ftdi_eeprom --flash-eeprom flash_digilent_smt1.conf
FT232H HS2 base board
sudo ftdi_eeprom --flash-eeprom flash_digilent_hs2.conf
FT232H HS1 base board
sudo ftdi_eeprom --flash-eeprom flash_alinx_ft232h.conf