Discussion:
[flashrom] flashrom error code message
MIAN VEREST
2018-10-16 04:01:48 UTC
Permalink
Recently i start to use flashrom software, moreless in a winbond chip i
receive this message, is probably IC could be damage?

Waiting for your comments.

thanks in advance.

Erasing and writing flash chip... Erase/write done in 8 min and 26 sec.
Verifying flash... FAILED at 0x00016650! Expected=0x3f, Found=0x3d, failed
byte count from 0x00000000-0x007fffff: 0x2
Your flash chip is in an unknown state.
David Hendricks
2018-10-16 19:42:38 UTC
Permalink
Hello,
I've seen this issue in cases where the voltage is not set correctly.

What programmer are you using? A verbose log will also help.
Post by MIAN VEREST
Recently i start to use flashrom software, moreless in a winbond chip i
receive this message, is probably IC could be damage?
Waiting for your comments.
thanks in advance.
Erasing and writing flash chip... Erase/write done in 8 min and 26 sec.
Verifying flash... FAILED at 0x00016650! Expected=0x3f, Found=0x3d, failed
byte count from 0x00000000-0x007fffff: 0x2
Your flash chip is in an unknown state.
_______________________________________________
flashrom mailing list
https://mail.coreboot.org/mailman/listinfo/flashrom
MIAN VEREST
2018-10-16 19:59:07 UTC
Permalink
Umm, cheap one :=( but had been working fine til now, with this bios chip.

CH341A Black Edition...

Thanks.



<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Libre
de virus. www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Post by MIAN VEREST
Recently i start to use flashrom software, moreless in a winbond chip i
receive this message, is probably IC could be damage?
Waiting for your comments.
thanks in advance.
Erasing and writing flash chip... Erase/write done in 8 min and 26 sec.
Verifying flash... FAILED at 0x00016650! Expected=0x3f, Found=0x3d, failed
byte count from 0x00000000-0x007fffff: 0x2
Your flash chip is in an unknown state.
Nico Huber
2018-10-19 08:33:35 UTC
Permalink
Hello Mian,
Post by MIAN VEREST
Recently i start to use flashrom software, moreless in a winbond chip i
receive this message, is probably IC could be damage?
it's very unlikely to damage a NOR flash.
Post by MIAN VEREST
Verifying flash... FAILED at 0x00016650! Expected=0x3f, Found=0x3d, failed
byte count from 0x00000000-0x007fffff: 0x2
That's just 2B that fail to verify. It could either mean that they
weren't written correctly, or that reading is flaky and the failure
is spurious.

Here's what I'd try: 1. Run verification again (at least 2 times), just
use -v instead of -w in your flashrom command. 2a. If you don't always
get the same result as above, then reading fails and you'll have to
enhance your physical setup somehow. 2b. If you always get the same
verification result, reading works, so you can just try again. Flash-
rom would only have to fix 2 bytes, that might just work.

Nico

Loading...