• Stefan Tauner's avatar
    Refine messages related to erase/write recovery · a58f6e9b
    Stefan Tauner authored
    
    We are more verbose inside erase_and_write_flash() although it does not
    matter as much as at the end of the whole process in doit().
    
    New output for the non-fatal (i.e. read-protected + successful recovery read) case:
    
    Reading old flash chip contents... done.
    Erasing and writing flash chip... spi_block_erase_d8 failed during command execution at address 0x8000
    Reading current flash chip contents... done. spi_chip_erase_c7 failed during command execution
    FAILED!
    Uh oh. Erase/write failed. Checking if anything has changed.
    Reading current flash chip contents... done.
    Good, writing to the flash chip apparently didn't do anything.
    Please check the connections (especially those to write protection pins) between
    the programmer and the flash chip. If you think the error is caused by flashrom
    please report this on IRC at chat.freenode.net (channel #flashrom) or
    mail flashrom@flashrom.org, thanks!
    
    Corresponding to flashrom svn r1790.
    Signed-off-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
    Acked-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
    a58f6e9b
flashrom.c 56.9 KB