Skip to content

Backup and flash EEPROM of an FTDI device.

Notifications You must be signed in to change notification settings

isabekov/ftdieeprom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backup and flash EEPROM of an FTDI device.

COMPILE
--------
- Install libftdi on your system
- Run make

USE
---
Backup EEPROM to file
./ftdieeprom -v 0x0403 -p 0x6014 -r -o EEPROM.bin

Flash EEPROM from file
./ftdieeprom -v 0x0403 -p 0x6014 -w -i EEPROM.bin


OTHER
------
Another cool tool: http://rtr.ca/ft232r/

About

Backup and flash EEPROM of an FTDI device.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.5%
  • Makefile 4.5%