Vlákno názorů k článku
Nové ovladače FTDI můstků ničí padělané čipy od Blek. - Fixing a bricked FTDI chip from Linux So FTDI...

  • Článek je starý, nové názory již nelze přidávat.
  • 30. 10. 2014 17:27

    Blek. (neregistrovaný)

    Fixing a bricked FTDI chip from Linux

    So FTDI pushed out a new driver with Windows Update that bricks counterfeit FTDI chips by setting the Product ID to "0000".

    But if you are here you probably know that already.

    Here is the process that worked for me to return the FTDI chip back to its original VID:PID of 0403:6001 from a Linux (Ubuntu) computer.

    Plug in your bricked device. If you run "lsusb" it should show a device at "0403:0000".
    Download ft232r_prog from ft232r_prog (v1.24) and extract to a folder
    Install the build dependencies by running "sudo apt-get install make gcc libftdi-dev"
    Change directory into the folder ft232r_prog where the file ft232r_prog.c resides
    Type "make" to build the program
    Now run "sudo ./ft232r_prog --old-pid 0x0000 --new-pid 0x6001"
    You are done. Unplug and re-insert your USB device and run "lsusb" again. It should show an id of 0403:6001