# ftdi_dumps **Repository Path**: ynxing/ftdi_dumps ## Basic Information - **Project Name**: ftdi_dumps - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-10 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ftdi_dumps It looks like Xilinx finally added a [tool](https://docs.xilinx.com/r/en-US/ug908-vivado-programming-debugging/JTAG-Cables-and-Devices-Supported-by-hw_server) to convert any FT232H, FT2232H, or FT4232H to a supported programmer in Vivado. As such, this repo is being archived. FTDI EEPROM dumps for common JTAG FPGA programmers mostly pulled from https://gist.github.com/rikka0w0/24b58b54473227502fa0334bbe75c3c1. To flash a binary, run the following command. ftdi_eeprom --flash-eeprom | conf file | chip | | --- | --- | | digilent_hs2.conf | FT232H | | arrow_ftdi.conf | FT2232H | | digilent_smt1.conf | FT2232H | | pynqz2_ftdi.conf | FT2232H | | ft4232h.conf | FT4232H |