On Tue, 1 May 2012 16:38:39 +0100 (BST) Paweł Drewniak czajernia@gmail.com wrote:
Reading old flash chip contents... done. Erasing and writing flash chip... Trying erase function 0... 0x000000-0x00ffff:S, 0x010000-0x01ffff:S, 0x020000-0x02ffff:S, 0x030000-0x03ffff:S, 0x040000-0x04ffff:S, 0x050000-0x05ffff:S, 0x060000-0x06ffff:S, 0x070000-0x07ffff:S, 0x080000-0x08ffff:S, 0x090000-0x09ffff:S, 0x0a0000-0x0affff:S, 0x0b0000-0x0bffff:S, 0x0c0000-0x0cffff:S, 0x0d0000-0x0dffff:S, 0x0e0000-0x0effff:S, 0x0f0000-0x0fffff:S Erase/write done. Verifying flash... VERIFIED.
hello again,
the :S following the address ranges above indicate that the image file was equivalent to the content of the flash chip. this is of course expected if one tries to redo a previous write without running -E in between. is that the reason in this case and are you sure that flashrom has really modified the content in a previous run?