ftdi_eeprom

Tool for reading/erasing/flashing FTDI USB chip eeproms

Install

All systems
curl cmd.cat/ftdi_eeprom.sh
Debian Debian
apt-get install ftdi-eeprom
Ubuntu
apt-get install ftdi-eeprom
Arch Arch Linux
pacman -S libftdi
image/svg+xml Kali Linux
apt-get install ftdi-eeprom
Fedora
dnf install libftdi-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install ftdi-eeprom
OS X
brew install libftdi
Raspbian
apt-get install ftdi-eeprom

ftdi-eeprom

Tool for reading/erasing/flashing FTDI USB chip eeproms

ftdi-eeprom is a small tool for creating and uploading the configuration eeprom for the FTDI chip. This eeprom contains information such as vendor and product ID, manufacturer and product strings, revision, etc.

libftdi-devel

Header files and static libraries for libftdi

libftdi

A library (using libusb) to talk to FTDI's FT2232C,

FT232BM and FT245BM type chips including the popular bitbang mode.