sudo flashrom -w Net5.27
flashrom v0.9.1-r946 No coreboot table found. Found ITE Super I/O, id 8726 Found chipset "NVIDIA MCP61", enabling flash write... This chipset is not really supported yet. Guesswork... Please send the output of "flashrom -V" to flashrom@flashrom.org to help us finish support for your chipset. Thanks. OK. This chipset supports the following protocols: LPC. Calibrating delay loop... OK. Found chip "PMC Pm49FL004" (512 KB, LPC,FWH) at physical address 0xfff80000. === This flash part has status UNTESTED for operations: PROBE READ ERASE WRITE Please email a report to flashrom@flashrom.org if any of the above operations work correctly for you with this flash part. Please include the flashrom output with the additional -V option for all operations you tested (-V, -rV, -wV, -EV), and mention which mainboard or programmer you tested. Thanks for your help! === Flash image seems to be a legacy BIOS. Disabling checks. Writing flash chip... Erasing flash chip... SUCCESS. Programming page: address: 0x0007f000 COMPLETE. Verifying flash... VERIFIED.
Hi,
On Thu, Sep 02, 2010 at 04:44:07PM +0200, Sébastien PEREZ wrote:
sudo flashrom -w Net5.27
flashrom v0.9.1-r946 No coreboot table found. Found ITE Super I/O, id 8726 Found chipset "NVIDIA MCP61", enabling flash write... This chipset is not really supported yet. Guesswork... Please send the output of "flashrom -V" to flashrom@flashrom.org to help us finish support for your chipset. Thanks. OK. This chipset supports the following protocols: LPC. Calibrating delay loop... OK. Found chip "PMC Pm49FL004" (512 KB, LPC,FWH) at physical address 0xfff80000. === This flash part has status UNTESTED for operations: PROBE READ ERASE WRITE Please email a report to flashrom@flashrom.org if any of the above operations work correctly for you with this flash part. Please include the flashrom output with the additional -V option for all operations you tested (-V, -rV, -wV, -EV), and mention which mainboard or programmer you tested. Thanks for your help! === Flash image seems to be a legacy BIOS. Disabling checks. Writing flash chip... Erasing flash chip... SUCCESS. Programming page: address: 0x0007f000 COMPLETE. Verifying flash... VERIFIED.
Could you please try again with the latest flashrom version from svn? Your version is very very old, and it's possible that there were some issues back then with non-reliable "SUCCESS" messages being printed.
Also, please let us know which mainboard this is exactly (a URL to the specific vendor website board page would be nice too).
Please post the following output if possible:
- ./flashrom -V -w Net5.27
- lspci -nnvvvxxx (as root)
- superiotool -deV
Thanks, Uwe.