[flashrom] Winbond W49V002FAP & SST49LF002A probe,read but not erase & write on EPOX EP-3PTA board

Александр Трубицын a.trubitsyn at mail.ru
Mon Apr 2 22:01:08 CEST 2012


Hello.
I try flashrom on old motherboard EPOX EP-3PTA with PLCC32 socket.
It probe & read flash well, but not erase nor write new bios.
I try with native Winbond W49V002FAP bios chip & with 2 SST49LF002A.
Here output of my script file

#!/bin/bash
# get information about flash chip & BIOS
name="W49V002FAP_on_EPOX_EP-3PTA"
sudo /usr/sbin/flashrom -V > $name.V.txt
sudo /usr/sbin/flashrom -VVVr $name.flash > $name.Vr.txt
sudo /usr/sbin/flashrom -VVVE > $name.VE.txt
#try to write bios from another chip SST with serial number 006478394
sudo /usr/sbin/flashrom -VVVw /home/alex/src/flash/006478394.flash > $name.Vw.0064.txt
#try to write back native bios 
sudo /usr/sbin/flashrom -VVVw /home/alex/src/flash/cel800_.flash > $name.Vw.cel8.txt
lspci -nnvvxxx > $name.lspci_nnvvxxx.txt
superiotool -deV > $name.superiotool.txt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.flashrom.org/pipermail/flashrom/attachments/20120403/1c6158f3/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: W49V002FAP_on_EPOX_EP-3PTA.lspci.txt
URL: <http://www.flashrom.org/pipermail/flashrom/attachments/20120403/1c6158f3/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: W49V002FAP_on_EPOX_EP-3PTA.superiotool.txt
URL: <http://www.flashrom.org/pipermail/flashrom/attachments/20120403/1c6158f3/attachment-0001.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: W49V002FAP_on_EPOX_EP-3PTA.V.txt
URL: <http://www.flashrom.org/pipermail/flashrom/attachments/20120403/1c6158f3/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: W49V002FAP_on_EPOX_EP-3PTA.VE.txt
URL: <http://www.flashrom.org/pipermail/flashrom/attachments/20120403/1c6158f3/attachment-0003.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: W49V002FAP_on_EPOX_EP-3PTA.Vr.txt
URL: <http://www.flashrom.org/pipermail/flashrom/attachments/20120403/1c6158f3/attachment-0004.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: W49V002FAP_on_EPOX_EP-3PTA.Vw.0064.txt
URL: <http://www.flashrom.org/pipermail/flashrom/attachments/20120403/1c6158f3/attachment-0005.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: W49V002FAP_on_EPOX_EP-3PTA.Vw.cel8.txt
URL: <http://www.flashrom.org/pipermail/flashrom/attachments/20120403/1c6158f3/attachment-0006.txt>


More information about the flashrom mailing list