Skip to content

Instantly share code, notes, and snippets.

@michiwend
Created March 9, 2015 19:02
Show Gist options
  • Save michiwend/f785e2cdad3641a1293a to your computer and use it in GitHub Desktop.
Save michiwend/f785e2cdad3641a1293a to your computer and use it in GitHub Desktop.
unbrick counterfeit ftdi chip
#!/usr/bin/sh
cd /tmp
wget http://rtr.ca/ft232r/ft232r_prog-1.24.tar.gz
tar -xf ft232r_prog-1.24.tar.gz
cd ft232r_prog-1.24
make
sudo ./ft232r_prog --old-pid 0 --new-pid 0x6001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment