Hello!
Is it normal or am I doing something wrong?
Log:
addr-75:~/coreboot-v3/util/flashrom # ./flashrom -w -v P5K-E-1102.ROM Calibrating delay loop... OK. No coreboot table found. Found chipset "Intel ICH9R", enabling flash write... OK. Found chip "SST SST25VF016B" (2048 KB) at physical address 0xffe00000. Flash image seems to be a legacy BIOS. Disabling checks. Programming page:
Verifying flash... FAILED at 0x0006e9a4! Expected=0x84, Read=0x78
addr-75:~/coreboot-v3/util/flashrom # ./flashrom -w -v P5K-E-1202.ROM Calibrating delay loop... OK. No coreboot table found. Found chipset "Intel ICH9R", enabling flash write... OK. Found chip "SST SST25VF016B" (2048 KB) at physical address 0xffe00000. Flash image seems to be a legacy BIOS. Disabling checks. Programming page:
Verifying flash... FAILED at 0x001dc000! Expected=0xff, Read=0x05
addr-75:~/coreboot-v3/util/flashrom # ./flashrom -w -v bios.bin Calibrating delay loop... OK. No coreboot table found. Found chipset "Intel ICH9R", enabling flash write... OK. Found chip "SST SST25VF016B" (2048 KB) at physical address 0xffe00000. Flash image seems to be a legacy BIOS. Disabling checks. Programming page:
Verifying flash... FAILED at 0x00000000! Expected=0x4c, Read=0x41
addr-75:~/coreboot-v3/util/flashrom # ./flashrom -w -v bios.bin Calibrating delay loop... OK. No coreboot table found. Found chipset "Intel ICH9R", enabling flash write... OK. Found chip "SST SST25VF016B" (2048 KB) at physical address 0xffe00000. Flash image seems to be a legacy BIOS. Disabling checks. Programming page:
Verifying flash... FAILED at 0x00000000! Expected=0x4c, Read=0x41
addr-75:~/coreboot-v3/util/flashrom # ./flashrom -w -v last.rom Calibrating delay loop... OK. No coreboot table found. Found chipset "Intel ICH9R", enabling flash write... OK. Found chip "SST SST25VF016B" (2048 KB) at physical address 0xffe00000. Flash image seems to be a legacy BIOS. Disabling checks. Programming page:
Verifying flash... VERIFIED. (I've read it by flashrom -r)
addr-75:~/coreboot-v3/util/flashrom # ./flashrom -E Calibrating delay loop... OK. No coreboot table found. Found chipset "Intel ICH9R", enabling flash write... OK. Found chip "SST SST25VF016B" (2048 KB) at physical address 0xffe00000. Erasing flash chip... FAILED! ERROR at 0x00000000: Expected=0xff, Read=0x41
addr-75:~/coreboot-v3/util/flashrom # addr-75:~/coreboot-v3/util/flashrom # ./flashrom -w -v P5K-E-1102.ROM Calibrating delay loop... OK. No coreboot table found. Found chipset "Intel ICH9R", enabling flash write... OK. Found chip "SST SST25VF016B" (2048 KB) at physical address 0xffe00000. Flash image seems to be a legacy BIOS. Disabling checks. Programming page:
Verifying flash... FAILED at 0x0006e9a4! Expected=0x84, Read=0x78
Thanks in advace, JonB
Hi Jon,
blink@nm.ru wrote:
Is it normal or am I doing something wrong?
I would say neither.
addr-75:~/coreboot-v3/util/flashrom # ./flashrom -E Calibrating delay loop... OK. No coreboot table found. Found chipset "Intel ICH9R", enabling flash write... OK. Found chip "SST SST25VF016B" (2048 KB) at physical address 0xffe00000. Erasing flash chip... FAILED! ERROR at 0x00000000: Expected=0xff, Read=0x41
This is the best test right now. Writing doesn't work on your platform for some reason. It would be helpful to see output from flashrom -E -V
Possibly the BIOS has restricted flash chip access.
Also, which revision of flashrom is this? It seems a recent one, but if you haven't already please run svn up to get the very latest revision.
Thanks!
//Peter