Hi,<br><br>I have Intel ICH9 with 2 SPI flash chips each with 8MB. I am able to read 16MB of flash chip with hardware sequencing.<br>But while writing the image i get<br>ERASE FAILED at 0x00100000! Expected=0xff , Read=0x44, failed byte count from 0x00100000-0x0010ffff:0xfef4<br>
ERASE FAILED<br><br>I believe the cause is due to hardware sequencing write does not disable SRPL (sector protection register lock). I used -p internal:ich_spi_force=yes option which didn't help.<br><br>This was confirmed when i gave ich_spi_mode=swseq (read or write) as parameter, it disables the SRPL and next write of 16MB with hardware sequencing succeeded.<br>
<br>Let me know if i am missing anything here.<br><br> Thanks in advance.<br>