ftdi_eeprom
Tool for reading/erasing/flashing FTDI USB chip eeproms
Install
- All systems
-
curl cmd.cat/ftdi_eeprom.sh
- Debian
-
apt-get install ftdi-eeprom
- Ubuntu
-
apt-get install ftdi-eeprom
- Arch Linux
-
pacman -S libftdi
- 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
- Dockerfile
- dockerfile.run/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.