flashrom -r INTEL.ROM -p nicintel_spi:pci=02:0B.0 -VV
flashrom v0.9.3-r1250 on MS-DOS 8 (i786), built with libpci 3.1.5, GCC 4.3.2, little endian flashrom is free software, get the source code at flashrom.org
Calibrating delay loop... OS timer resolution is 50000 usecs, 1589M loops per second, 10 myus = 0 us, 100 myus = 0 us, 1000 myus = 0 us, 10000 myus = 0 us, 200000 myus = 220000 us, OK. Initializing nicintel_spi programmer
ERROR: No supported PCI device found
lspci output: http://paste.flashrom.org/view.php?id=347 vendor flash tool: http://paste.flashrom.org/view.php?id=348
Best regards, Anton Kochkov.
Am Dienstag, den 15.02.2011, 07:16 +0300 schrieb Антон Кочков:
flashrom -r INTEL.ROM -p nicintel_spi:pci=02:0B.0 -VV
[...]
ERROR: No supported PCI device found
lspci output: http://paste.flashrom.org/view.php?id=347
02:0b.0 Class [0200]: Device [8086:1229] (rev 10) 1229 82557/8/9/0/1 Ethernet Pro 100
Flashrom only supports GBit Intel devices up to now.
That's a 100 MBit device. AFAIK these devices carry parallel ROM chips. This is not yet implemented in flashrom, only SPI serial chips are (see the name of the programmer). If that card uses SPI flash, one needs to compare datasheets to find out whether these devices are compatible and then add the device ID to the driver.
Regards, Michael Karcher