Hi. I got an error while flashing asus p4p800 motherboard on ubuntu 10.04:
$ sudo flashrom -w P4C800-ASUS-Entry-1021.005 flashrom v0.9.1-r946 No coreboot table found. Found chipset "Intel ICH5/ICH5R", 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... Erasing flash chip... ERASE FAILED at 0x00000ae8! Expected=0xff, Read=0x44, failed byte count from 0x00000000-0x00000fff: 0x4fb ERASE FAILED! ERASE FAILED at 0x00000ae8! Expected=0xff, Read=0x44, failed byte count from 0x00000000-0x0000ffff: 0xf419 ERASE FAILED! 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!
Old bios is saved. Computer isnt rebooted. Can you help me? Yuri
Dear Yuri,
Am Dienstag, den 31.05.2011, 12:43 +0400 schrieb Yura I:
Hi. I got an error while flashing asus p4p800 motherboard on ubuntu 10.04:
$ sudo flashrom -w P4C800-ASUS-Entry-1021.005 flashrom v0.9.1-r946
this version is quite old. 0.9.3 is the current release [1]. You could even build the current version from Subversion [2].
No coreboot table found. Found chipset "Intel ICH5/ICH5R", 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... Erasing flash chip... ERASE FAILED at 0x00000ae8! Expected=0xff, Read=0x44, failed byte count from 0x00000000-0x00000fff: 0x4fb ERASE FAILED! ERASE FAILED at 0x00000ae8! Expected=0xff, Read=0x44, failed byte count from 0x00000000-0x0000ffff: 0xf419 ERASE FAILED! 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!
Old bios is saved. Computer isnt rebooted. Can you help me?
I suggest to try 0.9.3 or the development version. But to be sure you should wait for an answer by a developer or ask on IRC.
Thanks,
Paul
[1] http://flashrom.org/Flashrom [2] http://flashrom.org/Downloads
31.05.2011 13:13, Paul Menzel пишет: Dear Yuri,
Am Dienstag, den 31.05.2011, 12:43 +0400 schrieb Yura I:
Hi. I got an error while flashing asus p4p800 motherboard on ubuntu 10.04:
$ sudo flashrom -w P4C800-ASUS-Entry-1021.005 flashrom v0.9.1-r946
this version is quite old. 0.9.3 is the current release [1]. You could even build the current version from Subversion [2].
No coreboot table found. Found chipset "Intel ICH5/ICH5R", 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... Erasing flash chip... ERASE FAILED at 0x00000ae8! Expected=0xff, Read=0x44, failed byte count from 0x00000000-0x00000fff: 0x4fb ERASE FAILED! ERASE FAILED at 0x00000ae8! Expected=0xff, Read=0x44, failed byte count from 0x00000000-0x0000ffff: 0xf419 ERASE FAILED! 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!
Old bios is saved. Computer isnt rebooted. Can you help me?
I suggest to try 0.9.3 or the development version. But to be sure you should wait for an answer by a developer or ask on IRC.
Thanks,
Paul
[1] http://flashrom.org/Flashrom [2] http://flashrom.org/Downloads
$ sudo flashrom -w P4P800SE-ASUS-1012.001 [sudo] password for gena: flashrom v0.9.3-r1322 on Linux 2.6.32-32-generic-pae (i686), built with libpci 3.0.0, GCC 4.4.3, little endian flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK. Found chipset "Intel ICH5/ICH5R", enabling flash write... OK. This chipset supports the following protocols: FWH. WARNING: Your mainboard is ASUS P4P800, but the mainboard-specific code has not been tested, and thus will not be executed by default. Depending on your hardware environment, erasing, writing or even probing can fail without running the board specific code.
Please see the man page (section PROGRAMMER SPECIFIC INFO, subsection "internal programmer") for details. Found chip "SST SST49LF004A/B" (512 kB, FWH) at physical address 0xfff80000. Flash image seems to be a legacy BIOS. Disabling coreboot-related checks. Erasing and writing flash chip... ERASE FAILED at 0x0006c000! Expected=0xff, Read=0x07, failed byte count from 0x0006c000-0x0006cfff: 0xfec ERASE FAILED! ERASE FAILED at 0x00060000! Expected=0xff, Read=0x25, failed byte count from 0x00060000-0x0006ffff: 0xcfd2 ERASE FAILED! Ошибка сегментирования
Last message is "Segmentation fault". Yuri