<HTML><BODY>Hello.<br>I try flashrom on old motherboard EPOX EP-3PTA with PLCC32 socket.<br>It probe & read flash well, but not erase nor write new bios.<br>I try with native Winbond W49V002FAP bios chip & with 2  SST49LF002A.<br>Here output of my script file<br><br>#!/bin/bash<br># get information about flash chip & BIOS<br>name="W49V002FAP_on_EPOX_EP-3PTA"<br>sudo /usr/sbin/flashrom -V > $name.V.txt<br>sudo /usr/sbin/flashrom -VVVr $name.flash > $name.Vr.txt<br>sudo /usr/sbin/flashrom -VVVE > $name.VE.txt<br>#try to write bios from another chip SST with serial number 006478394<br>sudo /usr/sbin/flashrom -VVVw /home/alex/src/flash/006478394.flash > $name.Vw.0064.txt<br>#try to write back native bios <br>sudo /usr/sbin/flashrom -VVVw /home/alex/src/flash/cel800_.flash > $name.Vw.cel8.txt<br>lspci -nnvvxxx > $name.lspci_nnvvxxx.txt<br>superiotool -deV > $name.superiotool.txt<br data-mce-bogus="1"></BODY></HTML>