root@test-adrian1:..src/flashrom> ./flashrom -w 1008e.004 flashrom v0.9.1-r766 No coreboot table found. Found chipset "Intel ICH2", enabling flash write... OK. This chipset supports the following protocols: Non-SPI. Calibrating delay loop... OK. Found chip "SST SST49LF004A/B" (512 KB, FWH) at physical address 0xfff80000. Error: Image size doesn't match root@test-adrian1:..src/flashrom> ls -lh 1008e.004 -rw------- 1 root src 256K 2003-06-27 12:01 1008e.004 root@test-adrian1:..src/flashrom> ./flashrom -r flash.rom flashrom v0.9.1-r766 No coreboot table found. Found chipset "Intel ICH2", enabling flash write... OK. This chipset supports the following protocols: Non-SPI. Calibrating delay loop... OK. Found chip "SST SST49LF004A/B" (512 KB, FWH) at physical address 0xfff80000. Reading flash... done. root@test-adrian1:..src/flashrom> ./flashrom -w flash.rom flashrom v0.9.1-r766 No coreboot table found. Found chipset "Intel ICH2", enabling flash write... OK. This chipset supports the following protocols: Non-SPI. Calibrating delay loop... OK. Found chip "SST SST49LF004A/B" (512 KB, FWH) at physical address 0xfff80000. Flash image seems to be a legacy BIOS. Disabling checks. Writing flash chip... ERASE FAILED at 0x00030000! Expected=0xff, Read=0x3b, failed byte count from 0x00030000-0x0003ffff: 0x32d ERASE FAILED! ERASE FAILED! ERASE FAILED! ERASE FAILED! FAILED! Your flash chip is in an unknown state. Get help on IRC at irc.freenode.net (channel #flashrom) or mail flashrom@flashrom.org! ------------------------------------------------------------------------------- DO NOT REBOOT OR POWEROFF! root@test-adrian1:..src/flashrom> ./flashrom -r flash2.rom flashrom v0.9.1-r766 No coreboot table found. Found chipset "Intel ICH2", enabling flash write... OK. This chipset supports the following protocols: Non-SPI. Calibrating delay loop... OK. Found chip "SST SST49LF004A/B" (512 KB, FWH) at physical address 0xfff80000. Reading flash... done. root@test-adrian1:..src/flashrom> cmp flash.rom flash2.rom root@test-adrian1:..src/flashrom>