Changeset 1453 for trunk/flashrom.8


Ignore:
Timestamp:
Oct 21, 2011 1:14:10 AM (19 months ago)
Author:
uwe
Message:

Add support for the GOEPEL PicoTAP programmer.

http://www.goepel.com/en/jtagboundary-scan/hardware/picotap.html

This device is actually a JTAG adapter, but since it uses standard
FT2232 A interface pins, it can be easily used as SPI programmer
(tested it here successfully). PicoTAP supports only 5V output, so one
needs to reduce this to 3.3V in a same manner as DLP Design DLP-USB1232H, see

http://flashrom.org/FT2232SPI_Programmer#DLP_Design_DLP-USB1232H

for details.

The PicoTAP pin-out is as follows:

PicoTAP | SPI

---------+-------

TCK | SCLK
TMS | CS#
TDI | SO
TDO | SI

/TRST | -

GND | GND
+5V | VCC, HOLD# & WP# after 3.3V regulator

I managed to run PicoTAP in 10MHz, 15MHz and 30MHz modes (by forcing
DIVIDE_BY), against SST25VF016B SPI flash, read/write/erase all worked
fine (write seems somewhat slow).

Signed-off-by: Samir Ibradžić <sibradzic@…>
Acked-by: Uwe Hermann <uwe@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/flashrom.8

    r1451 r1453  
    200200FTDI FT2232H Mini-Module, FTDI FT4232H Mini-Module, openbiosprog-spi, Amontec \ 
    201201JTAGkey/JTAGkey-tiny/JTAGkey-2, Dangerous Prototypes Bus Blaster, \ 
    202 Olimex ARM-USB-TINY/-H, Olimex ARM-USB-OCD/-H, and TIAO/DIYGADGET USB 
    203 Multi-Protocol Adapter (TUMPA). 
     202Olimex ARM-USB-TINY/-H, Olimex ARM-USB-OCD/-H, TIAO/DIYGADGET USB 
     203Multi-Protocol Adapter (TUMPA), and GOEPEL PicoTAP. 
    204204.sp 
    205205.BR "* serprog" " (for flash ROMs attached to a programmer speaking serprog), \ 
     
    444444.BR 2232H ", " 4232H ", " jtagkey ", " busblaster ", " openmoko ", " \ 
    445445arm-usb-tiny ", " arm-usb-tiny-h ", " arm-usb-ocd ", " arm-usb-ocd-h \ 
    446 ", or " tumpa 
     446", " tumpa ", or " picotap 
    447447and 
    448448.B interface 
Note: See TracChangeset for help on using the changeset viewer.