Project

General

Profile

Bug #498

Updated by Vojtech Vesely 10 months ago

I am working on adding support for chip Winbond W25Q512JV-FIM, which should be quite similar to existing W25Q512JV. Writing to the chip is a problem, reading is fine. 

 ``` 
 $ ./flashrom -p dediprog -w random.bin  
 flashrom 1.4.0-devel (git:v1.2-1310-g1ee04cd5) on Linux 6.3.9-arch1-1 (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). 
 Using dediprog id SF000000. 
 Found Generic flash chip "unknown SPI chip (REMS)" (0 kB, SPI) on dediprog. 
 === 
 This flash part has status NOT WORKING for operations: PROBE READ ERASE WRITE 
 This flash part has status UNTESTED for operations: WP 
 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! 
 Error: Image size (67108864 B) doesn't match the expected size (0 B)! 
 ``` 

 This problem does not appear in Works fine with `v1.3`, only but broken in `master` branch. 

 Used hardware: 
 * Programmer: DediProg SF600Plus, Firmware version : 7.3.08, Hardware version : 2.3 
 * Chip: W25Q512JV-FIM

Back