Hi,
I am trying to flash Linux bios into my iwill dk8_htx board.
My bios flash is SST49Lf004A/B.
I am getting the following error.
ERROR: %s: W83627HF: Wrong ID:0xFF.
Is the SST 49lf004B supported by flashrom?When I checked the coreboot site,I could see "?" in the respective column.
I get the above error when I read or write the bios.
Could anyone please help me out.
Regards,
Viswesh
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hi,
On 09.04.2008 09:32, Viswesh S wrote:
I am trying to flash Linux bios into my iwill dk8_htx board.
My bios flash is SST49Lf004A/B.
I am getting the following error.
ERROR: %s: W83627HF: Wrong ID:0xFF.
Please check if the message looks exactly like that.
Is the SST 49lf004B supported by flashrom?When I checked the coreboot site,I could see "?" in the respective column.
Yes.
I get the above error when I read or write the bios.
Could anyone please help me out.
Try this patch:
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Index: board_enable.c =================================================================== --- board_enable.c (Revision 3226) +++ board_enable.c (Arbeitskopie) @@ -106,8 +106,7 @@
static int w83627hf_gpio24_raise_2e(const char *name) { - /* TODO: Typo? Shouldn't this be 0x2e? */ - return w83627hf_gpio24_raise(0x2d, name); + return w83627hf_gpio24_raise(0x2e, name); }
/**
Viswesh S wrote:
Hi,
I am trying to flash Linux bios into my iwill dk8_htx board.
My bios flash is SST49Lf004A/B.
I am getting the following error.
ERROR: %s: W83627HF: *Wrong ID*:0xFF.
Is the SST 49lf004B supported by flashrom?When I checked the coreboot site,I could see "?" in the respective column.
I get the above error when I read or write the bios.
Is the SST49lf04 an "A" or "B"?
Is this the flash device that came with the mainboard?
If not, what flash device did the board come with from the factory?
Are you running flashrom with the factory BIOS?
I'm trying to get some feedback here to see about adding some debug and/or flash enables to flashrom and debug ideas to the flashrom wiki.
-Bari