-
-
Save booo/8289138 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. | |
Calibrating delay loop... OK. | |
Found chipset "Intel ICH7M". Enabling flash write... OK. | |
Found flash chip "MX25L1605" (2048 kB, SPI) at physical address 0xffe00000. | |
Found flash chip "MX25L1605A/MX25L1606E" (2048 kB, SPI) at physical address 0xffe00000. | |
Found flash chip "MX25L1605D/MX25L1608D" (2048 kB, SPI) at physical address 0xffe00000. | |
Multiple flash chip definitions match the detected chip(s): "MX25L1605", | |
"MX25L1605A/MX25L1606E", "MX25L1605D/MX25L1608D" | |
Please specify which chip definition to use with the -c <chipname> option. | |
root@x60s:~/flashrom# ./flashrom -p internal -c MX25L1605 -w /root/corboot/build/coreboot.rom | |
flashrom v0.9.7-r1764 on Linux 3.8.0-35-generic (i686) | |
flashrom is free software, get the source code at http://www.flashrom.org | |
Calibrating delay loop... OK. | |
Found chipset "Intel ICH7M". Enabling flash write... OK. | |
Found Macronix flash chip "MX25L1606" (2058kb, SPI) at physical addres 0xffe00000. | |
Reading old flash chip contents... done. | |
Earasing and writing flash chip... FAILED at 0x001f1000! Expected=0xff, Found=0xaa, failed byte count from 0x001f0000-0x001fffff:0xed3d | |
ERASE FAILED! | |
Reading current flash chip contents... done. Erase/write done. | |
Verifying flash... VERIFIED. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment