Hi I have some problem with flashing:
code:
root@ubuntu:/home/ubuntu# flashrom -E
flashrom v0.9.1-r706
No coreboot table found.
Found chipset "ATI SB400", 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.
Erasing flash chip... Block lock clearing failed, not erasing block at 0x000000
ERASE FAILED!
FAILED!
ERROR at 0x0001c450: Expected=0xff, Read=0x44
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!
 
my bios should be ok becouse:
code:
root@ubuntu:/home/ubuntu# flashrom -v /home/ubuntu/Desktop/bios
flashrom v0.9.1-r706
No coreboot table found.
Found chipset "ATI SB400", 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.
Verifying flash... VERIFIED.
 
"bios" file is a main file which i read beafore i do anything.
How I can flash my bios? I heve to do that beacose USB dosen`t work...
Thanks for attention!!