FT2232SPI Programmer: Difference between revisions

From flashrom
Jump to navigation Jump to search
mNo edit summary
Line 3: Line 3:
This is made possible by using [http://www.intra2net.com/en/developer/libftdi/ libftdi]. flashrom autodetects the presence of libftdi headers and enables FT2232H/FT4232H support if they are available.
This is made possible by using [http://www.intra2net.com/en/developer/libftdi/ libftdi]. flashrom autodetects the presence of libftdi headers and enables FT2232H/FT4232H support if they are available.


= Devices =
= DLP Design DLP-USB1232H =
 
* [http://www.dlpdesign.com/usb/usb1232h.shtml DLP Design DLP-USB1232H]
* [http://www.ftdichip.com/Products/EvaluationKits/FT2232H_MiniModule.htm FT2232H Mini-Module Evaluation Kit]
* [http://www.ftdichip.com/Products/EvaluationKits/FT4232H_MiniModule.htm FT4232H Mini-Module Evaluation Kit]
 
= Documentation =


* [http://www.dlpdesign.com/usb1232h-ds-v10.pdf DLP-USB1232H datasheet]
The [http://www.dlpdesign.com/usb/usb1232h.shtml DLP Design DLP-USB1232H] ([http://www.dlpdesign.com/usb1232h-ds-v10.pdf datasheet]) can be used with flashrom for programming SPI chips.
* [http://www.ftdichip.com/Documents/DataSheets/DS_FT2232H_V205.pdf FTDI FT2232H datasheet]
* [http://www.ftdichip.com/Documents/DataSheets/DS_FT4232H_V205.pdf FTDI FT4232H datasheet]


= DLP Design DLP-USB1232H =
Where to buy: [http://digikey.com/scripts/dksus.dll?Detail&name=813-1026-ND Digikey], [http://de.mouser.com/Search/ProductDetail.aspx?qs=sGAEpiMZZMt/5FJRvmqHBjWi/VTYGDW6 Mouser], [http://www.saelig.com/product/UB068.htm Saelig]


== Setup ==
== Setup ==
Line 45: Line 37:
</gallery>
</gallery>


== Where to buy ==
= FTDI FT2232H Mini-Module =
 
* [http://digikey.com/scripts/dksus.dll?Detail&name=813-1026-ND Digikey]
* [http://de.mouser.com/Search/ProductDetail.aspx?qs=sGAEpiMZZMt/5FJRvmqHBjWi/VTYGDW6 Mouser]
* [http://www.saelig.com/product/UB068.htm Saelig]
 
= FT2232H Mini-Module =


== Where to buy ==
The [http://www.ftdichip.com/Products/EvaluationKits/FT2232H_MiniModule.htm FTDI FT2232H Mini-Module Evaluation Kit] ([http://www.ftdichip.com/Documents/DataSheets/DS_FT2232H_V205.pdf datasheet]) can be used with flashrom for programming SPI chips.


* [http://apple.clickandbuild.com/cnb/shop/ftdichip?op=catalogue-products-null&prodCategoryID=74&title=FT2232H+Modules FTDI]
Where to buy: [http://apple.clickandbuild.com/cnb/shop/ftdichip?op=catalogue-products-null&prodCategoryID=74&title=FT2232H+Modules FTDI]


= FT4232H Mini-Module =
= FTDI FT4232H Mini-Module =


== Where to buy ==
The [http://www.ftdichip.com/Products/EvaluationKits/FT4232H_MiniModule.htm FTDI FT4232H Mini-Module Evaluation Kit] ([http://www.ftdichip.com/Documents/DataSheets/DS_FT4232H_V205.pdf datasheet]) can be used with flashrom for programming SPI chips.


* [http://apple.clickandbuild.com/cnb/shop/ftdichip?op=catalogue-products-null&prodCategoryID=75&title=FT4232H+Module FTDI]
Where to buy: [http://apple.clickandbuild.com/cnb/shop/ftdichip?op=catalogue-products-null&prodCategoryID=75&title=FT4232H+Module FTDI]

Revision as of 19:18, 5 September 2009

Recent versions of flashrom support the -p ft2232spi option which allows you to use a FTDI FT2232H/FT4232H based device as external SPI programmer.

This is made possible by using libftdi. flashrom autodetects the presence of libftdi headers and enables FT2232H/FT4232H support if they are available.

DLP Design DLP-USB1232H

The DLP Design DLP-USB1232H (datasheet) can be used with flashrom for programming SPI chips.

Where to buy: Digikey, Mouser, Saelig

Setup

  • You must connect pins 8 and 9, which configures the device to be powered by USB. Without this connection it will not be powered, and thus not be detected by your OS (e.g. it will not appear in the lsusb output).
  • You need a 3.3V voltage regulator and two capacitors (e.g. 100nF and 10uF, but slightly different values should also work) to convert the 5V from USB to 3.3V, so you can power the 3.3V SPI BIOS chip.
    • TODO: Details
  • Connect the following pins from the DLP-USB1232H to the SPI BIOS chip:
    • 18 (SK) to SCLK
    • 16 (DO) to SI
    • 2 (DI) to SO
    • 5 (CS) to CS#
    • The WP# and HOLD# pins should be tied to VCC.
    • All GND pins should be connected together (pins 1 and 10 on the DLP-USB1232H, pin 8 on the SPI chip, pin 1 on the voltage regulator)

You have to invoke flashrom with the following parameters:

$ flashrom -p ft2232spi:ft2232_type=2232:port=A

Photos

FTDI FT2232H Mini-Module

The FTDI FT2232H Mini-Module Evaluation Kit (datasheet) can be used with flashrom for programming SPI chips.

Where to buy: FTDI

FTDI FT4232H Mini-Module

The FTDI FT4232H Mini-Module Evaluation Kit (datasheet) can be used with flashrom for programming SPI chips.

Where to buy: FTDI