Hi,<br><br>When I do execute the following command, it really shows that it is writing on to the chip.<br>The Programming Pages will increment form 0000 to 0007.<br><b>Programming Page: 0007 at address: 0x00070000</b><br><br>
I am attaching the hexdump files.<br><br>root@example:/home/kiran/bios_files# flashrom -w Dec26_Bios <br>Calibrating delay loop... ok<br>No LinuxBIOS table found.<br>Found chipset "VT8237": Enabling flash write... OK.
<br>SST49LF004A/B found at physical address: 0xfff80000<br>Flash part is SST49LF004A/B (512 KB)<br>Flash image seems to be a legacy BIOS. Disabling checks.<br>Programming Page: 0007 at address: 0x00070000<br><br>Erasing Flashrom:
<br>-----------------------------<br>root@example:/home/kiran/bios_files# flashrom -E<br>Calibrating delay loop... ok
<br>No LinuxBIOS table found.<br>Found chipset "VT8237": Enabling flash write... OK.<br>SST49LF004A/B found at physical address: 0xfff80000<br>Flash part is SST49LF004A/B (512 KB)<br>Erasing flash chip<br><br>It is showing the above message as if it is doing it. But I think no writes are happening and 
<br>only read is happening.<br><br>Thanks,<br>Kiran.<br><br><div class="gmail_quote">On Dec 26, 2007 9:14 PM, Peter Stuge <<a href="mailto:peter@stuge.se">peter@stuge.se</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, Dec 26, 2007 at 08:41:14PM +0530, Kiran Patil wrote:<br>> Hello All and Merry Christmas,<br><br></div>The same to you.<br><div class="Ih2E3d"><br><br>> Diff of Original Bios and latest read Bios:
<br>> ------------------------------------------------------------------<br>> root@example:/home/kiran/bios_files# diff Dec26_Bios Pc_Bios<br>> Binary files Dec26_Bios and Pc_Bios differ<br><br></div>So how do they differ?
<br><br>Can you tell if any writes to the flash chip worked - including the<br>erase?<br><br>You can use xxd to get a hex dump of the files, and then do diff -u<br>on those.<br><br><br>//Peter<br><font color="#888888"><br>
--<br>linuxbios mailing list<br><a href="mailto:linuxbios@linuxbios.org">linuxbios@linuxbios.org</a><br><a href="http://www.linuxbios.org/mailman/listinfo/linuxbios" target="_blank">http://www.linuxbios.org/mailman/listinfo/linuxbios
</a><br></font></blockquote></div><br>