Здравствуйте, Flashrom.
I try read chip cFeon EN25P64 - 16 pins, through adapter SPI 16 to 8 but flashrom show two INVALID variants:
#flashrom -p ft2232_spi:type=arm-usb-tiny-h
flashrom v0.9.7-r1852 on Linux 3.2.66 (i686) flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found Eon flash chip "EN25B64" (8192 kB, SPI) on ft2232_spi. Found Eon flash chip "EN25B64T" (8192 kB, SPI) on ft2232_spi. Multiple flash chip definitions match the detected chip(s): "EN25B64", "EN25B64T" Please specify which chip definition to use with the -c <chipname> option.
read normally:
date flashrom -p ft2232_spi:type=arm-usb-tiny-h -c EN25B64 -r 234 date
1 min 5 sec
write okey:
flashrom -p ft2232_spi:type=arm-usb-tiny-h -c EN25B64 -w 3883 flashrom v0.9.7-r1852 on Linux 3.2.66 (i686) flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found Eon flash chip "EN25B64" (8192 kB, SPI) on ft2232_spi. === This flash part has status UNTESTED for operations: PROBE 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 chip. Please include the flashrom log file for all operations you tested (see the man page for details), and mention which mainboard or programmer you tested 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.
my OS is debian 32bit, programmer ARM-USB-TINY-H
i have tested other my chips - all ok:
:~/spi# flashrom -p ft2232_spi:type=arm-usb-tiny-h -c "MX25L3205(A)" -r MX25L3205 flashrom v0.9.7-r1852 on Linux 3.2.66 (i686) flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found Macronix flash chip "MX25L3205(A)" (4096 kB, SPI) on ft2232_spi. Reading flash... done. :~/spi# flashrom -p ft2232_spi:type=arm-usb-tiny-h flashrom v0.9.7-r1852 on Linux 3.2.66 (i686) flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found Micron/Numonyx/ST flash chip "M25P64" (8192 kB, SPI) on ft2232_spi. No operations were specified. :~/spi# flashrom -p ft2232_spi:type=arm-usb-tiny-h -r M25P64 flashrom v0.9.7-r1852 on Linux 3.2.66 (i686) flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found Micron/Numonyx/ST flash chip "M25P64" (8192 kB, SPI) on ft2232_spi. Reading flash... done. :~/spi# flashrom -p ft2232_spi:type=arm-usb-tiny-h -r 25X32VF flashrom v0.9.7-r1852 on Linux 3.2.66 (i686) flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found Winbond flash chip "W25X32" (4096 kB, SPI) on ft2232_spi. Reading flash... done. :~/spi# flashrom -p ft2232_spi:type=arm-usb-tiny-h -r W25Q32BV flashrom v0.9.7-r1852 on Linux 3.2.66 (i686) flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found Winbond flash chip "W25Q32.V" (4096 kB, SPI) on ft2232_spi. Reading flash... done. :~/spi# flashrom -p ft2232_spi:type=arm-usb-tiny-h -r FL032 flashrom v0.9.7-r1852 on Linux 3.2.66 (i686) flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found Spansion flash chip "S25FL032A/P" (4096 kB, SPI) on ft2232_spi. Reading flash... done. :~/spi# flashrom -p ft2232_spi:type=arm-usb-tiny-h -r W25Q64BV flashrom v0.9.7-r1852 on Linux 3.2.66 (i686) flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found Winbond flash chip "W25Q64.V" (8192 kB, SPI) on ft2232_spi. Reading flash... done. :~/spi# flashrom -p ft2232_spi:type=arm-usb-tiny-h -r W25Q64FV flashrom v0.9.7-r1852 on Linux 3.2.66 (i686) flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found Winbond flash chip "W25Q64.V" (8192 kB, SPI) on ft2232_spi. Reading flash... done.