Code was pulled from svn on 4/16 (rev 1669).
---
skip@lucid:~/flashrom/new$ sudo ../flashrom -p ft2232_spi:type=tumpa,port=B -w new.bin
flashrom v0.9.6.1-r1669 on Linux 2.6.32-37-generic-pae (i686)
flashrom is free software, get the source code at
http://www.flashrom.org
Calibrating delay loop... OK.
Found Macronix flash chip "MX25L12805(D)" (16384 kB, SPI) on ft2232_spi.
===
This flash part has status UNTESTED for operations: READ ERASE WRITE
The test status of this chip may have been updated in the latest development
version of flashrom. If you are running the latest development version,
please email a report to
flashrom@flashrom.org if any of the above operations
work correctly for you with this flash part. Please include the flashrom
output with the additional -V option for all operations you tested (-V, -Vr,
-VE, -Vw), and mention which mainboard or programmer you tested.
Please mention your board in the subject line. Thanks for your help!
Reading old flash chip contents... ftdi_read_data: -19, usb bulk read failed
get_buf failed: 1
ftdi_write_data: -19, usb bulk write failed
send_buf failed at end: 1
FAILED.
skip@lucid:~/flashrom/new$ sudo ../flashrom -p ft2232_spi:type=tumpa,port=B -w new.bin
flashrom v0.9.6.1-r1669 on Linux 2.6.32-37-generic-pae (i686)
flashrom is free software, get the source code at
http://www.flashrom.orgCalibrating delay loop... OK.
Found Macronix flash chip "MX25L12805(D)" (16384 kB, SPI) on ft2232_spi.
===
This flash part has status UNTESTED for operations: READ ERASE WRITE
The test status of this chip may have been updated in the latest development
version of flashrom. If you are running the latest development version,
please email a report to
flashrom@flashrom.org if any of the above operations
work correctly for you with this flash part. Please include the flashrom
output with the additional -V option for all operations you tested (-V, -Vr,
-VE, -Vw), and mention which mainboard or programmer you tested.
Please mention your board in the subject line. Thanks for your help!
Reading old flash chip contents... done.
Erasing and writing flash chip... Erase/write done.
Verifying flash... VERIFIED.
skip@lucid:~/flashrom/new$
---