Hello, First thank you a lot for your amazing work on flashrom, I just discovered this software and it saved me a lot of time lately !
I use it to flash a MT25QU256 through a FTDI4233H, and as software is telling me that this chip is labelled as untested I would like to send you the logs showing that it works indeed. Here are logs for both reading and writing / erasing. I also did varius tests, filling the EEPROM with arbitrary values and reading back to see everything was working. Please do not hesitate if you need more details ! Best regards, Charles Parent Software Engineer charles.par...@orolia2s.com<mailto:jean-arnold.chenill...@orolia.com> [cid:755255d5-41f3-4c56-848c-a82a0d12ea1a] France, Sèvres 6, rue Troyon 92310 Sèvres
cezanne :: ~/Projects/flashrom â¹master⺠» sudo ./flashrom -p ft2232_spi:type=4233H,serial=F22060015 -c MT25QU256 -r eeprom_data.bin flashrom v1.2-640-g11680db on Linux 5.13.0-30-generic (x86_64) flashrom is free software, get the source code at https://flashrom.org Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns). Found Micron flash chip "MT25QU256" (32768 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 flash... done. cezanne :: ~/Projects/flashrom â¹master⺠» cmp -l eeprom_data.bin ../../art_card_v10_220_3.rpd | gawk '{printf "%08X %02X %02X\n", $1, strtonum(0$2), strtonum(0$3)}'
cezanne :: ~/Projects/flashrom â¹master⺠» sudo ./flashrom -p ft2232_spi:type=4233H,serial=F220600155555 -c MT25QU256 -w ../../art_card_v10_220_3.rpd [sudo] password for user: flashrom v1.2-640-g11680db on Linux 5.13.0-30-generic (x86_64) flashrom is free software, get the source code at https://flashrom.org Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns). Found Micron flash chip "MT25QU256" (32768 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.
_______________________________________________ flashrom mailing list -- flashrom@flashrom.org To unsubscribe send an email to flashrom-le...@flashrom.org